Sat, 20 Dec 2008 12:02:14 +0000 spotted missing spaces
a@null [Sat, 20 Dec 2008 12:02:14 +0000] rev 1380
spotted missing spaces
Sat, 20 Dec 2008 00:02:56 +0000 reverting some border patches
a@null [Sat, 20 Dec 2008 00:02:56 +0000] rev 1379
reverting some border patches
Fri, 19 Dec 2008 23:56:00 +0000 changed adjustborder to be a macro
a@null [Fri, 19 Dec 2008 23:56:00 +0000] rev 1378
changed adjustborder to be a macro
Fri, 19 Dec 2008 23:41:31 +0000 applied yiyus applyrules() patch
a@null [Fri, 19 Dec 2008 23:41:31 +0000] rev 1377
applied yiyus applyrules() patch
Wed, 17 Dec 2008 21:25:32 +0000 implemented noborder for 1 client in the view
a@null [Wed, 17 Dec 2008 21:25:32 +0000] rev 1376
implemented noborder for 1 client in the view
Sat, 13 Dec 2008 20:20:26 +0000 made status script example of .xinitrc more useful
a@null [Sat, 13 Dec 2008 20:20:26 +0000] rev 1375
made status script example of .xinitrc more useful
Sat, 13 Dec 2008 17:44:29 +0000 ok, using signal.h for portability reasons
a@null [Sat, 13 Dec 2008 17:44:29 +0000] rev 1374
ok, using signal.h for portability reasons
Sat, 13 Dec 2008 17:27:48 +0000 removed unnecessary closure of stdin reported by Frederic Chardon, thx
a@null [Sat, 13 Dec 2008 17:27:48 +0000] rev 1373
removed unnecessary closure of stdin reported by Frederic Chardon, thx
Sat, 13 Dec 2008 16:35:34 +0000 added sys/signal.h inclusion for BSD compliance
a@null [Sat, 13 Dec 2008 16:35:34 +0000] rev 1372
added sys/signal.h inclusion for BSD compliance
Fri, 12 Dec 2008 19:55:03 +0000 re-applied Neale's spawn patch, credited Neale in LICENSE
a@null [Fri, 12 Dec 2008 19:55:03 +0000] rev 1371
re-applied Neale's spawn patch, credited Neale in LICENSE
Fri, 12 Dec 2008 19:49:06 +0000 applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
a@null [Fri, 12 Dec 2008 19:49:06 +0000] rev 1370
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
Sat, 06 Dec 2008 16:20:14 +0000 applied yiyus fix
arg@localhost.localdomain [Sat, 06 Dec 2008 16:20:14 +0000] rev 1369
applied yiyus fix
Sat, 06 Dec 2008 11:22:30 +0000 fix
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Dec 2008 11:22:30 +0000] rev 1368
fix
Sat, 06 Dec 2008 09:33:58 +0000 Added tag 5.3.1 for changeset 335301ed102f
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Dec 2008 09:33:58 +0000] rev 1367
Added tag 5.3.1 for changeset 335301ed102f
Sat, 06 Dec 2008 09:32:32 +0000 integrated yiyus clearurgent refactoring 5.3.1
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Dec 2008 09:32:32 +0000] rev 1366
integrated yiyus clearurgent refactoring
Sat, 06 Dec 2008 09:16:48 +0000 reverted spawn
arg@localhost.localdomain [Sat, 06 Dec 2008 09:16:48 +0000] rev 1365
reverted spawn
Thu, 04 Dec 2008 20:23:08 +0000 Added tag 5.3 for changeset 4004d6116035
Anselm R Garbe <garbeam@gmail.com> [Thu, 04 Dec 2008 20:23:08 +0000] rev 1364
Added tag 5.3 for changeset 4004d6116035
Thu, 04 Dec 2008 20:15:00 +0000 added Neale Pickett's spawn patch, thanks Neale 5.3
Anselm R Garbe <garbeam@gmail.com> [Thu, 04 Dec 2008 20:15:00 +0000] rev 1363
added Neale Pickett's spawn patch, thanks Neale
Sun, 16 Nov 2008 13:22:24 +0000 applied Gottox' comment fix (thanks)
Anselm R Garbe <garbeam@gmail.com> [Sun, 16 Nov 2008 13:22:24 +0000] rev 1362
applied Gottox' comment fix (thanks)
Sun, 19 Oct 2008 12:59:18 +0100 several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
Anselm R Garbe <garbeam@gmail.com> [Sun, 19 Oct 2008 12:59:18 +0100] rev 1361
several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
Wed, 15 Oct 2008 18:08:24 +0200 removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
Premysl Hruby <dfenze@gmail.com> [Wed, 15 Oct 2008 18:08:24 +0200] rev 1360
removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
Tue, 09 Sep 2008 20:47:01 +0100 Added tag 5.2 for changeset e4bcaca8e6ef
Anselm R Garbe <garbeam@gmail.com> [Tue, 09 Sep 2008 20:47:01 +0100] rev 1359
Added tag 5.2 for changeset e4bcaca8e6ef
Mon, 08 Sep 2008 22:24:05 +0100 using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99 5.2
Anselm R Garbe <garbeam@gmail.com> [Mon, 08 Sep 2008 22:24:05 +0100] rev 1358
using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99
Sun, 07 Sep 2008 09:53:59 +0100 applied XGetWMNormalHints fix
Anselm R Garbe <garbeam@gmail.com> [Sun, 07 Sep 2008 09:53:59 +0100] rev 1357
applied XGetWMNormalHints fix
Sat, 06 Sep 2008 09:34:49 +0100 I prefer doing the check in showhide
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Sep 2008 09:34:49 +0100] rev 1356
I prefer doing the check in showhide
Sat, 06 Sep 2008 09:21:32 +0100 applied Donald Chai's showhide patch in slightly modified ways
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Sep 2008 09:21:32 +0100] rev 1355
applied Donald Chai's showhide patch in slightly modified ways
Sat, 06 Sep 2008 08:59:51 +0100 applied Martin Hurton's checkotherwm simplification
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Sep 2008 08:59:51 +0100] rev 1354
applied Martin Hurton's checkotherwm simplification
Tue, 02 Sep 2008 22:36:06 +0100 applied Peter Hartlichs aspect revert fix
Anselm R Garbe <garbeam@gmail.com> [Tue, 02 Sep 2008 22:36:06 +0100] rev 1353
applied Peter Hartlichs aspect revert fix
Tue, 02 Sep 2008 18:47:01 +0100 applied Gottox' grabkey patch
Anselm R Garbe <garbeam@gmail.com> [Tue, 02 Sep 2008 18:47:01 +0100] rev 1352
applied Gottox' grabkey patch
Mon, 01 Sep 2008 22:18:50 +0100 applied yiyus tagbar patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 01 Sep 2008 22:18:50 +0100] rev 1351
applied yiyus tagbar patch
Mon, 01 Sep 2008 08:22:11 +0000 merged merge
arg@localhost.localdomain [Mon, 01 Sep 2008 08:22:11 +0000] rev 1350
merged merge
Fri, 29 Aug 2008 11:29:42 +0100 fixed merge
Anselm R Garbe <garbeam@gmail.com> [Fri, 29 Aug 2008 11:29:42 +0100] rev 1349
fixed
Fri, 29 Aug 2008 10:13:47 +0100 checking result of XGetClassHint, removed some obsolete lines in initfont() merge
Anselm R Garbe <garbeam@gmail.com> [Fri, 29 Aug 2008 10:13:47 +0100] rev 1348
checking result of XGetClassHint, removed some obsolete lines in initfont()
Wed, 27 Aug 2008 15:03:35 +0100 merged my changes merge
Anselm R Garbe <garbeam@gmail.com> [Wed, 27 Aug 2008 15:03:35 +0100] rev 1347
merged my changes
Wed, 27 Aug 2008 12:52:44 +0100 introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
Anselm R Garbe <garbeam@gmail.com> [Wed, 27 Aug 2008 12:52:44 +0100] rev 1346
introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
Mon, 25 Aug 2008 11:43:45 +0200 WM_NAME is builtin atom
Premysl Hruby <dfenze@gmail.com> [Mon, 25 Aug 2008 11:43:45 +0200] rev 1345
WM_NAME is builtin atom
Mon, 25 Aug 2008 09:44:23 +0100 grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
Anselm R Garbe <garbeam@gmail.com> [Mon, 25 Aug 2008 09:44:23 +0100] rev 1344
grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
Mon, 25 Aug 2008 09:37:39 +0100 reverted some resize() changes, reverted setlocale removal
Anselm R Garbe <garbeam@gmail.com> [Mon, 25 Aug 2008 09:37:39 +0100] rev 1343
reverted some resize() changes, reverted setlocale removal
Sat, 23 Aug 2008 09:54:55 +0100 applied Peter Hartlich's patch regarding aspect calculation with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:54:55 +0100] rev 1342
applied Peter Hartlich's patch regarding aspect calculation with slight modifications
Sat, 23 Aug 2008 09:33:05 +0100 removed artifact from wmii
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:33:05 +0100] rev 1341
removed artifact from wmii
Sat, 23 Aug 2008 09:31:28 +0100 changed grabkeys, removed initmodmap
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:31:28 +0100] rev 1340
changed grabkeys, removed initmodmap
Sat, 23 Aug 2008 09:26:11 +0100 applied Peter Hartlich's initmodmap patch
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:26:11 +0100] rev 1339
applied Peter Hartlich's initmodmap patch
Fri, 22 Aug 2008 15:26:30 +0200 applied fix of toggletag by Jan Kaliszewski
Premysl Hruby <dfenze@gmail.com> [Fri, 22 Aug 2008 15:26:30 +0200] rev 1338
applied fix of toggletag by Jan Kaliszewski
Mon, 18 Aug 2008 19:28:57 +0100 Martin Hurtons typo fix
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 19:28:57 +0100] rev 1337
Martin Hurtons typo fix
Mon, 18 Aug 2008 19:23:03 +0100 fixed error I did when applying Martin Hurton's drawtext patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 19:23:03 +0100] rev 1336
fixed error I did when applying Martin Hurton's drawtext patch
Mon, 18 Aug 2008 19:19:15 +0100 applied Martin Hurtons resizemouse patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 19:19:15 +0100] rev 1335
applied Martin Hurtons resizemouse patch
Mon, 18 Aug 2008 18:23:39 +0100 applied Martin Hurton's movemouse() patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 18:23:39 +0100] rev 1334
applied Martin Hurton's movemouse() patch
Mon, 18 Aug 2008 10:22:46 +0100 using None instead of 0 for trans
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:22:46 +0100] rev 1333
using None instead of 0 for trans
Mon, 18 Aug 2008 10:21:24 +0100 abc...
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:21:24 +0100] rev 1332
abc...
Mon, 18 Aug 2008 10:16:36 +0100 removed the i = textnw... as remarked by Martin Hurton
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:16:36 +0100] rev 1331
removed the i = textnw... as remarked by Martin Hurton
Mon, 18 Aug 2008 10:14:51 +0100 applied Martin Hurton's scan() patch with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:14:51 +0100] rev 1330
applied Martin Hurton's scan() patch with slight modifications
Mon, 18 Aug 2008 10:00:10 +0100 changed order of variables in drawtext
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:00:10 +0100] rev 1329
changed order of variables in drawtext
Mon, 18 Aug 2008 09:55:36 +0100 applied Martin Hurton's drawtext() patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:55:36 +0100] rev 1328
applied Martin Hurton's drawtext() patch
Mon, 18 Aug 2008 09:49:44 +0100 applied Martin Hurton's view() simplification, not checking arg
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:49:44 +0100] rev 1327
applied Martin Hurton's view() simplification, not checking arg
Mon, 18 Aug 2008 09:39:52 +0100 making a comment more explicit
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:39:52 +0100] rev 1326
making a comment more explicit
Mon, 18 Aug 2008 09:31:55 +0100 removed setlocale() stuff, not necessary if Xmb in use
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:31:55 +0100] rev 1325
removed setlocale() stuff, not necessary if Xmb in use
Mon, 18 Aug 2008 09:11:15 +0100 added a comment about FAQ regarding mfact meaning
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:11:15 +0100] rev 1324
added a comment about FAQ regarding mfact meaning
Mon, 18 Aug 2008 09:10:21 +0100 added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:10:21 +0100] rev 1323
added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
Mon, 18 Aug 2008 08:57:34 +0100 initialize trans with 0
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 08:57:34 +0100] rev 1322
initialize trans with 0
Thu, 14 Aug 2008 22:35:52 +0200 fix of XGetTransientForHint in manage()
Premysl Hruby <dfenze@gmail.com> [Thu, 14 Aug 2008 22:35:52 +0200] rev 1321
fix of XGetTransientForHint in manage()
Thu, 14 Aug 2008 12:36:49 +0200 applied cleanup from M. Hurton and S. Nagy
Premysl Hruby <dfenze@gmail.com> [Thu, 14 Aug 2008 12:36:49 +0200] rev 1320
applied cleanup from M. Hurton and S. Nagy
Tue, 12 Aug 2008 21:24:40 +0200 fixes using arg->i instead of arg->ui
Premysl Hruby <dfenze@gmail.com> [Tue, 12 Aug 2008 21:24:40 +0200] rev 1319
fixes using arg->i instead of arg->ui
Mon, 04 Aug 2008 17:39:36 +0100 applied Johannes Hofmann's patch, please test
anselm@anselm1 [Mon, 04 Aug 2008 17:39:36 +0100] rev 1318
applied Johannes Hofmann's patch, please test
Sat, 02 Aug 2008 19:12:15 +0100 made readin a config.h variable
Anselm R Garbe <garbeam@gmail.com> [Sat, 02 Aug 2008 19:12:15 +0100] rev 1317
made readin a config.h variable
Tue, 29 Jul 2008 19:19:00 +0100 Added tag 5.1 for changeset ce355cea9bb8
Anselm R Garbe <garbeam@gmail.com> [Tue, 29 Jul 2008 19:19:00 +0100] rev 1316
Added tag 5.1 for changeset ce355cea9bb8
Tue, 29 Jul 2008 11:32:22 +0100 forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways 5.1
Anselm R Garbe <garbeam@gmail.com> [Tue, 29 Jul 2008 11:32:22 +0100] rev 1315
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
Fri, 18 Jul 2008 20:18:45 +0100 potential crash fix if xinerama behaves broken, though I doubt it
Anselm R Garbe <garbeam@gmail.com> [Fri, 18 Jul 2008 20:18:45 +0100] rev 1314
potential crash fix if xinerama behaves broken, though I doubt it
Fri, 18 Jul 2008 10:57:32 +0200 make hg tip compilable with default config
Premysl Hruby <dfenze@gmail.com> [Fri, 18 Jul 2008 10:57:32 +0200] rev 1313
make hg tip compilable with default config
Wed, 16 Jul 2008 18:39:48 +0100 local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reason
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:39:48 +0100] rev 1312
local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reason
Wed, 16 Jul 2008 18:33:51 +0100 got rid of compile time xidx configuration, querying mouse pointer instead
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:33:51 +0100] rev 1311
got rid of compile time xidx configuration, querying mouse pointer instead
Wed, 16 Jul 2008 18:17:42 +0100 reverted uint redefinition
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:17:42 +0100] rev 1310
reverted uint redefinition
Sun, 13 Jul 2008 18:08:55 +0100 applied anydot's urgency hint patch, thanks!
anselm@aab [Sun, 13 Jul 2008 18:08:55 +0100] rev 1309
applied anydot's urgency hint patch, thanks!
Thu, 03 Jul 2008 17:05:56 +0100 renamed eprint die
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Jul 2008 17:05:56 +0100] rev 1308
renamed eprint die
Thu, 03 Jul 2008 10:58:35 +0100 simplified detach()
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Jul 2008 10:58:35 +0100] rev 1307
simplified detach()
Wed, 02 Jul 2008 11:54:36 +0100 removed aux* stuff from Client
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:54:36 +0100] rev 1306
removed aux* stuff from Client
Wed, 02 Jul 2008 11:19:02 +0100 removed useless comment
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:19:02 +0100] rev 1305
removed useless comment
Wed, 02 Jul 2008 11:06:46 +0100 minor fix to view()
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:06:46 +0100] rev 1304
minor fix to view()
Tue, 01 Jul 2008 19:26:17 +0100 applied Frederik Ternerot's grabbuttons patch with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Tue, 01 Jul 2008 19:26:17 +0100] rev 1303
applied Frederik Ternerot's grabbuttons patch with slight modifications
Mon, 30 Jun 2008 09:57:45 +0100 locale update
Anselm R Garbe <garbeam@gmail.com> [Mon, 30 Jun 2008 09:57:45 +0100] rev 1302
locale update
Tue, 24 Jun 2008 12:40:48 +0100 removed useless characters
Anselm R Garbe <garbeam@gmail.com> [Tue, 24 Jun 2008 12:40:48 +0100] rev 1301
removed useless characters
Mon, 23 Jun 2008 08:59:19 +0100 applied James Turner's dwm.1 patch, thanks James!
Anselm R Garbe <garbeam@gmail.com> [Mon, 23 Jun 2008 08:59:19 +0100] rev 1300
applied James Turner's dwm.1 patch, thanks James!
Sun, 22 Jun 2008 09:33:49 +0100 fix of monocle
Anselm R Garbe <garbeam@gmail.com> [Sun, 22 Jun 2008 09:33:49 +0100] rev 1299
fix of monocle
Sun, 22 Jun 2008 09:29:35 +0100 another merge
Anselm R Garbe <garbeam@gmail.com> [Sun, 22 Jun 2008 09:29:35 +0100] rev 1298
another merge
Sun, 22 Jun 2008 09:29:06 +0100 does this fix anything?
Anselm R Garbe <garbeam@gmail.com> [Sun, 22 Jun 2008 09:29:06 +0100] rev 1297
does this fix anything?
Sat, 21 Jun 2008 13:49:43 +0100 fixed Gottox' buttonpress/ClkTagBar code
Anselm R Garbe <garbeam@gmail.com> [Sat, 21 Jun 2008 13:49:43 +0100] rev 1296
fixed Gottox' buttonpress/ClkTagBar code
Fri, 20 Jun 2008 16:52:07 +0100 applied Gottox' ClkTagBar patch
Anselm R Garbe <garbeam@gmail.com> [Fri, 20 Jun 2008 16:52:07 +0100] rev 1295
applied Gottox' ClkTagBar patch
Thu, 19 Jun 2008 14:58:19 +0100 made arrange again like it was once
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:58:19 +0100] rev 1294
made arrange again like it was once
Thu, 19 Jun 2008 14:13:07 +0100 fix
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:13:07 +0100] rev 1293
fix
Thu, 19 Jun 2008 14:07:55 +0100 use sel instead of seeking the list
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:07:55 +0100] rev 1292
use sel instead of seeking the list
Thu, 19 Jun 2008 14:01:40 +0100 resize should apply if !banned
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:01:40 +0100] rev 1291
resize should apply if !banned
Thu, 19 Jun 2008 12:28:56 +0100 applied Gottox patch
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 12:28:56 +0100] rev 1290
applied Gottox patch
Thu, 19 Jun 2008 11:38:53 +0100 untested monocle
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 11:38:53 +0100] rev 1289
untested monocle
Thu, 19 Jun 2008 09:11:11 +0100 non-zero
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 09:11:11 +0100] rev 1288
non-zero
Wed, 18 Jun 2008 18:22:54 +0100 Added tag 5.0 for changeset 06eb9644e2da
Anselm R Garbe <garbeam@gmail.com> [Wed, 18 Jun 2008 18:22:54 +0100] rev 1287
Added tag 5.0 for changeset 06eb9644e2da
Tue, 17 Jun 2008 11:20:18 +0100 branch merge 5.0
Anselm R Garbe <garbeam@gmail.com> [Tue, 17 Jun 2008 11:20:18 +0100] rev 1286
branch merge
Tue, 17 Jun 2008 11:19:17 +0100 tiled layout resizehints should be respected by default
Anselm R Garbe <garbeam@gmail.com> [Tue, 17 Jun 2008 11:19:17 +0100] rev 1285
tiled layout resizehints should be respected by default
Tue, 17 Jun 2008 09:57:13 +0100 restored y-coordinate fixing of client windows
Anselm R Garbe <garbeam@gmail.com> [Tue, 17 Jun 2008 09:57:13 +0100] rev 1284
restored y-coordinate fixing of client windows
Sun, 15 Jun 2008 23:27:08 +0200 s/tags ref/tags mask/
arg@suckless.org [Sun, 15 Jun 2008 23:27:08 +0200] rev 1283
s/tags ref/tags mask/
Sun, 15 Jun 2008 18:59:52 +0100 updated man page regarding Mod1-m
Anselm R Garbe <garbeam@gmail.com> [Sun, 15 Jun 2008 18:59:52 +0100] rev 1282
updated man page regarding Mod1-m
Sun, 15 Jun 2008 10:52:57 +0100 minor fixes towards 5.0
Anselm R Garbe <garbeam@gmail.com> [Sun, 15 Jun 2008 10:52:57 +0100] rev 1281
minor fixes towards 5.0
Sat, 14 Jun 2008 15:15:15 +0100 removed explicit warp in movemouse
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 15:15:15 +0100] rev 1280
removed explicit warp in movemouse
Sat, 14 Jun 2008 11:25:42 +0100 removed scroll-wheel based focussing on window title clicks
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:25:42 +0100] rev 1279
removed scroll-wheel based focussing on window title clicks
Sat, 14 Jun 2008 11:23:16 +0100 fix of swapped focusstack mouse buttons
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:23:16 +0100] rev 1278
fix of swapped focusstack mouse buttons
Sat, 14 Jun 2008 11:22:22 +0100 removed the ButtonPressMask for root windows as well
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:22:22 +0100] rev 1277
removed the ButtonPressMask for root windows as well
Sat, 14 Jun 2008 11:21:50 +0100 removed root window click handling
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:21:50 +0100] rev 1276
removed root window click handling
Sat, 14 Jun 2008 10:38:18 +0100 removed font and color definitions
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 10:38:18 +0100] rev 1275
removed font and color definitions
Fri, 13 Jun 2008 17:37:43 +0100 minor fix
Anselm R Garbe <garbeam@gmail.com> [Fri, 13 Jun 2008 17:37:43 +0100] rev 1274
minor fix
Thu, 12 Jun 2008 23:04:55 +0100 fixed tag click handling, however ClkRootWin doesn't work for me
Anselm R Garbe <garbeam@gmail.com> [Thu, 12 Jun 2008 23:04:55 +0100] rev 1273
fixed tag click handling, however ClkRootWin doesn't work for me
Thu, 12 Jun 2008 16:37:03 +0100 update
Anselm R Garbe <garbeam@gmail.com> [Thu, 12 Jun 2008 16:37:03 +0100] rev 1272
update
Thu, 12 Jun 2008 13:10:14 +0100 some bugfixes of the patch application yesterday
Anselm R Garbe <garbeam@gmail.com> [Thu, 12 Jun 2008 13:10:14 +0100] rev 1271
some bugfixes of the patch application yesterday
Wed, 11 Jun 2008 20:41:28 +0100 integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 20:41:28 +0100] rev 1270
integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
Wed, 11 Jun 2008 19:55:07 +0100 made Xinerama screen index customizable
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 19:55:07 +0100] rev 1269
made Xinerama screen index customizable
Wed, 11 Jun 2008 19:47:20 +0100 removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 19:47:20 +0100] rev 1268
removed trailing spaces reported by Soleen
Wed, 11 Jun 2008 19:42:24 +0100 crash fix
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 19:42:24 +0100] rev 1267
crash fix
Wed, 11 Jun 2008 17:01:30 +0100 made lt visible again in config.def.h
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 17:01:30 +0100] rev 1266
made lt visible again in config.def.h
Wed, 11 Jun 2008 14:10:18 +0100 added nsz' patch
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 14:10:18 +0100] rev 1265
added nsz' patch
Wed, 11 Jun 2008 13:20:17 +0100 added SHCMD support for pipe-based commands due the new spawn() versio
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 13:20:17 +0100] rev 1264
added SHCMD support for pipe-based commands due the new spawn() versio
Wed, 11 Jun 2008 10:26:57 +0100 using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 10:26:57 +0100] rev 1263
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
Wed, 11 Jun 2008 10:25:02 +0100 lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 10:25:02 +0100] rev 1262
lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
Wed, 11 Jun 2008 09:34:00 +0100 integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 09:34:00 +0100] rev 1261
integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout
Wed, 11 Jun 2008 09:12:06 +0100 applied anydot's patchset.diff
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 09:12:06 +0100] rev 1260
applied anydot's patchset.diff
Mon, 09 Jun 2008 11:24:33 +0200 final version -- Gottox verified it using the test driver
arg@suckless.org [Mon, 09 Jun 2008 11:24:33 +0200] rev 1259
final version -- Gottox verified it using the test driver
Mon, 09 Jun 2008 11:05:20 +0200 revert of introduced problem
arg@suckless.org [Mon, 09 Jun 2008 11:05:20 +0200] rev 1258
revert of introduced problem
Mon, 09 Jun 2008 10:26:01 +0200 applied nsz' textnw patch thank you
arg@suckless.org [Mon, 09 Jun 2008 10:26:01 +0200] rev 1257
applied nsz' textnw patch thank you
Mon, 09 Jun 2008 10:05:40 +0200 updated the for-loop with Gottox' proposal
arg@suckless.org [Mon, 09 Jun 2008 10:05:40 +0200] rev 1256
updated the for-loop with Gottox' proposal
Fri, 06 Jun 2008 11:49:31 +0200 minor change
arg@suckless.org [Fri, 06 Jun 2008 11:49:31 +0200] rev 1255
minor change
Wed, 04 Jun 2008 11:49:46 +0200 applied nsz's patches (many thanks!)
arg@suckless.org [Wed, 04 Jun 2008 11:49:46 +0200] rev 1254
applied nsz's patches (many thanks!)
Mon, 02 Jun 2008 12:19:02 +0200 small change to drawtext
arg@suckless.org [Mon, 02 Jun 2008 12:19:02 +0200] rev 1253
small change to drawtext
Sun, 01 Jun 2008 17:51:22 +0100 fixed the tile() issue with xpdf
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 17:51:22 +0100] rev 1252
fixed the tile() issue with xpdf
Sun, 01 Jun 2008 17:41:15 +0100 using anydot's memcpy-approach in drawtext, however it still looks awkward to me
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 17:41:15 +0100] rev 1251
using anydot's memcpy-approach in drawtext, however it still looks awkward to me
Sun, 01 Jun 2008 11:58:19 +0100 Gottox' drawtext simplification
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 11:58:19 +0100] rev 1250
Gottox' drawtext simplification
Sun, 01 Jun 2008 10:54:02 +0100 applied noviewprev.diff, fix.diff and unusedflags.diff
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 10:54:02 +0100] rev 1249
applied noviewprev.diff, fix.diff and unusedflags.diff
Sat, 31 May 2008 17:37:13 +0100 fix
Anselm R Garbe <garbeam@gmail.com> [Sat, 31 May 2008 17:37:13 +0100] rev 1248
fix
Sat, 31 May 2008 17:05:28 +0100 lt->arrange in mfact
Anselm R Garbe <garbeam@gmail.com> [Sat, 31 May 2008 17:05:28 +0100] rev 1247
lt->arrange in mfact
Fri, 30 May 2008 23:03:03 +0100 isfixed implies isfloating
Anselm R Garbe <garbeam@gmail.com> [Fri, 30 May 2008 23:03:03 +0100] rev 1246
isfixed implies isfloating
Thu, 29 May 2008 18:42:53 +0100 applied nibbles fixes, slightly modified
Anselm R Garbe <garbeam@gmail.com> [Thu, 29 May 2008 18:42:53 +0100] rev 1245
applied nibbles fixes, slightly modified
Thu, 29 May 2008 18:22:51 +0100 applied yiyus tip patch from tue
Anselm R Garbe <garbeam@gmail.com> [Thu, 29 May 2008 18:22:51 +0100] rev 1244
applied yiyus tip patch from tue
Wed, 28 May 2008 10:45:18 +0100 core dump fix in cleanup
Anselm R Garbe <garbeam@gmail.com> [Wed, 28 May 2008 10:45:18 +0100] rev 1243
core dump fix in cleanup
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
Mon, 19 May 2008 13:37:46 +0100 s/DEFGEOM/CUSTOMGEOM/
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 13:37:46 +0100] rev 1212
s/DEFGEOM/CUSTOMGEOM/
Mon, 19 May 2008 13:32:43 +0100 update
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 13:32:43 +0100] rev 1211
update
Mon, 19 May 2008 12:42:26 +0100 updatetilegeom should be fine for setmfact
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 12:42:26 +0100] rev 1210
updatetilegeom should be fine for setmfact
Mon, 19 May 2008 12:34:54 +0100 recent changes, introduced togglebar, changed some defines into variable declarations where possible
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 12:34:54 +0100] rev 1209
recent changes, introduced togglebar, changed some defines into variable declarations where possible
Sat, 17 May 2008 14:51:12 +0100 new stuff
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:51:12 +0100] rev 1208
new stuff
Sat, 17 May 2008 14:50:37 +0100 removed the <M> togglelayout call
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:50:37 +0100] rev 1207
removed the <M> togglelayout call
Sat, 17 May 2008 14:48:04 +0100 s/tilegeom/updatetilegeom/
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:48:04 +0100] rev 1206
s/tilegeom/updatetilegeom/
Sat, 17 May 2008 14:46:06 +0100 removed monocle for now
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:46:06 +0100] rev 1205
removed monocle for now
Sat, 17 May 2008 14:41:41 +0100 removed the exact focus mechanism of next/prev window
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:41:41 +0100] rev 1204
removed the exact focus mechanism of next/prev window
Sat, 17 May 2008 14:38:22 +0100 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
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:38:22 +0100] rev 1203
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 removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:23:05 +0100] rev 1202
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Sat, 17 May 2008 14:17:18 +0100 removed Layout->isfloating
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:17:18 +0100] rev 1201
removed Layout->isfloating
Sat, 17 May 2008 14:06:41 +0100 removed reapply() -- unnecessary
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:06:41 +0100] rev 1200
removed reapply() -- unnecessary
Sat, 17 May 2008 14:04:27 +0100 renamed setlayout into togglelayout
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:04:27 +0100] rev 1199
renamed setlayout into togglelayout
Thu, 15 May 2008 10:51:37 +0100 removed temporary wildcard handling
Anselm R Garbe <garbeam@gmail.com> [Thu, 15 May 2008 10:51:37 +0100] rev 1198
removed temporary wildcard handling
Thu, 15 May 2008 10:47:26 +0100 added wild-card handling for tags
Anselm R Garbe <garbeam@gmail.com> [Thu, 15 May 2008 10:47:26 +0100] rev 1197
added wild-card handling for tags
Wed, 14 May 2008 11:24:35 +0100 applied nsz's another style patch
Anselm R Garbe <garbeam@gmail.com> [Wed, 14 May 2008 11:24:35 +0100] rev 1196
applied nsz's another style patch
Tue, 13 May 2008 14:33:02 +0100 applied nsz's style.diff patch
Anselm R Garbe <garbeam@gmail.com> [Tue, 13 May 2008 14:33:02 +0100] rev 1195
applied nsz's style.diff patch
Tue, 13 May 2008 11:27:20 +0100 just added a comment
Anselm R Garbe <garbeam@gmail.com> [Tue, 13 May 2008 11:27:20 +0100] rev 1194
just added a comment
Sun, 11 May 2008 20:27:01 +0100 minor fixes
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:27:01 +0100] rev 1193
minor fixes
Sun, 11 May 2008 20:25:24 +0100 having monocle on Mod1-m
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:25:24 +0100] rev 1192
having monocle on Mod1-m
Sun, 11 May 2008 20:22:20 +0100 hotfix
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:22:20 +0100] rev 1191
hotfix
Sun, 11 May 2008 20:20:53 +0100 removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:20:53 +0100] rev 1190
removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
Sun, 11 May 2008 14:54:45 +0100 cleaned up config.def.h
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 14:54:45 +0100] rev 1189
cleaned up config.def.h
Sun, 11 May 2008 14:40:37 +0100 implemented exact focus next, if arg != NULL to focus{next,prev}
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 14:40:37 +0100] rev 1188
implemented exact focus next, if arg != NULL to focus{next,prev}
Tue, 06 May 2008 15:52:44 +0100 applied the proposal by nsz
Anselm R Garbe <garbeam@gmail.com> [Tue, 06 May 2008 15:52:44 +0100] rev 1187
applied the proposal by nsz
Tue, 06 May 2008 15:13:36 +0100 applied JUCE patch
Anselm R Garbe <garbeam@gmail.com> [Tue, 06 May 2008 15:13:36 +0100] rev 1186
applied JUCE patch
Sun, 27 Apr 2008 18:36:11 +0100 simplification of view() as proposed by anydot
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:36:11 +0100] rev 1185
simplification of view() as proposed by anydot
Sun, 27 Apr 2008 18:33:31 +0100 applied yiyus tagset patch
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:33:31 +0100] rev 1184
applied yiyus tagset patch
Sun, 27 Apr 2008 18:22:52 +0100 applied yiyus fgeom patch
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:22:52 +0100] rev 1183
applied yiyus fgeom patch
Sun, 27 Apr 2008 18:00:45 +0100 applied dfenze drawtext simplifications
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:00:45 +0100] rev 1182
applied dfenze drawtext simplifications
Sun, 20 Apr 2008 19:09:30 +0100 this is the correct way
anselm@anselm1 [Sun, 20 Apr 2008 19:09:30 +0100] rev 1181
this is the correct way
Sun, 20 Apr 2008 19:09:00 +0100 copyright notice is in LICENSE
anselm@anselm1 [Sun, 20 Apr 2008 19:09:00 +0100] rev 1180
copyright notice is in LICENSE
Sun, 20 Apr 2008 18:35:11 +0100 applied Ph's seltags-simplification with some modifications
anselm@anselm1 [Sun, 20 Apr 2008 18:35:11 +0100] rev 1179
applied Ph's seltags-simplification with some modifications
Sun, 20 Apr 2008 18:28:21 +0100 applied Ph's MIN/MAX patch, nice work!
anselm@anselm1 [Sun, 20 Apr 2008 18:28:21 +0100] rev 1178
applied Ph's MIN/MAX patch, nice work!
Sun, 20 Apr 2008 18:23:59 +0100 applied Ph's patch regarding geom and lt initialization
anselm@anselm1 [Sun, 20 Apr 2008 18:23:59 +0100] rev 1177
applied Ph's patch regarding geom and lt initialization
Sun, 20 Apr 2008 18:17:33 +0100 applied Gottox' applyrules() fix
anselm@anselm1 [Sun, 20 Apr 2008 18:17:33 +0100] rev 1176
applied Gottox' applyrules() fix
Tue, 08 Apr 2008 11:49:35 +0100 geometry fix proposed by Jukka
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Apr 2008 11:49:35 +0100] rev 1175
geometry fix proposed by Jukka
Mon, 07 Apr 2008 09:05:41 +0100 applied applyrules-fix by Jukka, thank you Jukka!
Anselm R Garbe <garbeam@gmail.com> [Mon, 07 Apr 2008 09:05:41 +0100] rev 1174
applied applyrules-fix by Jukka, thank you Jukka!
Sat, 05 Apr 2008 19:04:53 +0100 fix
Anselm R Garbe <garbeam@gmail.com> [Sat, 05 Apr 2008 19:04:53 +0100] rev 1173
fix
Sat, 05 Apr 2008 18:23:31 +0100 applied the proposed monocle patch from the mailinglist
Anselm R Garbe <garbeam@gmail.com> [Sat, 05 Apr 2008 18:23:31 +0100] rev 1172
applied the proposed monocle patch from the mailinglist
Fri, 04 Apr 2008 11:15:37 +0100 next version is 5.0
Anselm R Garbe <garbeam@gmail.com> [Fri, 04 Apr 2008 11:15:37 +0100] rev 1171
next version is 5.0
Thu, 03 Apr 2008 21:57:32 +0100 Added tag 4.9 for changeset 22c669b2dd36
anselm@anselm1 [Thu, 03 Apr 2008 21:57:32 +0100] rev 1170
Added tag 4.9 for changeset 22c669b2dd36
Thu, 03 Apr 2008 14:39:19 +0100 yet another cleanup 4.9
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Apr 2008 14:39:19 +0100] rev 1169
yet another cleanup
Thu, 03 Apr 2008 14:38:58 +0100 some cleanup changes
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Apr 2008 14:38:58 +0100] rev 1168
some cleanup changes
Wed, 02 Apr 2008 22:18:09 +0100 uncommented dual layout in preparation of dwm 4.9
anselm@anselm1 [Wed, 02 Apr 2008 22:18:09 +0100] rev 1167
uncommented dual layout in preparation of dwm 4.9
Wed, 02 Apr 2008 22:10:55 +0100 applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
anselm@anselm1 [Wed, 02 Apr 2008 22:10:55 +0100] rev 1166
applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
Tue, 01 Apr 2008 15:46:00 +0100 aspects hints seem broken for fullscreen apps
Anselm R Garbe <garbeam@gmail.com> [Tue, 01 Apr 2008 15:46:00 +0100] rev 1165
aspects hints seem broken for fullscreen apps
Mon, 31 Mar 2008 10:09:48 +0100 removed uneccessary line
Anselm R Garbe <garbeam@gmail.com> [Mon, 31 Mar 2008 10:09:48 +0100] rev 1164
removed uneccessary line
Tue, 25 Mar 2008 09:41:14 +0000 bugfix
Anselm R Garbe <garbeam@gmail.com> [Tue, 25 Mar 2008 09:41:14 +0000] rev 1163
bugfix
Mon, 24 Mar 2008 14:31:02 +0000 setmfact should not have any effect if in floating layout
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 14:31:02 +0000] rev 1162
setmfact should not have any effect if in floating layout
Mon, 24 Mar 2008 14:24:57 +0000 minor fix
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 14:24:57 +0000] rev 1161
minor fix
Mon, 24 Mar 2008 14:23:28 +0000 revival of mfact and setmfact
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 14:23:28 +0000] rev 1160
revival of mfact and setmfact
Mon, 24 Mar 2008 13:49:19 +0000 setlayout and setgeom are now togglable again
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 13:49:19 +0000] rev 1159
setlayout and setgeom are now togglable again
Mon, 24 Mar 2008 13:33:32 +0000 geom indicator and layout indicator is only displayed if there are several geoms/layouts
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 13:33:32 +0000] rev 1158
geom indicator and layout indicator is only displayed if there are several geoms/layouts
Sat, 22 Mar 2008 16:53:37 +0000 hotfix of idxoftag
anselm@anselm1 [Sat, 22 Mar 2008 16:53:37 +0000] rev 1157
hotfix of idxoftag
Sat, 22 Mar 2008 12:47:12 +0000 blw/bgw calculation bugfix
anselm@anselm1 [Sat, 22 Mar 2008 12:47:12 +0000] rev 1156
blw/bgw calculation bugfix
Wed, 19 Mar 2008 09:27:17 +0000 updated configurenotify
Anselm R Garbe <garbeam@gmail.com> [Wed, 19 Mar 2008 09:27:17 +0000] rev 1155
updated configurenotify
Mon, 17 Mar 2008 23:45:46 +0000 minor bugfix in applyrules
anselm@anselm1 [Mon, 17 Mar 2008 23:45:46 +0000] rev 1154
minor bugfix in applyrules
Mon, 17 Mar 2008 17:33:25 +0000 added sample of {grow,shrink}master to config.def.h
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 17:33:25 +0000] rev 1153
added sample of {grow,shrink}master to config.def.h
Mon, 17 Mar 2008 16:29:50 +0000 renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 16:29:50 +0000] rev 1152
renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
Mon, 17 Mar 2008 16:26:06 +0000 geoms are now drawed in the status bar
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 16:26:06 +0000] rev 1151
geoms are now drawed in the status bar
Mon, 17 Mar 2008 14:56:11 +0000 removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 14:56:11 +0000] rev 1150
removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
Sat, 15 Mar 2008 14:17:42 +0000 made the string-based setgeom working
Anselm R Garbe <garbeam@gmail.com> [Sat, 15 Mar 2008 14:17:42 +0000] rev 1149
made the string-based setgeom working
Fri, 14 Mar 2008 17:17:08 +0000 some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
Anselm R Garbe <garbeam@gmail.com> [Fri, 14 Mar 2008 17:17:08 +0000] rev 1148
some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
Fri, 14 Mar 2008 14:35:45 +0000 some changes towards 4.9
Anselm R Garbe <garbeam@gmail.com> [Fri, 14 Mar 2008 14:35:45 +0000] rev 1147
some changes towards 4.9
Thu, 13 Mar 2008 16:56:11 +0000 Added tag 4.8 for changeset 607015ddb091
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 16:56:11 +0000] rev 1146
Added tag 4.8 for changeset 607015ddb091
Thu, 13 Mar 2008 16:30:29 +0000 removed the comment again 4.8
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 16:30:29 +0000] rev 1145
removed the comment again
Thu, 13 Mar 2008 13:59:40 +0000 some polishing in tileh/tilev
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 13:59:40 +0000] rev 1144
some polishing in tileh/tilev
Thu, 13 Mar 2008 13:01:42 +0000 minor bugfix
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 13:01:42 +0000] rev 1143
minor bugfix
Thu, 13 Mar 2008 12:47:41 +0000 added a new comment
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 12:47:41 +0000] rev 1142
added a new comment
Thu, 13 Mar 2008 12:45:30 +0000 some cleanup
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 12:45:30 +0000] rev 1141
some cleanup
(0) -1000 -240 tip