Mon, 26 May 2008 11:43:51 +0100 Anselm R Garbe updated the initial comment to reflect the use of bit arrays
Mon, 26 May 2008 11:42:02 +0100 Anselm R Garbe slight changes
Mon, 26 May 2008 10:28:18 +0100 Anselm R Garbe removed bx and bw, unnecessary
Mon, 26 May 2008 10:13:51 +0100 Anselm R Garbe renamed domax into ismax
Mon, 26 May 2008 10:10:33 +0100 Anselm R Garbe simplified tile()
Mon, 26 May 2008 09:54:34 +0100 Anselm R Garbe removed Layout->updategeom, unnecessary
Mon, 26 May 2008 09:45:34 +0100 Anselm R Garbe removed TEXTW
Mon, 26 May 2008 09:39:57 +0100 Anselm R Garbe applied yiyus domax patch with slight modifications
Thu, 22 May 2008 14:15:30 +0100 Anselm R Garbe replaced isvisible with a macro
Thu, 22 May 2008 14:10:00 +0100 Anselm R Garbe removed emallocz
Thu, 22 May 2008 14:02:31 +0100 Anselm R Garbe s/int/uint/ in config.h
Thu, 22 May 2008 13:35:45 +0100 Anselm R Garbe removed debug output, sanitized tag limit check
Thu, 22 May 2008 12:00:50 +0100 Anselm R Garbe setmfact argument was wrong
Thu, 22 May 2008 11:50:18 +0100 Anselm R Garbe Key.mod is uint, Client.[old]bw is int
Thu, 22 May 2008 11:16:23 +0100 Anselm R Garbe s/unsigned long/ulong/
Thu, 22 May 2008 11:12:22 +0100 Anselm R Garbe s/nextunfloating/nexttiled/, changed zoom() behavior
Thu, 22 May 2008 11:10:08 +0100 Anselm R Garbe s/unsigned int/uint/
Thu, 22 May 2008 11:08:07 +0100 Anselm R Garbe s/void */const void */
Thu, 22 May 2008 11:04:19 +0100 Anselm R Garbe applied Gottox bitmask + void *arg patch
Mon, 19 May 2008 20:29:57 +0100 anselm some minor fixes
Mon, 19 May 2008 20:13:24 +0100 anselm simplification
Mon, 19 May 2008 20:08:31 +0100 anselm reverted dist target in Makefile
Mon, 19 May 2008 20:07:12 +0100 anselm merged tile.c again into dwm.c
Mon, 19 May 2008 17:27:30 +0100 Anselm R Garbe take bar into account
Mon, 19 May 2008 17:23:49 +0100 Anselm R Garbe be more polite to clients which like to appear outside the window area, but still on the screen
Mon, 19 May 2008 15:36:45 +0100 Anselm R Garbe fixed comment
Mon, 19 May 2008 15:09:16 +0100 Anselm R Garbe fix
Mon, 19 May 2008 15:05:46 +0100 Anselm R Garbe make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
Mon, 19 May 2008 14:44:53 +0100 Anselm R Garbe improving space usage if master is left of stack (default)
Mon, 19 May 2008 13:41:58 +0100 Anselm R Garbe only snap within window area
Mon, 19 May 2008 13:37:46 +0100 Anselm R Garbe s/DEFGEOM/CUSTOMGEOM/
Mon, 19 May 2008 13:32:43 +0100 Anselm R Garbe update
Mon, 19 May 2008 12:42:26 +0100 Anselm R Garbe updatetilegeom should be fine for setmfact
Mon, 19 May 2008 12:34:54 +0100 Anselm R Garbe recent changes, introduced togglebar, changed some defines into variable declarations where possible
Sat, 17 May 2008 14:51:12 +0100 Anselm R Garbe new stuff
Sat, 17 May 2008 14:50:37 +0100 Anselm R Garbe removed the <M> togglelayout call
Sat, 17 May 2008 14:48:04 +0100 Anselm R Garbe s/tilegeom/updatetilegeom/
Sat, 17 May 2008 14:46:06 +0100 Anselm R Garbe removed monocle for now
Sat, 17 May 2008 14:41:41 +0100 Anselm R Garbe removed the exact focus mechanism of next/prev window
Sat, 17 May 2008 14:38:22 +0100 Anselm R Garbe moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
Sat, 17 May 2008 14:23:05 +0100 Anselm R Garbe removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Sat, 17 May 2008 14:17:18 +0100 Anselm R Garbe removed Layout->isfloating
Sat, 17 May 2008 14:06:41 +0100 Anselm R Garbe removed reapply() -- unnecessary
Sat, 17 May 2008 14:04:27 +0100 Anselm R Garbe renamed setlayout into togglelayout
Thu, 15 May 2008 10:51:37 +0100 Anselm R Garbe removed temporary wildcard handling
Thu, 15 May 2008 10:47:26 +0100 Anselm R Garbe added wild-card handling for tags
Wed, 14 May 2008 11:24:35 +0100 Anselm R Garbe applied nsz's another style patch
Tue, 13 May 2008 14:33:02 +0100 Anselm R Garbe applied nsz's style.diff patch
Tue, 13 May 2008 11:27:20 +0100 Anselm R Garbe just added a comment
Sun, 11 May 2008 20:27:01 +0100 Anselm R Garbe minor fixes
Sun, 11 May 2008 20:25:24 +0100 Anselm R Garbe having monocle on Mod1-m
Sun, 11 May 2008 20:22:20 +0100 Anselm R Garbe hotfix
Sun, 11 May 2008 20:20:53 +0100 Anselm R Garbe removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
Sun, 11 May 2008 14:54:45 +0100 Anselm R Garbe cleaned up config.def.h
Sun, 11 May 2008 14:40:37 +0100 Anselm R Garbe implemented exact focus next, if arg != NULL to focus{next,prev}
Tue, 06 May 2008 15:52:44 +0100 Anselm R Garbe applied the proposal by nsz
Tue, 06 May 2008 15:13:36 +0100 Anselm R Garbe applied JUCE patch
Sun, 27 Apr 2008 18:36:11 +0100 Anselm R Garbe simplification of view() as proposed by anydot
Sun, 27 Apr 2008 18:33:31 +0100 Anselm R Garbe applied yiyus tagset patch
Sun, 27 Apr 2008 18:22:52 +0100 Anselm R Garbe applied yiyus fgeom patch
(0) -1000 -300 -100 -60 +60 +100 +300 tip