Commit Graph

43 Commits

Author SHA1 Message Date
Kris Maglione db1494baf5 Use contents of $(SHELL) macro to run util scripts. 2010-05-26 08:44:43 -04:00
Kris Maglione f19313209a Fix install problem introduced in revision 8c7a4ce5da9c. 2010-05-24 15:24:38 -04:00
Kris Maglione 0917e51c54 Fix lib installation paths. 2010-05-24 08:49:12 -04:00
Kris Maglione 60bd388d1c Fix install bug introduced in revision b2b8e1e22ebd. 2010-05-23 10:19:07 -04:00
Kris Maglione ae3c20b7ae Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
Kris Maglione 8fe0e02eb4 Use $(BINSH) to check shell script syntax rather than sh. 2010-05-22 19:04:18 -04:00
Kris Maglione ab2d1760f8 Factor out common code into library. 2010-05-21 22:52:47 -04:00
Kris Maglione 948e3dda8f Fix last commit. 2010-05-21 11:12:41 -04:00
Kris Maglione f369942356 Fix setting $(BINSH) from config.mk 2010-05-20 09:30:13 -04:00
Kris Maglione 2cc597a308 Greatly speed up recursive make from hg. 2009-10-26 16:35:43 -04:00
Kris Maglione 9db3ef8f54 Gmake. 2009-10-26 15:27:43 -04:00
Kris Maglione e3cf0426a1 Fix debian build. Closes issue #143. 2009-10-25 17:05:55 -04:00
Kris Maglione 89c937aa11 Generate some more noise with $noisycc set. 2009-10-25 14:57:21 -04:00
Kris Maglione ee53d79fa8 Fix failed MKDIR when $(DESTDIR) is set. 2009-10-13 15:55:17 -04:00
Kris Maglione 05cbfe09cf More build system cleanup. Install README. 2009-10-13 02:40:45 -04:00
Kris Maglione 2a8d326db5 Remove some build system cruft. 2009-10-09 16:40:33 -04:00
Kris Maglione de936d8c17 Update docs; install wmii.pdf. 2009-09-28 20:09:38 -04:00
Kris Maglione e1e6794aca Cleanup pre-install text file filters. 2009-09-28 17:24:01 -04:00
Kris Maglione 70f6d938b0 Change .O extension to .out 2009-09-03 14:20:44 -04:00
Kris Maglione 947f9f6dc9 Add 'make tags'. Fix ^[ binding in wimenu. 2009-06-11 19:46:01 -04:00
Kris Maglione dd5f800f0e Use pkg-config globally. 2009-05-21 14:22:58 -04:00
Kris Maglione 107251bcac Support $(DESTDIR) :( 2008-12-10 18:04:00 -05:00
Kris Maglione a434beeb0b Move from modified, quirky latex2man to txt2tags. 2008-12-09 18:06:10 -05:00
Kris Maglione 5d69ff8dd8 Best just read the diff. 2008-08-25 12:47:56 -04:00
Kris Maglione f55337ef2b Sorry, I lost track. See diff. 2008-05-29 17:22:56 -04:00
Kris Maglione 9787756936 Fix some bugs in man page filtering. 2008-02-09 17:43:52 -05:00
Kris Maglione b0941bfc9c Fix stupid window sizing bug. (Also, make build work with gmake -j (no such problem with BSD make)). 2008-02-08 18:17:08 -05:00
Kris Maglione e820f41949 Cleanup frame sizing and fix some long-standing bugs with borderless/titleless clients. 2008-01-26 21:13:42 -05:00
Kris Maglione 079473c859 Fixed bugs in .so build, wmiistartrc. Thanks to Alexis Hildebrandt. 2008-01-26 10:03:06 -05:00
Kris Maglione 46948c279d Experimental code to float/unfloat with the mouse. Fix (hopefully) .so build on Darwin. 2008-01-23 21:45:30 -05:00
Kris Maglione ed397a40d1 Fixed warnings/errors on linux. 2008-01-20 19:10:40 -05:00
Kris Maglione 8ba6c84f1c Several changes:
Filter comments out of ctl files.
	Update util/genconfig.
	Add a notification bar (I've had one for some time).
	Make wmiirc more like rc.wmii.
2008-01-20 18:00:21 -05:00
Kris Maglione cb38795511 Several changes:
Much better fullscreen support.
	Better revert support.
	More correct window group support (but... with ICCCM, correct is not possible...)
	"nil" tag is even less special (Important: remove last tagrule.)
	Allow comments (#.*\n) in rules files.
	Color scheme.
	Replaced mind-numbing float placement algorithm.
	Cleanup/prep.
2008-01-19 18:05:50 -05:00
Kris Maglione 37d553300f Significant changes:
Improved focus semantics.
	/client/*/ctl slay command.
	Find unresponsive clients on kill.
	Draw titlebars of floating clients differently.
	Hack to set window properties of programs:
		wihack command/libwmii_hack.so library.
	Added wmii.rc, on which rc.wmii now depends.
	The usual cleanup.
2008-01-17 17:50:35 -05:00
Kris Maglione 286003998a Run latex2man. Other cleanup. 2007-07-03 10:16:14 -04:00
Kris Maglione 209fb08f82 Add Plan 9 formatted IO. Various cleanups and fixes. 2007-07-01 07:08:30 -04:00
Kris Maglione 37bed5b90c Actually add the file with the new parsing code. 2007-04-24 04:34:14 -04:00
Kris Maglione d164c9f51f Finish support for .depend makefiles and the 'make depend' target. 2007-04-23 02:29:02 -04:00
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 7b2a84531b Use 'rm -f' for make clean. 2007-04-19 14:53:07 -04:00
Kris Maglione 6e54af6831 Fix build for gmake. Add uninstall target. Fix if statement with no command. 2007-03-26 12:57:46 -04:00
Kris Maglione 38a12d53d2 Statically link wmiir. 2007-03-26 01:26:10 -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