Thu, 29 Mar 2007 15:18:30 +0200 Anselm R. Garbe next version will be 3.9, but don't expect it this week 3.9
Thu, 29 Mar 2007 15:17:57 +0200 Anselm R. Garbe add an additional check in resize() to prevent a crash of dwm
Mon, 05 Mar 2007 11:54:59 +0100 Anselm R. Garbe Added tag 3.8 for changeset 2ea201354cf0
Fri, 02 Mar 2007 15:14:40 +0100 Anselm R. Garbe we don't need to set the font all the time 3.8
Thu, 01 Mar 2007 12:33:45 +0100 Anselm R. Garbe some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess
Mon, 26 Feb 2007 16:24:51 +0100 Anselm R. Garbe removed sendevent
Mon, 26 Feb 2007 10:47:11 +0100 Anselm R. Garbe Escape -s in dwm.1
Sat, 24 Feb 2007 15:41:05 +0100 Anselm R. Garbe Added tag 3.7 for changeset baee494346e5
Sat, 24 Feb 2007 15:40:50 +0100 Anselm R. Garbe prepared 3.7, ready to rambo 3.7
Sat, 24 Feb 2007 14:08:27 +0100 Anselm R. Garbe removed an unnecessary newline
Sat, 24 Feb 2007 14:06:35 +0100 Anselm R. Garbe removed superfluous externs (except for tags, because tags is defined in the source)
Fri, 23 Feb 2007 13:37:55 +0100 Anselm R. Garbe replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k
Fri, 23 Feb 2007 11:17:07 +0100 Anselm R. Garbe oops, small bugfix in my config
Fri, 23 Feb 2007 11:13:57 +0100 Anselm R. Garbe default masterwidth should also be at 600
Fri, 23 Feb 2007 11:09:18 +0100 Anselm R. Garbe changed order if h/l
Fri, 23 Feb 2007 10:40:32 +0100 Anselm R. Garbe well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing
Thu, 22 Feb 2007 22:10:16 +0100 Anselm R. Garbe renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Thu, 22 Feb 2007 18:22:51 +0100 Anselm R. Garbe hahaha, untiled and non-untiled sounded really cumbersome
Thu, 22 Feb 2007 18:17:07 +0100 Anselm R. Garbe made Fnt an anonymous inner struct
Thu, 22 Feb 2007 18:08:31 +0100 Anselm R. Garbe made Fnt an anonymous inner struct
Thu, 22 Feb 2007 17:58:45 +0100 Anselm R. Garbe nah, I don't want 640 as MASTERWIDTH
Thu, 22 Feb 2007 17:52:45 +0100 Anselm R. Garbe using MASTERWIDTH=640 and 32px steps by default (incmasterw())
Thu, 22 Feb 2007 17:51:34 +0100 Anselm R. Garbe simplified focusclient()
Thu, 22 Feb 2007 17:43:41 +0100 Anselm R. Garbe renamed versatile into untiled
Thu, 22 Feb 2007 15:25:19 +0100 Anselm R. Garbe merged focus{prev.next} into focusclient(1/-1)
Thu, 22 Feb 2007 15:06:56 +0100 Anselm R. Garbe made dwm.h more tidy (thx Jukka for the zoom() hint)
Thu, 22 Feb 2007 12:16:58 +0100 Anselm R. Garbe oops
Thu, 22 Feb 2007 12:15:48 +0100 Anselm R. Garbe small bugfix
Thu, 22 Feb 2007 12:00:02 +0100 Anselm R. Garbe fixed some issues due to the Arg->const char * transition
Thu, 22 Feb 2007 11:45:03 +0100 Anselm R. Garbe restoring default keybindings as Sander complained
Thu, 22 Feb 2007 11:42:08 +0100 Anselm R. Garbe replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Thu, 22 Feb 2007 11:15:31 +0100 Anselm R. Garbe re-added xterm to config.default.h
Thu, 22 Feb 2007 11:09:44 +0100 Anselm R. Garbe removed button4/5-bindings for incnmaster on mode label - that is misleading
Thu, 22 Feb 2007 11:06:37 +0100 Anselm R. Garbe fixed order of key bindings described in dwm.1
Thu, 22 Feb 2007 10:59:42 +0100 Anselm R. Garbe status needs update even in togglemax() - since we got an indicator for this
Thu, 22 Feb 2007 10:57:19 +0100 Anselm R. Garbe reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
Thu, 22 Feb 2007 10:52:57 +0100 Anselm R. Garbe dwm draws a small caret before the client title if it's a versatile client
Thu, 22 Feb 2007 09:29:38 +0100 Anselm R. Garbe nah grouped keybindings by context
Thu, 22 Feb 2007 08:08:36 +0100 Anselm R. Garbe fixed exit condition in togglemax()
Thu, 22 Feb 2007 08:02:04 +0100 Anselm R. Garbe fixing missing extern declars in dwm.h for {de,at}tach()
Thu, 22 Feb 2007 07:59:13 +0100 Anselm R. Garbe several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
Wed, 21 Feb 2007 21:36:54 +0100 Anselm R. Garbe just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
Wed, 21 Feb 2007 17:00:06 +0100 Anselm R. Garbe optimizing background color of terminals
Wed, 21 Feb 2007 16:57:21 +0100 Anselm R. Garbe using 333 as background, hey proggyclean is really good
Wed, 21 Feb 2007 16:53:25 +0100 Anselm R. Garbe switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
Wed, 21 Feb 2007 16:47:53 +0100 Anselm R. Garbe using smaller font
Wed, 21 Feb 2007 15:47:52 +0100 Anselm R. Garbe using a green selborder
Wed, 21 Feb 2007 13:31:04 +0100 Anselm R. Garbe reverting to bg 555
Wed, 21 Feb 2007 13:29:02 +0100 Anselm R. Garbe s/555/357/ for SELCOLOR
Wed, 21 Feb 2007 13:24:37 +0100 Anselm R. Garbe switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
Wed, 21 Feb 2007 12:09:10 +0100 Anselm R. Garbe Added tag 3.6.1 for changeset 20ec6976cee1
Wed, 21 Feb 2007 12:08:18 +0100 Anselm R. Garbe creating 3.6.1 3.6.1
Wed, 21 Feb 2007 11:49:06 +0100 Anselm R. Garbe reverted accidental removal of sx, sy
Wed, 21 Feb 2007 11:45:51 +0100 Anselm R. Garbe removed some global vars which should be static instead
Wed, 21 Feb 2007 11:39:57 +0100 Anselm R. Garbe moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
Wed, 21 Feb 2007 11:30:52 +0100 Anselm R. Garbe cleaned up and commented the config.*.h
Wed, 21 Feb 2007 11:05:27 +0100 Anselm R. Garbe Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b
Wed, 21 Feb 2007 11:04:33 +0100 Anselm R. Garbe fixed quoting and a comment 3.6
Tue, 20 Feb 2007 13:56:21 +0100 Anselm R. Garbe renamed setfont to initfont, getcolor to initcolor
Tue, 20 Feb 2007 13:48:02 +0100 Anselm R. Garbe fixed order
(0) -300 -100 -60 +60 +100 +300 tip