dwm-meillo
log tag.c
age | author | description |
---|---|---|
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) |