dwm.c
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: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
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!
Sat, 21 Feb 2009 19:20:11 +0000 Anselm R Garbe some NULL fixes
Sat, 21 Feb 2009 19:15:30 +0000 Anselm R Garbe override_redirect is Bool
Sat, 21 Feb 2009 19:12:46 +0000 Anselm R Garbe applied Gottox' adjustborder removal patch (thanks!)
Sat, 14 Feb 2009 11:21:24 +0000 a applied nsz' remark
Thu, 12 Feb 2009 17:26:12 +0100 Premysl Hruby fix of typo, thx to Enno Gottox Boland
Sun, 08 Feb 2009 12:11:22 +0000 a fixed an issue reported by Nibble, also fixed s/2008/2009/ 5.4.1
Sun, 08 Feb 2009 09:46:23 +0000 a avoid reverting the border if it's not necessary (avoids some flashing on view()) 5.4
Sat, 20 Dec 2008 12:02:14 +0000 a spotted missing spaces
Sat, 20 Dec 2008 00:02:56 +0000 a reverting some border patches
Fri, 19 Dec 2008 23:56:00 +0000 a changed adjustborder to be a macro
Fri, 19 Dec 2008 23:41:31 +0000 a applied yiyus applyrules() patch
Wed, 17 Dec 2008 21:25:32 +0000 a implemented noborder for 1 client in the view
Sat, 13 Dec 2008 17:44:29 +0000 a ok, using signal.h for portability reasons
Sat, 13 Dec 2008 17:27:48 +0000 a removed unnecessary closure of stdin reported by Frederic Chardon, thx
Sat, 13 Dec 2008 16:35:34 +0000 a added sys/signal.h inclusion for BSD compliance
Fri, 12 Dec 2008 19:55:03 +0000 a re-applied Neale's spawn patch, credited Neale in LICENSE
Fri, 12 Dec 2008 19:49:06 +0000 a applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
Sat, 06 Dec 2008 16:20:14 +0000 arg applied yiyus fix
Sat, 06 Dec 2008 09:32:32 +0000 Anselm R Garbe integrated yiyus clearurgent refactoring 5.3.1
Sat, 06 Dec 2008 09:16:48 +0000 arg reverted spawn
Thu, 04 Dec 2008 20:15:00 +0000 Anselm R Garbe added Neale Pickett's spawn patch, thanks Neale 5.3
Sun, 16 Nov 2008 13:22:24 +0000 Anselm R Garbe applied Gottox' comment fix (thanks)
Sun, 19 Oct 2008 12:59:18 +0100 Anselm R Garbe 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 Premysl Hruby removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
Mon, 08 Sep 2008 22:24:05 +0100 Anselm R Garbe 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
Sun, 07 Sep 2008 09:53:59 +0100 Anselm R Garbe applied XGetWMNormalHints fix
Sat, 06 Sep 2008 09:34:49 +0100 Anselm R Garbe I prefer doing the check in showhide
Sat, 06 Sep 2008 09:21:32 +0100 Anselm R Garbe applied Donald Chai's showhide patch in slightly modified ways
Sat, 06 Sep 2008 08:59:51 +0100 Anselm R Garbe applied Martin Hurton's checkotherwm simplification
Tue, 02 Sep 2008 22:36:06 +0100 Anselm R Garbe applied Peter Hartlichs aspect revert fix
Tue, 02 Sep 2008 18:47:01 +0100 Anselm R Garbe applied Gottox' grabkey patch
Mon, 01 Sep 2008 22:18:50 +0100 Anselm R Garbe applied yiyus tagbar patch
Fri, 29 Aug 2008 11:29:42 +0100 Anselm R Garbe fixed merge
Fri, 29 Aug 2008 10:13:47 +0100 Anselm R Garbe checking result of XGetClassHint, removed some obsolete lines in initfont() merge
Wed, 27 Aug 2008 15:03:35 +0100 Anselm R Garbe merged my changes merge
Wed, 27 Aug 2008 12:52:44 +0100 Anselm R Garbe 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 Premysl Hruby WM_NAME is builtin atom
Mon, 25 Aug 2008 09:44:23 +0100 Anselm R Garbe grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
Mon, 25 Aug 2008 09:37:39 +0100 Anselm R Garbe reverted some resize() changes, reverted setlocale removal
Sat, 23 Aug 2008 09:54:55 +0100 Anselm R Garbe applied Peter Hartlich's patch regarding aspect calculation with slight modifications
Sat, 23 Aug 2008 09:33:05 +0100 Anselm R Garbe removed artifact from wmii
Sat, 23 Aug 2008 09:31:28 +0100 Anselm R Garbe changed grabkeys, removed initmodmap
Sat, 23 Aug 2008 09:26:11 +0100 Anselm R Garbe applied Peter Hartlich's initmodmap patch
Fri, 22 Aug 2008 15:26:30 +0200 Premysl Hruby applied fix of toggletag by Jan Kaliszewski
Mon, 18 Aug 2008 19:28:57 +0100 Anselm R Garbe Martin Hurtons typo fix
Mon, 18 Aug 2008 19:23:03 +0100 Anselm R Garbe fixed error I did when applying Martin Hurton's drawtext patch
Mon, 18 Aug 2008 19:19:15 +0100 Anselm R Garbe applied Martin Hurtons resizemouse patch
Mon, 18 Aug 2008 18:23:39 +0100 Anselm R Garbe applied Martin Hurton's movemouse() patch
Mon, 18 Aug 2008 10:22:46 +0100 Anselm R Garbe using None instead of 0 for trans
Mon, 18 Aug 2008 10:21:24 +0100 Anselm R Garbe abc...
Mon, 18 Aug 2008 10:16:36 +0100 Anselm R Garbe removed the i = textnw... as remarked by Martin Hurton
Mon, 18 Aug 2008 10:14:51 +0100 Anselm R Garbe applied Martin Hurton's scan() patch with slight modifications
Mon, 18 Aug 2008 10:00:10 +0100 Anselm R Garbe changed order of variables in drawtext
Mon, 18 Aug 2008 09:55:36 +0100 Anselm R Garbe applied Martin Hurton's drawtext() patch
Mon, 18 Aug 2008 09:49:44 +0100 Anselm R Garbe applied Martin Hurton's view() simplification, not checking arg
Mon, 18 Aug 2008 09:39:52 +0100 Anselm R Garbe making a comment more explicit
Mon, 18 Aug 2008 09:31:55 +0100 Anselm R Garbe removed setlocale() stuff, not necessary if Xmb in use
Mon, 18 Aug 2008 09:10:21 +0100 Anselm R Garbe 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 Anselm R Garbe initialize trans with 0
Thu, 14 Aug 2008 22:35:52 +0200 Premysl Hruby fix of XGetTransientForHint in manage()
Thu, 14 Aug 2008 12:36:49 +0200 Premysl Hruby applied cleanup from M. Hurton and S. Nagy
Tue, 12 Aug 2008 21:24:40 +0200 Premysl Hruby fixes using arg->i instead of arg->ui
Mon, 04 Aug 2008 17:39:36 +0100 anselm applied Johannes Hofmann's patch, please test
Sat, 02 Aug 2008 19:12:15 +0100 Anselm R Garbe made readin a config.h variable
Tue, 29 Jul 2008 11:32:22 +0100 Anselm R Garbe forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways 5.1
Fri, 18 Jul 2008 20:18:45 +0100 Anselm R Garbe potential crash fix if xinerama behaves broken, though I doubt it
Wed, 16 Jul 2008 18:39:48 +0100 Anselm R Garbe 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 Anselm R Garbe got rid of compile time xidx configuration, querying mouse pointer instead
Wed, 16 Jul 2008 18:17:42 +0100 Anselm R Garbe reverted uint redefinition
Sun, 13 Jul 2008 18:08:55 +0100 anselm applied anydot's urgency hint patch, thanks!
Thu, 03 Jul 2008 17:05:56 +0100 Anselm R Garbe renamed eprint die
less more (0) -120 tip