aewl

log tag.c

age author description
Sun, 11 Feb 2007 12:04:45 +0100 meillo now clients perform only the first rule matching from config
Sun, 11 Feb 2007 11:59:23 +0100 meillo added jukka's viewnext code
Fri, 09 Feb 2007 09:54:08 +0100 Anselm R. Garbe adapting John Grahor's patch to dwm-3.5
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, 04 Dec 2006 21:00:26 +0100 arg hotfix of a serious crashing bug2.5.1
Sun, 03 Dec 2006 11:21:25 +0100 arg applied Manuel's regex patch2.5
Thu, 30 Nov 2006 15:27:43 +0100 arg removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
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.
Wed, 22 Nov 2006 16:17:50 +0100 arg fififif
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
Mon, 25 Sep 2006 08:21:51 +0200 arg applied Jukkas patch
Tue, 12 Sep 2006 10:57:28 +0200 Anselm R. Garbe removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
Wed, 06 Sep 2006 15:30:28 +0200 Anselm R. Garbe does this preserve z order for anthony?
Wed, 06 Sep 2006 13:56:46 +0200 Anselm R. Garbe maybe this might work
Wed, 06 Sep 2006 09:21:17 +0200 Anselm R. Garbe moved transient_for tag inheritance to settags
Wed, 06 Sep 2006 09:13:31 +0200 Anselm R. Garbe no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
Tue, 05 Sep 2006 19:26:34 +0200 Anselm R. Garbe no, ordering floating clients at the end seems better
Tue, 05 Sep 2006 09:37:45 +0200 Anselm R. Garbe sanders toggletag patch is much more elegant
Tue, 05 Sep 2006 08:24:00 +0200 Anselm R. Garbe fixing c->weight handling
Thu, 31 Aug 2006 08:48:04 +0200 Anselm R. Garbe applied sanders patch to remove unnecessary commit()
Tue, 29 Aug 2006 17:31:55 +0200 Anselm R. Garbe configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
Tue, 29 Aug 2006 17:11:37 +0200 Anselm R. Garbe applied patch similiar proposed by dave tweed
Tue, 29 Aug 2006 13:40:09 +0200 Anselm R. Garbe still something wrong with reorder()
Tue, 29 Aug 2006 09:25:14 +0200 Anselm R. Garbe fix client position in list also on tag and toggletag
Wed, 23 Aug 2006 18:50:46 +0200 Anselm R. Garbe updated man page
Wed, 23 Aug 2006 14:38:25 +0200 Anselm R. Garbe implemented right tag drawing in the status bar and titlebars
Wed, 23 Aug 2006 12:08:37 +0200 Anselm R. Garbe implemented class:inst:title matching
Tue, 22 Aug 2006 16:50:21 +0200 Anselm R. Garbe separated several functions into view.c
Wed, 16 Aug 2006 17:56:04 +0200 Anselm R.Garbe fixed issue reported by sander
Wed, 16 Aug 2006 15:57:36 +0200 Anselm R.Garbe added general centralization rule for new clients (works around various borken apps)
Mon, 14 Aug 2006 18:46:07 +0200 Anselm R.Garbe applied viewsel.patch
Mon, 14 Aug 2006 17:50:48 +0200 Anselm R.Garbe applied sanders tag()/toggletag() fixes
Mon, 14 Aug 2006 17:14:22 +0200 Anselm R.Garbe added missing arrange
Mon, 14 Aug 2006 16:59:18 +0200 Anselm R.Garbe changed replacetag into toggletag
Mon, 14 Aug 2006 15:33:23 +0200 Anselm R.Garbe applied the saner patch (removed the pathetic one)
Mon, 14 Aug 2006 15:31:58 +0200 Anselm R.Garbe pplied Sanders appendtag patch
Mon, 14 Aug 2006 10:49:22 +0200 Anselm R.Garbe fixed a core dump
Mon, 14 Aug 2006 10:18:24 +0200 Anselm R.Garbe implemented restack behavior (floats are on top in tiled mode)
Mon, 14 Aug 2006 08:38:26 +0200 Anselm R.Garbe removed viewnext/viewprev
Sun, 13 Aug 2006 17:58:06 +0200 Anselm R.Garbe made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
Fri, 11 Aug 2006 19:26:12 +0200 Anselm R.Garbe implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
Fri, 11 Aug 2006 18:37:41 +0200 Anselm R.Garbe implement multi-tag selection through button3 click on the specific tag
Thu, 10 Aug 2006 12:33:44 +0200 Anselm R.Garbe fixed the issue reported by sander (gaps at left columns button due to round-offs)
Fri, 04 Aug 2006 18:17:02 +0200 arg fixed view-change bug reported on the list
Fri, 04 Aug 2006 14:40:32 +0200 arg switched to regexp matching for Rules
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 11:38:26 +0200 arg hotfix of settags
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
Tue, 01 Aug 2006 16:39:20 +0200 arg renamed ARRANGE into DEFMODE
Tue, 01 Aug 2006 13:59:13 +0200 arg centralized/externalized configuration to config.h
Tue, 01 Aug 2006 12:39:14 +0200 arg applied Jukkas prev/next patch with XK_{h,l}
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 18:34:10 +0200 arg some cleanups/fixes inspired by Jukka Salmi's feedback
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 16:54:20 +0200 arg using double-linked list in order to get correct prev focus handling
Thu, 20 Jul 2006 15:17:52 +0200 arg cleaned the CUSTOMIZE flags