Mon, 01 Oct 2007 14:40:53 +0200 added hint for downloading dextra
Anselm R. Garbe <garbeam@gmail.com> [Mon, 01 Oct 2007 14:40:53 +0200] rev 1021
added hint for downloading dextra
Mon, 01 Oct 2007 11:43:53 +0200 fixed font definition
Anselm R. Garbe <garbeam@gmail.com> [Mon, 01 Oct 2007 11:43:53 +0200] rev 1020
fixed font definition
Sun, 30 Sep 2007 19:20:05 +0200 fixed man page
Anselm R. Garbe <garbeam@gmail.com> [Sun, 30 Sep 2007 19:20:05 +0200] rev 1019
fixed man page
Sun, 30 Sep 2007 18:33:05 +0200 fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
Anselm R. Garbe <garbeam@gmail.com> [Sun, 30 Sep 2007 18:33:05 +0200] rev 1018
fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
Sun, 30 Sep 2007 12:47:08 +0200 applied Peter Hartlich's border collapse patch
Anselm R. Garbe <garbeam@gmail.com> [Sun, 30 Sep 2007 12:47:08 +0200] rev 1017
applied Peter Hartlich's border collapse patch
Thu, 27 Sep 2007 20:08:21 +0200 improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)
Anselm R. Garbe <garbeam@gmail.com> [Thu, 27 Sep 2007 20:08:21 +0200] rev 1016
improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)
Thu, 27 Sep 2007 18:59:47 +0200 fixed colors
Anselm R. Garbe <garbeam@gmail.com> [Thu, 27 Sep 2007 18:59:47 +0200] rev 1015
fixed colors
Thu, 27 Sep 2007 09:14:32 +0200 fixed inclusion order
arg@suckless.org [Thu, 27 Sep 2007 09:14:32 +0200] rev 1014
fixed inclusion order
Wed, 26 Sep 2007 19:14:22 +0200 updated with my favorite colorscheme
Anselm R. Garbe <garbeam@gmail.com> [Wed, 26 Sep 2007 19:14:22 +0200] rev 1013
updated with my favorite colorscheme
Tue, 25 Sep 2007 20:43:29 +0200 applied colors depend from lavishs proposal
Anselm R. Garbe <garbeam@gmail.com> [Tue, 25 Sep 2007 20:43:29 +0200] rev 1012
applied colors depend from lavishs proposal
Sun, 23 Sep 2007 18:50:04 +0200 switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
Anselm R. Garbe <garbeam@gmail.com> [Sun, 23 Sep 2007 18:50:04 +0200] rev 1011
switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
Sun, 23 Sep 2007 11:24:42 +0200 btw 4.6 will be the next release
Anselm R. Garbe <garbeam@gmail.com> [Sun, 23 Sep 2007 11:24:42 +0200] rev 1010
btw 4.6 will be the next release
Sun, 23 Sep 2007 11:24:12 +0200 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> [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
Sat, 22 Sep 2007 21:55:19 +0200 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:55:19 +0200] rev 1008
introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
Sat, 22 Sep 2007 21:34:06 +0200 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 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
Sat, 22 Sep 2007 09:13:03 +0200 Added tag 4.5 for changeset 2acc60d6dfe2
Anselm R. Garbe <garbeam@gmail.com> [Sat, 22 Sep 2007 09:13:03 +0200] rev 1006
Added tag 4.5 for changeset 2acc60d6dfe2
Sat, 22 Sep 2007 08:57:24 +0200 cosmetic fix 4.5
Anselm R. Garbe <garbeam@gmail.com> [Sat, 22 Sep 2007 08:57:24 +0200] rev 1005
cosmetic fix
Thu, 20 Sep 2007 21:45:27 +0200 fixed a comment
Anselm R. Garbe <garbeam@gmail.com> [Thu, 20 Sep 2007 21:45:27 +0200] rev 1004
fixed a comment
Wed, 19 Sep 2007 17:32:28 +0200 applied Peters patch, applied yiyus hint to initfont
arg@suckless.org [Wed, 19 Sep 2007 17:32:28 +0200] rev 1003
applied Peters patch, applied yiyus hint to initfont
Tue, 18 Sep 2007 19:04:50 +0200 applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum
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
Mon, 17 Sep 2007 16:42:37 +0200 made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
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
Sun, 16 Sep 2007 20:02:42 +0200 there might be envs which need Xlib.h
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 20:02:42 +0200] rev 1000
there might be envs which need Xlib.h
Sun, 16 Sep 2007 13:42:37 +0200 Mod1-Button2 on a floating but not-fixed client will make it tiled again
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 13:42:37 +0200] rev 999
Mod1-Button2 on a floating but not-fixed client will make it tiled again
Sun, 16 Sep 2007 13:27:33 +0200 now tiled windows can be resized/moved, their floating state will be toggled implicitely
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 13:27:33 +0200] rev 998
now tiled windows can be resized/moved, their floating state will be toggled implicitely
Sun, 16 Sep 2007 12:34:08 +0200 some more rearrangements
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 12:34:08 +0200] rev 997
some more rearrangements
Sun, 16 Sep 2007 11:53:14 +0200 ordered all functions alphabetically
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 11:53:14 +0200] rev 996
ordered all functions alphabetically
Sun, 16 Sep 2007 10:24:35 +0200 corrected a misleading comment
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 10:24:35 +0200] rev 995
corrected a misleading comment
Sun, 16 Sep 2007 10:23:53 +0200 macros which have been defined in config.h can only be used at function level, however you can nest code into config.h now for implementing a different layout (just for example), eg. #include "supertile.c"
Anselm R. Garbe <garbeam@gmail.com> [Sun, 16 Sep 2007 10:23:53 +0200] rev 994
macros which have been defined in config.h can only be used at function level, however you can nest code into config.h now for implementing a different layout (just for example), eg. #include "supertile.c"
Sat, 15 Sep 2007 22:45:18 +0200 ordered function forward definitions
Anselm R. Garbe <garbeam@gmail.com> [Sat, 15 Sep 2007 22:45:18 +0200] rev 993
ordered function forward definitions
Sat, 15 Sep 2007 22:33:46 +0200 backporting my intro-comment of old dwm.h
Anselm R. Garbe <garbeam@gmail.com> [Sat, 15 Sep 2007 22:33:46 +0200] rev 992
backporting my intro-comment of old dwm.h
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip