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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip