age |
author |
description |
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) |