Mon, 26 May 2008 11:43:51 +0100 updated the initial comment to reflect the use of bit arrays
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 11:43:51 +0100] rev 1242
updated the initial comment to reflect the use of bit arrays
Mon, 26 May 2008 11:42:02 +0100 slight changes
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 11:42:02 +0100] rev 1241
slight changes
Mon, 26 May 2008 10:28:18 +0100 removed bx and bw, unnecessary
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 10:28:18 +0100] rev 1240
removed bx and bw, unnecessary
Mon, 26 May 2008 10:13:51 +0100 renamed domax into ismax
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 10:13:51 +0100] rev 1239
renamed domax into ismax
Mon, 26 May 2008 10:10:33 +0100 simplified tile()
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 10:10:33 +0100] rev 1238
simplified tile()
Mon, 26 May 2008 09:54:34 +0100 removed Layout->updategeom, unnecessary
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 09:54:34 +0100] rev 1237
removed Layout->updategeom, unnecessary
Mon, 26 May 2008 09:45:34 +0100 removed TEXTW
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 09:45:34 +0100] rev 1236
removed TEXTW
Mon, 26 May 2008 09:39:57 +0100 applied yiyus domax patch with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 09:39:57 +0100] rev 1235
applied yiyus domax patch with slight modifications
Thu, 22 May 2008 14:15:30 +0100 replaced isvisible with a macro
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 14:15:30 +0100] rev 1234
replaced isvisible with a macro
Thu, 22 May 2008 14:10:00 +0100 removed emallocz
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 14:10:00 +0100] rev 1233
removed emallocz
Thu, 22 May 2008 14:02:31 +0100 s/int/uint/ in config.h
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 14:02:31 +0100] rev 1232
s/int/uint/ in config.h
Thu, 22 May 2008 13:35:45 +0100 removed debug output, sanitized tag limit check
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 13:35:45 +0100] rev 1231
removed debug output, sanitized tag limit check
Thu, 22 May 2008 12:00:50 +0100 setmfact argument was wrong
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 12:00:50 +0100] rev 1230
setmfact argument was wrong
Thu, 22 May 2008 11:50:18 +0100 Key.mod is uint, Client.[old]bw is int
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:50:18 +0100] rev 1229
Key.mod is uint, Client.[old]bw is int
Thu, 22 May 2008 11:16:23 +0100 s/unsigned long/ulong/
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:16:23 +0100] rev 1228
s/unsigned long/ulong/
Thu, 22 May 2008 11:12:22 +0100 s/nextunfloating/nexttiled/, changed zoom() behavior
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:12:22 +0100] rev 1227
s/nextunfloating/nexttiled/, changed zoom() behavior
Thu, 22 May 2008 11:10:08 +0100 s/unsigned int/uint/
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:10:08 +0100] rev 1226
s/unsigned int/uint/
Thu, 22 May 2008 11:08:07 +0100 s/void */const void */
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:08:07 +0100] rev 1225
s/void */const void */
Thu, 22 May 2008 11:04:19 +0100 applied Gottox bitmask + void *arg patch
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:04:19 +0100] rev 1224
applied Gottox bitmask + void *arg patch
Mon, 19 May 2008 20:29:57 +0100 some minor fixes
anselm@anselm1 [Mon, 19 May 2008 20:29:57 +0100] rev 1223
some minor fixes
Mon, 19 May 2008 20:13:24 +0100 simplification
anselm@anselm1 [Mon, 19 May 2008 20:13:24 +0100] rev 1222
simplification
Mon, 19 May 2008 20:08:31 +0100 reverted dist target in Makefile
anselm@anselm1 [Mon, 19 May 2008 20:08:31 +0100] rev 1221
reverted dist target in Makefile
Mon, 19 May 2008 20:07:12 +0100 merged tile.c again into dwm.c
anselm@anselm1 [Mon, 19 May 2008 20:07:12 +0100] rev 1220
merged tile.c again into dwm.c
Mon, 19 May 2008 17:27:30 +0100 take bar into account
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 17:27:30 +0100] rev 1219
take bar into account
Mon, 19 May 2008 17:23:49 +0100 be more polite to clients which like to appear outside the window area, but still on the screen
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 17:23:49 +0100] rev 1218
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 fixed comment
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 15:36:45 +0100] rev 1217
fixed comment
Mon, 19 May 2008 15:09:16 +0100 fix
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 15:09:16 +0100] rev 1216
fix
Mon, 19 May 2008 15:05:46 +0100 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
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 15:05:46 +0100] rev 1215
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 improving space usage if master is left of stack (default)
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 14:44:53 +0100] rev 1214
improving space usage if master is left of stack (default)
Mon, 19 May 2008 13:41:58 +0100 only snap within window area
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 13:41:58 +0100] rev 1213
only snap within window area
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip