main.c
Wed, 30 May 2007 12:19:28 +0200 Anselm R. Garbe referred to LICENSE file 4.2
Wed, 30 May 2007 12:10:01 +0200 Anselm R. Garbe Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Tue, 29 May 2007 13:53:08 +0200 Anselm R. Garbe changed -v output (now also anydot and nsz are contained in this output)
Tue, 29 May 2007 11:57:08 +0200 Anselm R. Garbe added nsz to copyright holders as well, because he did a lot recently
Tue, 29 May 2007 11:47:55 +0200 Anselm R. Garbe added anydot to Copyright holders, because he contributed a lot recently
Wed, 23 May 2007 22:33:46 +0200 Anselm R. Garbe removed the only one and superfloues strncmp
Tue, 15 May 2007 13:58:29 +0200 Anselm R. Garbe raising the barwin has no effect becasue of restack
Tue, 15 May 2007 13:56:47 +0200 Anselm R. Garbe fix
Tue, 15 May 2007 13:56:06 +0200 Anselm R. Garbe barwindow raising
Tue, 15 May 2007 13:36:04 +0200 Anselm R. Garbe another fix, call lt->arrange() in togglebar only
Tue, 15 May 2007 13:23:51 +0200 Anselm R. Garbe fixed bpos init
Tue, 15 May 2007 12:09:18 +0200 Anselm R. Garbe made bar togglalble
Mon, 07 May 2007 13:12:41 +0200 Anselm R. Garbe applied patch of Paul Liu to allow onthefly resizing due to xrandr changes
Thu, 19 Apr 2007 09:24:25 +0200 Anselm R. Garbe fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode) 4.0
Fri, 13 Apr 2007 11:40:09 +0200 Anselm R. Garbe yet another fix of copyright compactisition
Fri, 13 Apr 2007 11:32:38 +0200 Anselm R. Garbe making Copyright notices more compact
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
less more (0) -100 -60 tip