Thu, 01 Apr 2010 22:34:46 +0100 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us> [Thu, 01 Apr 2010 22:34:46 +0100] rev 1512
pretty printing bugs a bit
Thu, 01 Apr 2010 19:39:24 +0100 selmon optimisation is needed
Anselm R Garbe <anselm@garbe.us> [Thu, 01 Apr 2010 19:39:24 +0100] rev 1511
selmon optimisation is needed
Thu, 01 Apr 2010 00:14:15 +0100 more debug output, experimental focus optimisation
Anselm R Garbe <anselm@garbe.us> [Thu, 01 Apr 2010 00:14:15 +0100] rev 1510
more debug output, experimental focus optimisation
Wed, 31 Mar 2010 23:27:30 +0100 quick typo fix
Anselm R Garbe <anselm@garbe.us> [Wed, 31 Mar 2010 23:27:30 +0100] rev 1509
quick typo fix
Wed, 31 Mar 2010 23:24:22 +0100 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us> [Wed, 31 Mar 2010 23:24:22 +0100] rev 1508
it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Wed, 25 Nov 2009 13:56:17 +0000 another bug report
Anselm R Garbe <garbeam@gmail.com> [Wed, 25 Nov 2009 13:56:17 +0000] rev 1507
another bug report
Tue, 24 Nov 2009 09:31:17 +0000 removed misleading comment, thanks Romain Bertrand
Anselm R Garbe <garbeam@gmail.com> [Tue, 24 Nov 2009 09:31:17 +0000] rev 1506
removed misleading comment, thanks Romain Bertrand
Mon, 23 Nov 2009 08:13:18 +0000 added nsz's last bug corner case
Anselm R Garbe <garbeam@gmail.com> [Mon, 23 Nov 2009 08:13:18 +0000] rev 1505
added nsz's last bug corner case
Sat, 31 Oct 2009 11:45:56 +0000 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us> [Sat, 31 Oct 2009 11:45:56 +0000] rev 1504
added BUGS, next version is 5.8
Sun, 27 Sep 2009 20:20:14 +0100 Added tag 5.7.2 for changeset 15761ac5e2f1
Anselm R Garbe <anselm@garbe.us> [Sun, 27 Sep 2009 20:20:14 +0100] rev 1503
Added tag 5.7.2 for changeset 15761ac5e2f1
Sun, 27 Sep 2009 20:20:10 +0100 applied Ryan Zheng's patch and re-releasing 5.7.2 5.7.2
Anselm R Garbe <anselm@garbe.us> [Sun, 27 Sep 2009 20:20:10 +0100] rev 1502
applied Ryan Zheng's patch and re-releasing 5.7.2
Sun, 27 Sep 2009 10:31:20 +0100 Added tag 5.7.1 for changeset 48c3f87c335d
Anselm R Garbe <anselm@garbe.us> [Sun, 27 Sep 2009 10:31:20 +0100] rev 1501
Added tag 5.7.1 for changeset 48c3f87c335d
Sun, 27 Sep 2009 10:31:14 +0100 fixed the layout symbol bug reported by Nibble (but using a different approach as he suggested) 5.7.1
Anselm R Garbe <anselm@garbe.us> [Sun, 27 Sep 2009 10:31:14 +0100] rev 1500
fixed the layout symbol bug reported by Nibble (but using a different approach as he suggested) - optimised drawbar() and arrange() handling for multiple monitors, arrange only arranges the relevant monitors when applicable, same with drawbar - need to release 5.7.1
Sat, 26 Sep 2009 19:52:04 +0100 Added tag 5.7 for changeset 257403d4cd96
Anselm R Garbe <anselm@garbe.us> [Sat, 26 Sep 2009 19:52:04 +0100] rev 1499
Added tag 5.7 for changeset 257403d4cd96
Tue, 22 Sep 2009 20:34:03 +0100 switching to release flags 5.7
Anselm R Garbe <anselm@garbe.us> [Tue, 22 Sep 2009 20:34:03 +0100] rev 1498
switching to release flags
Tue, 22 Sep 2009 20:33:42 +0100 implemented nn < n case, k-zed please recheck
Anselm R Garbe <anselm@garbe.us> [Tue, 22 Sep 2009 20:33:42 +0100] rev 1497
implemented nn < n case, k-zed please recheck
Tue, 22 Sep 2009 09:53:11 +0100 use buffer instead of pointer for mon->ltsymbol
Anselm R Garbe <garbeam@gmail.com> [Tue, 22 Sep 2009 09:53:11 +0100] rev 1496
use buffer instead of pointer for mon->ltsymbol
Tue, 22 Sep 2009 09:16:48 +0100 added missing scan
Anselm R Garbe <garbeam@gmail.com> [Tue, 22 Sep 2009 09:16:48 +0100] rev 1495
added missing scan
Mon, 21 Sep 2009 19:51:17 +0100 implemented different version of updategeom
Anselm R Garbe <anselm@garbe.us> [Mon, 21 Sep 2009 19:51:17 +0100] rev 1494
implemented different version of updategeom
Sat, 19 Sep 2009 11:52:16 +0100 added TODO to updategeom in order to implement a decent version of it soon
Anselm R Garbe <anselm@garbe.us> [Sat, 19 Sep 2009 11:52:16 +0100] rev 1493
added TODO to updategeom in order to implement a decent version of it soon
Fri, 18 Sep 2009 21:18:00 +0100 new experimental updategeom() additions that should avoid several problems with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcome
Anselm R Garbe <anselm@garbe.us> [Fri, 18 Sep 2009 21:18:00 +0100] rev 1492
new experimental updategeom() additions that should avoid several problems with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcome
Wed, 16 Sep 2009 15:59:54 +0100 implemented dynamic layout symbol stuff
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Sep 2009 15:59:54 +0100] rev 1491
implemented dynamic layout symbol stuff
Tue, 15 Sep 2009 13:50:41 +0100 applied Tony Lainson's config.def.h patch
Anselm R Garbe <garbeam@gmail.com> [Tue, 15 Sep 2009 13:50:41 +0100] rev 1490
applied Tony Lainson's config.def.h patch
Tue, 08 Sep 2009 13:33:58 +0100 update
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Sep 2009 13:33:58 +0100] rev 1489
update
Tue, 08 Sep 2009 13:30:18 +0100 hard-core destruction
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Sep 2009 13:30:18 +0100] rev 1488
hard-core destruction
Tue, 08 Sep 2009 13:18:05 +0100 renaming isdestroyed into destroyed
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Sep 2009 13:18:05 +0100] rev 1487
renaming isdestroyed into destroyed
Tue, 08 Sep 2009 13:16:54 +0100 sync when a client is being killed
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Sep 2009 13:16:54 +0100] rev 1486
sync when a client is being killed
Tue, 08 Sep 2009 13:13:03 +0100 added isdestroyed flag to unmanage
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Sep 2009 13:13:03 +0100] rev 1485
added isdestroyed flag to unmanage
Mon, 07 Sep 2009 11:46:02 +0200 always updategeom when root is configured
nsz@tpx [Mon, 07 Sep 2009 11:46:02 +0200] rev 1484
always updategeom when root is configured
Tue, 18 Aug 2009 15:59:38 +0100 another small optimisation
Anselm R Garbe <garbeam@gmail.com> [Tue, 18 Aug 2009 15:59:38 +0100] rev 1483
another small optimisation
(0) -1000 -300 -100 -50 -30 +30 tip