Anselm R Garbe <garbeam@gmail.com> [Thu, 04 Dec 2008 20:15:00 +0000] rev 1363
added Neale Pickett's spawn patch, thanks Neale
Anselm R Garbe <garbeam@gmail.com> [Sun, 16 Nov 2008 13:22:24 +0000] rev 1362
applied Gottox' comment fix (thanks)
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
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
Anselm R Garbe <garbeam@gmail.com> [Tue, 09 Sep 2008 20:47:01 +0100] rev 1359
Added tag 5.2 for changeset e4bcaca8e6ef
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
Anselm R Garbe <garbeam@gmail.com> [Sun, 07 Sep 2008 09:53:59 +0100] rev 1357
applied XGetWMNormalHints fix
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Sep 2008 09:34:49 +0100] rev 1356
I prefer doing the check in showhide
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
Anselm R Garbe <garbeam@gmail.com> [Sat, 06 Sep 2008 08:59:51 +0100] rev 1354
applied Martin Hurton's checkotherwm simplification