client.c
Mon, 04 Jun 2007 11:50:48 +0200 Anselm R. Garbe added an creatnotify event handler
Mon, 04 Jun 2007 11:37:33 +0200 Anselm R. Garbe applied anudots [un]ban repair patch
Wed, 30 May 2007 12:19:28 +0200 Anselm R. Garbe referred to LICENSE file 4.2
Wed, 30 May 2007 12:10:01 +0200 Anselm R. Garbe Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Wed, 30 May 2007 08:57:44 +0200 Anselm R. Garbe applied Jukkas patch
Tue, 29 May 2007 11:57:08 +0200 Anselm R. Garbe added nsz to copyright holders as well, because he did a lot recently
Tue, 29 May 2007 11:47:55 +0200 Anselm R. Garbe added anydot to Copyright holders, because he contributed a lot recently
Tue, 29 May 2007 11:35:20 +0200 Anselm R. Garbe applied anydot's 3 minor patches, thank you anydot
Mon, 28 May 2007 15:05:47 +0200 Anselm R. Garbe applied Sanders patch
Fri, 25 May 2007 15:28:10 +0200 Anselm R. Garbe applied anydots proposal to let togglefloating restore fixed windows
Wed, 23 May 2007 07:49:05 +0200 Anselm R. Garbe reverted last change after Sander pointed out the original decision
Wed, 23 May 2007 07:47:20 +0200 Anselm R. Garbe applied anydots remark of togglefloating()
Mon, 14 May 2007 16:24:01 +0200 Anselm R. Garbe thanks to Jukka
Mon, 14 May 2007 11:54:30 +0200 Anselm R. Garbe applied dfenze cleanups, fixed some comments in dwm.h
Thu, 10 May 2007 13:49:17 +0200 Anselm R. Garbe small fix of fix
Thu, 10 May 2007 13:47:44 +0200 Anselm R. Garbe fixed a potential security flaw
Thu, 19 Apr 2007 09:24:25 +0200 Anselm R. Garbe fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode) 4.0
Thu, 19 Apr 2007 08:53:40 +0200 Anselm R. Garbe touch border
Wed, 18 Apr 2007 21:11:46 +0200 Anselm R. Garbe set border at manage time
Tue, 17 Apr 2007 14:56:46 +0200 Anselm R. Garbe changed border handling
Fri, 13 Apr 2007 11:40:09 +0200 Anselm R. Garbe yet another fix of copyright compactisition
Fri, 13 Apr 2007 11:32:38 +0200 Anselm R. Garbe making Copyright notices more compact
Wed, 11 Apr 2007 15:17:29 +0200 Anselm R. Garbe make also transients floating when we do not know the main window
Thu, 29 Mar 2007 15:17:57 +0200 Anselm R. Garbe add an additional check in resize() to prevent a crash of dwm
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
less more (0) -100 -60 tip