main.c
Sat, 15 Sep 2007 20:39:31 +0200 Anselm R. Garbe new colorscheme (16-bit compliant)
Sat, 15 Sep 2007 13:16:54 +0200 Anselm R. Garbe moved bar-related stuff to bar.c (merged draw.c into that)
Sat, 15 Sep 2007 12:36:42 +0200 Anselm R. Garbe renamed drawstatus into drawbar
Wed, 22 Aug 2007 19:01:05 +0200 Anselm R. Garbe removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
Sun, 19 Aug 2007 18:39:54 +0200 Anselm R. Garbe fixed misappearance of iconified windows on SIGKILL
Sun, 19 Aug 2007 11:00:47 +0200 Anselm R. Garbe moved updatebarpos to screen
Sun, 19 Aug 2007 10:57:02 +0200 Anselm R. Garbe added screen.c, removed layout.c and tag.c
Sun, 19 Aug 2007 10:40:07 +0200 Anselm R. Garbe prepared merging layout.c and tag.c into screen.c
Sat, 18 Aug 2007 14:20:56 +0200 Anselm R. Garbe hmm I doubt the usefulness of storing this information...
Fri, 17 Aug 2007 21:12:55 +0200 Anselm R. Garbe renamed seltag into seltags
Wed, 15 Aug 2007 19:27:32 +0200 Anselm R. Garbe fififi
Mon, 13 Aug 2007 20:06:00 +0200 Anselm R. Garbe tags should be persistent now during X server run
Wed, 06 Jun 2007 11:17:56 +0200 Anselm R. Garbe I change the style of init somewhat, init as early as possible.
Mon, 04 Jun 2007 11:37:33 +0200 Anselm R. Garbe applied anudots [un]ban repair patch
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
less more (0) -100 -60 tip