aewl

log client.c

age author description
Sat, 05 Aug 2006 14:56:32 +0200 arg using -Os again, zoom is ignored in floating mode or on floating clients
Sat, 05 Aug 2006 14:02:25 +0200 arg mouse grab needs also to grab for combinations of numlock/lockmask
Thu, 03 Aug 2006 12:12:26 +0200 arg removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags
Thu, 03 Aug 2006 10:55:07 +0200 arg changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
Wed, 02 Aug 2006 16:32:05 +0200 arg made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
Wed, 02 Aug 2006 13:05:04 +0200 arg new stuff
Wed, 02 Aug 2006 11:28:27 +0200 arg implemented focus on enterwindow on titlebars
Wed, 02 Aug 2006 10:48:58 +0200 arg reverting to old resize policy
Wed, 02 Aug 2006 10:43:21 +0200 arg new resize stuff (using XConfigureWindow instead of XSendEvent)
Tue, 01 Aug 2006 16:44:23 +0200 arg renamed WM_PROTOCOL_DELWIN into PROTODELWIN
Tue, 01 Aug 2006 16:14:17 +0200 arg removed artefacts of single-linked list (thanx to Jukka, I must have been mad)
Tue, 01 Aug 2006 14:46:01 +0200 arg uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
Tue, 01 Aug 2006 12:32:33 +0200 arg applied Sanders patches
Tue, 01 Aug 2006 11:49:19 +0200 arg committed a patch which fixes the hints of Jukka
Fri, 21 Jul 2006 07:37:52 +0200 arg sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY
Thu, 20 Jul 2006 19:09:11 +0200 arg applied sanders no_sizehints for tiled mode patch (thx!)
Thu, 20 Jul 2006 18:23:43 +0200 arg serious mistake in pop() (forgot to set c->prev to NULL on pop)
Thu, 20 Jul 2006 16:54:20 +0200 arg using double-linked list in order to get correct prev focus handling
Thu, 20 Jul 2006 15:07:35 +0200 arg made status bar drawing more robust, implemented togglemax and togglemode, works quite well
Thu, 20 Jul 2006 12:18:06 +0200 arg cleaned up code
Thu, 20 Jul 2006 07:26:23 +0200 arg removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
Wed, 19 Jul 2006 17:42:08 +0200 arg implemented regexp matching for rules
Wed, 19 Jul 2006 16:38:39 +0200 arg applied Jukka's patch with s/ModKeyMask/MODKEY/g
Wed, 19 Jul 2006 14:11:27 +0200 arg fixed the bug mentioned by Sander
Wed, 19 Jul 2006 13:52:31 +0200 arg refactored Sanders code somewhat
Wed, 19 Jul 2006 13:36:04 +0200 arg implemented fallback for too many clients in stacked mode
Wed, 19 Jul 2006 13:30:18 +0200 arg and another fix...
Wed, 19 Jul 2006 13:29:45 +0200 arg yet another typo fix
Wed, 19 Jul 2006 13:24:58 +0200 arg fixed a typo
Wed, 19 Jul 2006 13:22:49 +0200 arg floating clients get random (x,y) offsets now
Wed, 19 Jul 2006 11:31:04 +0200 arg applied Sanders resize patch, fixed lower bug
Tue, 18 Jul 2006 12:36:57 +0200 Anselm R. Garbe implemened distinguishing float/managed geometries of clients (works quite well)
Tue, 18 Jul 2006 11:45:32 +0200 Anselm R. Garbe pop on heretag
Tue, 18 Jul 2006 11:38:31 +0200 Anselm R. Garbe added heretag command which allows to tag a client of a foreign tag with current tag
Sun, 16 Jul 2006 12:29:50 +0200 Anselm R. Garbe another XSync
Sun, 16 Jul 2006 00:47:40 +0200 Anselm R. Garbe several additions in mouse handling ;)
Sat, 15 Jul 2006 18:51:44 +0200 Anselm R. Garbe fixed XSync handling and finished man page
Sat, 15 Jul 2006 17:19:19 +0200 Anselm R. Garbe sanitized other stuff
Sat, 15 Jul 2006 17:00:56 +0200 Anselm R. Garbe proceeded with cleaning up, sorting functions, etc
Sat, 15 Jul 2006 16:30:50 +0200 Anselm R. Garbe rearranged several stuff
Fri, 14 Jul 2006 22:54:09 +0200 Anselm R. Garbe sanitized names
Fri, 14 Jul 2006 22:33:38 +0200 Anselm R. Garbe rearranged
Fri, 14 Jul 2006 18:55:50 +0200 Anselm R. Garbe bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode
Fri, 14 Jul 2006 18:11:36 +0200 Anselm R. Garbe fixed crash on zoom if only 1 client exists
Fri, 14 Jul 2006 17:43:56 +0200 Anselm R. Garbe removed a bunch of lines through swap removal
Fri, 14 Jul 2006 13:03:53 +0200 Anselm R. Garbe searching for a better way to discard enter notifies
Fri, 14 Jul 2006 12:11:24 +0200 Anselm R. Garbe focus on view change as well
Fri, 14 Jul 2006 12:08:32 +0200 Anselm R. Garbe made stdin reader more robust
Fri, 14 Jul 2006 10:07:38 +0200 Anselm R. Garbe implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
Fri, 14 Jul 2006 08:34:38 +0200 Anselm R. Garbe continued with man page
Thu, 13 Jul 2006 21:49:55 +0200 Anselm R. Garbe except improvements to the mouse handling this is already nearly feature complete
Thu, 13 Jul 2006 21:42:17 +0200 Anselm R. Garbe added mini stuff
Thu, 13 Jul 2006 20:28:19 +0200 Anselm R. Garbe fixed several things, nearly feature complete
Thu, 13 Jul 2006 19:55:07 +0200 Anselm R. Garbe new stuff
Thu, 13 Jul 2006 18:21:38 +0200 Anselm R. Garbe several other additions/fixes, dwm is quite usable already
Thu, 13 Jul 2006 17:09:35 +0200 Anselm R. Garbe implemented tagging a client
Thu, 13 Jul 2006 12:19:10 +0200 Anselm R. Garbe added xlock command (I need it regularly)
Thu, 13 Jul 2006 12:00:20 +0200 Anselm R. Garbe added pointer warps on kb-driven/manage-driven focus
Thu, 13 Jul 2006 11:49:31 +0200 Anselm R. Garbe changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
Thu, 13 Jul 2006 11:43:05 +0200 Anselm R. Garbe changed default colors