Anselm R. Garbe <garbeam@gmail.com> [Sun, 23 Sep 2007 11:24:42 +0200] rev 1010
btw 4.6 will be the next release
Anselm R. Garbe <garbeam@gmail.com> [Sun, 23 Sep 2007 11:24:12 +0200] rev 1009
renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
Anselm R. Garbe <garbeam@gmail.com> [Sat, 22 Sep 2007 21:55:19 +0200] rev 1008
introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
Anselm R. Garbe <garbeam@gmail.com> [Sat, 22 Sep 2007 21:34:06 +0200] rev 1007
setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patches
Anselm R. Garbe <garbeam@gmail.com> [Sat, 22 Sep 2007 09:13:03 +0200] rev 1006
Added tag 4.5 for changeset 2acc60d6dfe2
Anselm R. Garbe <garbeam@gmail.com> [Sat, 22 Sep 2007 08:57:24 +0200] rev 1005
cosmetic fix
Anselm R. Garbe <garbeam@gmail.com> [Thu, 20 Sep 2007 21:45:27 +0200] rev 1004
fixed a comment
arg@suckless.org [Wed, 19 Sep 2007 17:32:28 +0200] rev 1003
applied Peters patch, applied yiyus hint to initfont
Anselm R. Garbe <garbeam@gmail.com> [Tue, 18 Sep 2007 19:04:50 +0200] rev 1002
applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum
arg@suckless.org [Mon, 17 Sep 2007 16:42:37 +0200] rev 1001
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it