log tag.c @ 364:d955a84b7d4b

age author description
2006-08-23 Anselm R. Garbe updated man page
2006-08-23 Anselm R. Garbe implemented right tag drawing in the status bar and titlebars
2006-08-23 Anselm R. Garbe implemented class:inst:title matching
2006-08-22 Anselm R. Garbe separated several functions into view.c
2006-08-16 Anselm R.Garbe fixed issue reported by sander
2006-08-16 Anselm R.Garbe added general centralization rule for new clients (works around various borken apps)
2006-08-14 Anselm R.Garbe applied viewsel.patch
2006-08-14 Anselm R.Garbe applied sanders tag()/toggletag() fixes
2006-08-14 Anselm R.Garbe added missing arrange
2006-08-14 Anselm R.Garbe changed replacetag into toggletag
2006-08-14 Anselm R.Garbe applied the saner patch (removed the pathetic one)
2006-08-14 Anselm R.Garbe pplied Sanders appendtag patch
2006-08-14 Anselm R.Garbe fixed a core dump
2006-08-14 Anselm R.Garbe implemented restack behavior (floats are on top in tiled mode)
2006-08-14 Anselm R.Garbe removed viewnext/viewprev
2006-08-13 Anselm R.Garbe made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
2006-08-11 Anselm R.Garbe implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
2006-08-11 Anselm R.Garbe implement multi-tag selection through button3 click on the specific tag
2006-08-10 Anselm R.Garbe fixed the issue reported by sander (gaps at left columns button due to round-offs)
2006-08-04 arg fixed view-change bug reported on the list
2006-08-04 arg switched to regexp matching for Rules
2006-08-03 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
2006-08-03 arg hotfix of settags
2006-08-03 arg changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
2006-08-02 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
2006-08-01 arg renamed ARRANGE into DEFMODE
2006-08-01 arg centralized/externalized configuration to config.h
2006-08-01 arg applied Jukkas prev/next patch with XK_{h,l}
2006-08-01 arg applied Sanders patches
2006-08-01 arg committed a patch which fixes the hints of Jukka