Wed, 08 Jul 2009 16:05:36 +0100 Anselm R Garbe die if malloc sizeof(Monitor) fails
Mon, 06 Jul 2009 20:12:47 +0100 Anselm R Garbe applied Mate's patch, added Mate to LICENSE
Thu, 02 Jul 2009 20:56:23 +0100 Anselm R Garbe some cleanups
Thu, 02 Jul 2009 20:38:56 +0100 Anselm R Garbe hotfix
Thu, 02 Jul 2009 20:37:26 +0100 Anselm R Garbe changed focusmon/tagmon to work on prev/next instead (-1/+1), changed shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.
Thu, 02 Jul 2009 18:40:04 +0100 Anselm R Garbe removed some empty lines
Thu, 02 Jul 2009 18:30:01 +0100 Anselm R Garbe interactive resizals allow display dimensions again
Thu, 02 Jul 2009 16:48:54 +0100 Anselm R Garbe more sensible
Thu, 02 Jul 2009 16:47:00 +0100 Anselm R Garbe hmm, can't decide on the default monitor symbol set
Thu, 02 Jul 2009 16:44:57 +0100 Anselm R Garbe update
Thu, 02 Jul 2009 16:41:52 +0100 Anselm R Garbe introduced monitor symbols
Thu, 02 Jul 2009 14:42:06 +0100 Anselm R Garbe minor fix
Wed, 01 Jul 2009 19:15:20 +0100 Anselm R Garbe several bugfixes
Wed, 01 Jul 2009 17:08:10 +0100 Anselm R Garbe some minor fix if xinerama is disabled, still some odd behavior in there
Tue, 30 Jun 2009 20:20:33 +0100 Anselm R Garbe updated year ranges
Tue, 30 Jun 2009 20:15:31 +0100 Anselm R Garbe fixed usage of sx, sy, sw, sh
Tue, 30 Jun 2009 20:00:11 +0100 Anselm R Garbe don't draw monitor number, if there is just one monitor
Tue, 30 Jun 2009 19:56:19 +0100 Anselm R Garbe fixed order of transient monitor applicaion and rule application
Tue, 30 Jun 2009 19:45:25 +0100 Anselm R Garbe hotfix
Tue, 30 Jun 2009 19:39:59 +0100 Anselm R Garbe several simplifications
Tue, 30 Jun 2009 15:56:32 +0100 Anselm R Garbe play safe
Tue, 30 Jun 2009 15:51:09 +0100 Anselm R Garbe applied a collection of Christof Musik patches, and fixed an issue reported by waistcoats on IRC
Sat, 27 Jun 2009 18:50:50 +0100 Anselm R Garbe some cleanup handling for index based mon search
Sat, 27 Jun 2009 18:42:10 +0100 Anselm R Garbe using mon in function names for consistency reasons
Sat, 27 Jun 2009 18:39:03 +0100 Anselm R Garbe fixed several issues with focus handling via mouse, also added sending clients to the right monitor they belong to after mouse moves/resizals
Sat, 27 Jun 2009 17:38:18 +0100 Anselm R Garbe fixed focusmon brokeness
Fri, 26 Jun 2009 16:41:27 +0100 Anselm R Garbe tag fix
Thu, 25 Jun 2009 11:17:42 +0100 Anselm R Garbe typo fix
Thu, 25 Jun 2009 11:10:19 +0100 Anselm R Garbe assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)
Wed, 24 Jun 2009 20:04:18 +0100 Anselm R Garbe added some TODOs, some other focus fixes
Wed, 24 Jun 2009 19:52:09 +0100 Anselm R Garbe disabled XINULATOR code for now
Wed, 24 Jun 2009 19:51:41 +0100 Anselm R Garbe made bar based monitor switching working
Wed, 24 Jun 2009 19:45:47 +0100 Anselm R Garbe several other focus fixes, introduced unfocus()
Wed, 24 Jun 2009 15:37:32 +0100 Anselm R Garbe some focus fixes
Wed, 24 Jun 2009 13:51:45 +0100 Anselm R Garbe fixed title rendering on non-active screen
Wed, 24 Jun 2009 12:48:01 +0100 Anselm R Garbe fixed getclient brokeness
Wed, 24 Jun 2009 11:14:51 +0100 Anselm R Garbe some hotfix cleanup related to wild selmon-> destruction
Tue, 23 Jun 2009 19:09:30 +0100 Anselm R Garbe some restack fixes, still odd behavior if n>1 on unmanaging clients
Tue, 23 Jun 2009 19:00:32 +0100 Anselm R Garbe added some dual head simulator code
Tue, 23 Jun 2009 17:39:42 +0100 Anselm R Garbe simplified left over re-assignment
Tue, 23 Jun 2009 17:34:20 +0100 Anselm R Garbe fixed tagmon, re-using detach/detachstack and attach/attachstack
Tue, 23 Jun 2009 17:20:33 +0100 Anselm R Garbe simplified ISVISBLE and nexttiled
Tue, 23 Jun 2009 17:17:25 +0100 Anselm R Garbe moved clients/stack/sel to Monitor, that's a per monitor structure from now on
Tue, 23 Jun 2009 16:29:32 +0100 Anselm R Garbe declare buf only if XINERAMA support is used
Tue, 23 Jun 2009 16:28:37 +0100 Anselm R Garbe if compiled without XINERAMA support assume 1 monitor by default (n = 1)
Mon, 22 Jun 2009 20:29:59 +0100 Anselm R Garbe some more refactoring, bar toggle fixes
Mon, 22 Jun 2009 18:13:05 +0100 Anselm R Garbe hotfixes
Mon, 22 Jun 2009 14:58:08 +0100 Anselm R Garbe changes monitor structure to be a list
Sat, 20 Jun 2009 17:02:55 +0100 Anselm R Garbe we need a tagset per monitor, removed tagset declaration from config.h
Sat, 20 Jun 2009 16:18:02 +0100 Anselm R Garbe some minor fixes regarding the new xinerama support
Sat, 20 Jun 2009 15:51:34 +0100 Anselm R Garbe several fixes through ISVISIBLE change (takes Monitor into account)
Sat, 20 Jun 2009 15:10:04 +0100 Anselm R Garbe experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e
Fri, 19 Jun 2009 20:15:15 +0100 Anselm R Garbe introduction of Monitor for better Xinerama support, work in progress
Fri, 29 May 2009 09:29:22 +0100 Anselm R Garbe removed MAXTAGLEN
Mon, 20 Apr 2009 11:03:33 +0100 Anselm R Garbe next version will be 5.6, shortened some very long lines
Sat, 18 Apr 2009 12:49:34 +0100 Anselm R Garbe Added tag 5.5 for changeset deaa276abac1
Thu, 19 Mar 2009 13:06:15 +0000 Anselm R Garbe applied Marc Andre Tanners showhide patch, the removal of ntiled 5.5
Tue, 17 Mar 2009 19:53:00 +0000 Anselm R Garbe applied Gottox' patches, and also removed usegrab
Tue, 03 Mar 2009 11:22:16 +0000 arg applied the patch I missed from Gottox, thanks mate!
Mon, 02 Mar 2009 10:43:48 +0000 Anselm R Garbe applied Gottox' resizehints patch, thanks Gottox!
(0) -1000 -300 -100 -60 +60 tip