client.c
Thu, 01 Mar 2007 12:33:45 +0100 Anselm R. Garbe some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess
Mon, 26 Feb 2007 16:24:51 +0100 Anselm R. Garbe removed sendevent
Thu, 22 Feb 2007 22:10:16 +0100 Anselm R. Garbe renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Thu, 22 Feb 2007 17:43:41 +0100 Anselm R. Garbe renamed versatile into untiled
Thu, 22 Feb 2007 11:42:08 +0100 Anselm R. Garbe replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Thu, 22 Feb 2007 07:59:13 +0100 Anselm R. Garbe several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
Wed, 21 Feb 2007 11:39:57 +0100 Anselm R. Garbe moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
Mon, 19 Feb 2007 17:18:24 +0100 Anselm R. Garbe renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
Mon, 19 Feb 2007 17:12:26 +0100 Anselm R. Garbe renames swim[ming] into versatile
Mon, 19 Feb 2007 17:00:32 +0100 Anselm R. Garbe renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
Mon, 19 Feb 2007 16:40:36 +0100 Anselm R. Garbe introduced Layout struct
Mon, 19 Feb 2007 16:07:22 +0100 Anselm R. Garbe some more code polishing
Mon, 19 Feb 2007 15:57:08 +0100 Anselm R. Garbe bugfix of transient handling
Mon, 19 Feb 2007 15:17:31 +0100 Anselm R. Garbe draw.c is useless (belongs to main.c now)
Mon, 19 Feb 2007 15:05:29 +0100 Anselm R. Garbe renamed view.c into screen.c
Mon, 19 Feb 2007 14:57:32 +0100 Anselm R. Garbe renamed manage.c to view.c
Mon, 19 Feb 2007 13:53:40 +0100 Anselm R. Garbe some more refactoring
Mon, 19 Feb 2007 13:42:39 +0100 Anselm R. Garbe added some new convenience functions
Mon, 19 Feb 2007 11:34:12 +0100 Anselm R. Garbe simplified configurerequest to a bare minimum, removed wrong ban() calls
Fri, 16 Feb 2007 16:38:40 +0100 Anselm R. Garbe removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
Wed, 14 Feb 2007 14:01:12 +0100 Anselm R. Garbe added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
Wed, 14 Feb 2007 09:09:18 +0100 Anselm R. Garbe made for/if/else constructs more consistent, some code polishing
Tue, 13 Feb 2007 22:24:27 +0100 Anselm R. Garbe making it more sure that transient checks will work in any case
Tue, 13 Feb 2007 13:39:33 +0100 Anselm R. Garbe simplified configurerequest
Wed, 07 Feb 2007 12:37:06 +0100 Anselm R. Garbe replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
Tue, 06 Feb 2007 15:29:19 +0100 Anselm R. Garbe yet another fix
Tue, 06 Feb 2007 15:28:25 +0100 Anselm R. Garbe simplification
Tue, 06 Feb 2007 15:22:13 +0100 Anselm R. Garbe implemented aspect ratio support of windows
Mon, 05 Feb 2007 11:19:46 +0100 Anselm R. Garbe made some changes more concistent
Sun, 28 Jan 2007 20:29:41 +0100 Anselm R. Garbe handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well
Thu, 25 Jan 2007 09:59:48 +0100 Anselm R. Garbe prepared yet another hotfix release 3.2.2
Wed, 24 Jan 2007 17:24:55 +0100 Anselm R. Garbe applied offscreen appearance hotfix
Tue, 23 Jan 2007 17:12:15 +0100 Anselm R. Garbe renamed activescreen into selscreen 3.2
Tue, 23 Jan 2007 13:10:35 +0100 Anselm R. Garbe implemented Sanders remarks
Tue, 23 Jan 2007 12:29:17 +0100 Anselm R. Garbe small changes
Tue, 23 Jan 2007 12:04:22 +0100 Anselm R. Garbe removed a blank line
Tue, 23 Jan 2007 12:00:49 +0100 Anselm R. Garbe this version should also work with cornercases (like unmanage during !issel, etc.)
Tue, 23 Jan 2007 11:49:16 +0100 Anselm R. Garbe I think this is the best solution of multihead support
Mon, 22 Jan 2007 10:35:58 +0100 Anselm R. Garbe this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
Mon, 22 Jan 2007 10:22:58 +0100 Anselm R. Garbe applied Sanders all5.patch (thanks for your weekend session, Sander!)
Mon, 15 Jan 2007 12:04:25 +0100 Anselm R. Garbe removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
Sun, 14 Jan 2007 22:27:29 +0100 Anselm R. Garbe removed client title bar
Thu, 04 Jan 2007 14:17:25 +0100 Anselm R. Garbe renamed drawtitle into drawclient
Tue, 02 Jan 2007 15:44:19 +0100 arg corrections
Tue, 02 Jan 2007 15:37:58 +0100 arg next version will contain updated copyright notice
Mon, 01 Jan 2007 19:10:31 +0100 arg renamed updatesize into updatesizehints (thx to Sander for this hint)
Tue, 12 Dec 2006 19:14:38 +0100 arg removed Client->grav
Mon, 11 Dec 2006 16:45:02 +0100 arg removed gravitate for the moment
Mon, 11 Dec 2006 09:42:16 +0100 arg disabling configure() during resize
Mon, 11 Dec 2006 08:31:30 +0100 arg made gravitate effectless, waiting for complains ;)
Sun, 26 Nov 2006 14:26:53 +0100 arg applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
Fri, 27 Oct 2006 13:29:35 +0200 arg and another fix
Fri, 27 Oct 2006 13:28:26 +0200 arg applied sanders try2 patch
Fri, 27 Oct 2006 12:05:47 +0200 arg applied sanders max size fix
Thu, 26 Oct 2006 15:41:40 +0200 arg reverting to original
Thu, 26 Oct 2006 15:26:17 +0200 arg some other change
Thu, 26 Oct 2006 15:05:45 +0200 arg apply small fix to prevent apps like mplayer wandering when toggling fullscreen
Fri, 06 Oct 2006 13:06:37 +0200 Anselm R. Garbe do* has no Arg arument anymore (never called directly) 1.9
Fri, 06 Oct 2006 11:50:15 +0200 Anselm R. Garbe code polishing, removed unnecessary newlines
Fri, 29 Sep 2006 18:21:02 +0200 Anselm R. Garbe applied ality's hardcode-0 patches
less more (0) -100 -60 tip