main.c
Fri, 02 Mar 2007 15:14:40 +0100 Anselm R. Garbe we don't need to set the font all the time 3.8
Mon, 26 Feb 2007 16:24:51 +0100 Anselm R. Garbe removed sendevent
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 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 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
Tue, 20 Feb 2007 13:56:21 +0100 Anselm R. Garbe renamed setfont to initfont, getcolor to initcolor
Tue, 20 Feb 2007 13:46:21 +0100 Anselm R. Garbe added draw.c again (except getcolor and setfont which are helpers in main.c)
Tue, 20 Feb 2007 13:40:31 +0100 Anselm R. Garbe separating drawsquare from drawtext, made drawtext extern
Mon, 19 Feb 2007 21:17:54 +0100 Anselm R. Garbe using eprint instead of fputs
Mon, 19 Feb 2007 16:40:36 +0100 Anselm R. Garbe introduced Layout struct
Mon, 19 Feb 2007 15:23:35 +0100 Anselm R. Garbe removed procevent, more refactoring
Mon, 19 Feb 2007 15:17:31 +0100 Anselm R. Garbe draw.c is useless (belongs to main.c now)
Mon, 19 Feb 2007 13:17:49 +0100 Anselm R. Garbe some more refactoring
Mon, 19 Feb 2007 13:00:29 +0100 Anselm R. Garbe introduced tile.c, some refactoring of functions
Fri, 16 Feb 2007 16:38:40 +0100 Anselm R. Garbe removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
Wed, 14 Feb 2007 09:09:18 +0100 Anselm R. Garbe made for/if/else constructs more consistent, some code polishing
Fri, 09 Feb 2007 14:56:19 +0100 Anselm R. Garbe pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary
Thu, 08 Feb 2007 13:39:33 +0100 Anselm R. Garbe fixed order of Bool declarations
Thu, 08 Feb 2007 11:48:01 +0100 Anselm R. Garbe added TOPBAR option for making the bar appear what the user likes
Thu, 08 Feb 2007 11:08:40 +0100 Anselm R. Garbe making the bar appear at bottom
Wed, 07 Feb 2007 12:37:06 +0100 Anselm R. Garbe replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
Sun, 28 Jan 2007 20:29:41 +0100 Anselm R. Garbe handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well
Tue, 23 Jan 2007 17:12:15 +0100 Anselm R. Garbe renamed activescreen into selscreen 3.2
Tue, 23 Jan 2007 12:29:17 +0100 Anselm R. Garbe small changes
Mon, 22 Jan 2007 10:22:58 +0100 Anselm R. Garbe applied Sanders all5.patch (thanks for your weekend session, Sander!)
Tue, 16 Jan 2007 11:33:42 +0100 Anselm R. Garbe removed unnecessary bx, by, bw variables
Sun, 14 Jan 2007 22:37:34 +0100 Anselm R. Garbe implemented new color scheme accordingly to Sanders proposal
Sun, 14 Jan 2007 22:32:26 +0100 Anselm R. Garbe removed mode label stuff
Thu, 11 Jan 2007 15:51:15 +0100 Anselm R. Garbe small fix of initial numlockmask value
Mon, 08 Jan 2007 17:36:56 +0100 Anselm R. Garbe reorganized
Mon, 08 Jan 2007 17:33:24 +0100 Anselm R. Garbe implemented nmaster appearance in mode label (using %u)
Fri, 05 Jan 2007 12:50:39 +0100 Anselm R. Garbe experimental version which allows master clients being increased/decreased
Tue, 02 Jan 2007 16:25:01 +0100 arg changed arg's color scheme
Tue, 02 Jan 2007 15:44:19 +0100 arg corrections
Tue, 02 Jan 2007 15:37:58 +0100 arg next version will contain updated copyright notice
Tue, 02 Jan 2007 14:40:18 +0100 arg fixed cleanup, using clients instead of sel 2.8
Thu, 07 Dec 2006 10:02:46 +0100 arg with this patch everything works fine for me
Wed, 06 Dec 2006 11:19:06 +0100 arg improved the memory leak prevention
Mon, 27 Nov 2006 10:29:47 +0100 arg applied Jukka's patch preventing some cornercases and making the EOF error message correct
Sun, 26 Nov 2006 15:43:16 +0100 arg applied yet another proposal of Manuel
Sun, 26 Nov 2006 14:26:53 +0100 arg applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
Sun, 26 Nov 2006 13:31:36 +0100 arg applied Jukka's stdinread patch
Sat, 25 Nov 2006 19:26:16 +0100 arg applied Manuels patch (thanks to Manuel!)
Tue, 21 Nov 2006 14:49:13 +0100 arg applied Gottox patches
Thu, 16 Nov 2006 14:40:57 +0100 arg applied Gottox' windowarea patch
Fri, 06 Oct 2006 11:50:15 +0200 Anselm R. Garbe code polishing, removed unnecessary newlines
Thu, 05 Oct 2006 19:27:28 +0200 Anselm R. Garbe removed the stack position stuff
Thu, 05 Oct 2006 12:59:35 +0200 Anselm R. Garbe keep master ratio on resizecol -> arrange
Fri, 29 Sep 2006 18:08:20 +0200 Anselm R. Garbe added symbols for different modes
Fri, 29 Sep 2006 17:25:49 +0200 Anselm R. Garbe removed useless updatemaster
Fri, 29 Sep 2006 16:22:20 +0200 Anselm R. Garbe added the new dotile as described on ml
Fri, 29 Sep 2006 12:38:27 +0200 Anselm R. Garbe first step to a more flexible dotile() algorithm
Mon, 25 Sep 2006 08:21:51 +0200 arg applied Jukkas patch
Fri, 22 Sep 2006 07:37:56 +0200 arg implemented the maximization as I described on the mailinglist, this feels better to me.
Tue, 12 Sep 2006 10:57:28 +0200 Anselm R. Garbe removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
Tue, 12 Sep 2006 08:27:11 +0200 Anselm R. Garbe applied Christof Musik's multihead patch for a pathologic cornercase
Mon, 11 Sep 2006 11:28:28 +0200 Anselm R. Garbe fixed some other comments, now also the code side seems to be at a level to be reviewed by experienced programmers
Thu, 07 Sep 2006 17:53:40 +0200 Anselm R. Garbe using a global stack for focus recovery on arrange() - seems to work great
less more (0) -100 -60 tip