Commit Graph

67 Commits

Author SHA1 Message Date
Kris Maglione
e1e28cdb9b Lots of fixes, cleanup. New 'config' make target to guess at and prompt for config.mk knobs. 2007-04-19 23:27:26 -04:00
Kris Maglione
beb042763f Install config files. 2007-03-26 20:43:31 -04:00
Kris Maglione
b306ac581f New tree layout and make system. Note: This will currently *not* install configuration scripts. 2007-03-26 00:48:00 -04:00
Kris Maglione
21df75141e Make sure that $PLAN9 is set if running rc.wmii, remove .0 from $DISPLAY for sockets. Add P9PATHS config.mk knob for packagers. 2007-03-22 00:52:14 -04:00
Kris Maglione
b56f202e3e "object-oriented design is the roman numerals of computing." --rob; Removed Roman Numerals. 2007-03-21 22:58:59 -04:00
Kris Maglione
7ee7d4e6b9 Rename wmiiwm to wmii. 2007-03-14 19:12:03 -04:00
Kris Maglione
97f91bc48b wmii(1) is no more. wmiistartrc is now executed under a login shell from wmiiwm, which starts the appropriate wmiirc. 2007-03-14 18:31:58 -04:00
Kris Maglione
86d4f9ebf0 Some changes already in snap. 2007-03-05 01:11:12 -05:00
Kris Maglione
356f676015 Removed PLAN9BASE config.mk knob in favor of wmii9rc script. Still not an ideal solution. 2007-03-03 09:42:06 -05:00
Kris Maglione
07343c21f1 Improved fullscreen support (far from finished). Minor focus improvements. Changed copyright info. 2007-03-02 23:40:24 -05:00
Kris Maglione
4ecc7f5ea6 Added PLAN9BASE config.mk knob that evaluates to $PLAN9 or /usr/local/plan9 if unset. 2007-03-02 17:11:09 -05:00
Kris Maglione
93b89970f8 Fix selection of views by index. 2007-02-27 01:57:01 -05:00
Kris Maglione
8ba567929c Don't link wmii9menu against libixp. 2007-02-26 16:04:04 -05:00
Kris Maglione
6fc0950cb5 Add .POSIX target and change to double quotes in the Makefile. Change 9menu.c parsing a bit. Some rc.wmii fixes. 2007-02-26 15:56:41 -05:00
Kris Maglione
0bcc957879 Test -e $PLAN9/bin/rc in wmii script. Use AWKPATH config.mk flag instead of /usr/bin/awk. 2007-02-26 06:53:02 -05:00
Kris Maglione
b2c7eef976 Fix 9menu function, compile wmii9menu with 9menu.o instead of ${OBJ}, some minor 9menu.c modifications. 2007-02-26 04:46:55 -05:00
Kris Maglione
edd7dba67a Add stripped down version of 9menu, and right-click menus to clients. Includes 'Delete' item. Runs from rc.wmii only. 2007-02-26 04:27:03 -05:00
Kris Maglione
f56a70589e Added wmiiloop(1) and wmiiloop.1 to handle experimantal awk-based wmiirc. 2007-02-22 18:32:23 -05:00
Kris Maglione
20ddc55bbe Updated Makefile to make sure we get a new VERSION on upgrade 2007-02-19 17:04:38 -05:00
Kris Maglione
ba6e56de8a Fix config.mk version nastiness. 2007-02-19 16:39:48 -05:00
Kris Maglione
e8fbdc8846 New column scaling code. Fixed accidental resize on click of unfocused client. New public domain util.c. Some other stuff. 2007-02-14 23:20:47 -05:00
Kris Maglione
0e1cba7e96 Set the focus properly when removing a client from the selected area 2007-02-12 22:44:42 -05:00
Kris Maglione
2e80572fee Bugfixes, cleanup, remove SunCC compatibility patch. Add adding/removing tags by writing +tag/-tag 2007-02-11 22:17:20 -05:00
Kris Maglione
dfaef7c3a7 Remove printevent.c from the make process 2007-02-09 17:31:40 -05:00
Kris Maglione
46a973cf85 Add printevent.c and -V (verbose) flag to print X events 2007-02-09 12:45:52 -05:00
Kris Maglione
5da0d07850 Got rid of ${LD} from the make process. We don't use ld directly and it confused people. 2007-02-04 16:18:18 -05:00
Denis Grelich
c15b52daf7 set compile flags to debug and turned off stripping of the executable 2007-02-03 00:18:08 +01:00
Denis Grelich
f22c04c061 removed extra space in sed expression on which Sun's sed has been choking 2007-01-04 11:59:36 +01:00
Denis Grelich
3e60262324 introduced CONFVERSION config.mk variable to define what folders are used to store wmii's configuration 2007-01-03 22:20:05 +01:00
Denis Grelich
1c4a68d08c using | instead of , as delimiter in sed expressions because of problems with Sun's sed 2007-01-03 21:58:22 +01:00
Denis Grelich
978178a546 added forgotten wmiir manpage to distribution script 2006-12-24 22:32:07 +01:00
Denis Grelich
33ad150558 added wmiir to the distfile creation process 2006-12-24 20:57:29 +01:00
Denis Grelich
fd731c3afa reintroduced wmiir as a wrapper to ixpc, adapted all scripts and manpages 2006-12-24 00:20:28 +01:00
Denis Grelich
9647171574 updated manpages; a 's/CONFPREFIX/${CONFPREFIX}/' has been forgotten which left artifacts in installed manpages, fixed 2006-12-23 23:27:54 +01:00
Anselm R. Garbe
1dbdbfcc1b renamed wmii.c into main.c 2006-10-20 10:08:54 +02:00
Anselm R. Garbe
fbacdbcf94 renamed wm.h into wmii.h 2006-10-20 10:07:55 +02:00
Anselm R. Garbe
d675b11bad reorganized (removed {brush,color,font}.c, merged into draw.c) 2006-10-12 18:26:30 +02:00
Anselm R. Garbe
2007c0194f fixed Makefile 2006-10-12 16:30:38 +02:00
Anselm R. Garbe
0d6378c1ef changed install/uninstall targets 2006-10-12 16:20:38 +02:00
Anselm R. Garbe
8e8e40516e removed liblitz 2006-10-12 16:10:57 +02:00
Anselm R. Garbe
4a7273b827 reorganized, still liblitz there 2006-10-12 15:11:25 +02:00
Anselm R. Garbe
b71f8a147e removed wmiipsel/wmiisetsid occurences 2006-10-10 09:25:42 +02:00
Anselm R. Garbe
fac0a361f5 prepared makefile for 3.5 2006-09-27 18:08:22 +02:00
arg
8f4873efa5 some C sanitizing 2006-09-27 07:56:40 +02:00
Anselm R. Garbe
fa43df527d removed swapping 2006-05-19 17:38:45 +02:00
Anselm R. Garbe
b14a2ad536 added wmiisetsid (to prevent annoyances with broken p9p apps) 2006-05-15 01:20:24 +02:00
Anselm R. Garbe
a5790f6489 fixed typo in wmiirc, made sed to behave on more than one occurences pro line, fixed issue reported by ality 2006-04-25 18:35:54 +02:00
Anselm R. Garbe
7d961a152b skipping doc in dist target 2006-03-16 09:30:06 +01:00
Anselm R. Garbe
41f268a1fe added wmiiwarp to install target again 2006-03-15 10:36:47 +01:00
Georg Neis
847630132f 631 again 2006-03-08 23:49:36 +01:00