log config.default.h @ 519:6cad48068e4c

age author description
2006-09-29 Anselm R. Garbe added symbols for different modes
2006-09-29 Anselm R. Garbe removed the direction flipping
2006-09-29 Anselm R. Garbe small change
2006-09-29 Anselm R. Garbe added the new dotile as described on ml
2006-09-29 Anselm R. Garbe first step to a more flexible dotile() algorithm
2006-09-26 arg changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenu
2006-09-22 arg implemented the maximization as I described on the mailinglist, this feels better to me.
2006-09-06 Anselm R. Garbe made args mode symbols the default ones (the default ones look too ugly)
2006-09-05 Anselm R. Garbe renamed resizetile into resizecol
2006-09-05 Anselm R. Garbe well ok, added Mod-s to default bindings (however, I don't need it)
2006-09-05 Anselm R. Garbe s/growcol/resizetile/g
2006-09-05 Anselm R. Garbe I really need column growing, now pushing upstream
2006-08-31 Anselm R. Garbe changed shortcut into Mod1-0
2006-08-31 Anselm R. Garbe added viewall to mainstream (only Ross Mohns version, not the toggle)
2006-08-28 Anselm R. Garbe applied sanders somepatches.patch
2006-08-25 Anselm R. Garbe changed order of options
2006-08-25 Anselm R. Garbe s/TILED/TILE/g
2006-08-25 Anselm R. Garbe removed a bunch of lines, made mode symbols configurable
2006-08-25 Anselm R. Garbe new color stuff/new rendering stuff
2006-08-25 Anselm R. Garbe back to 3 colors
2006-08-24 Anselm R. Garbe 3->4 colors
2006-08-23 Anselm R. Garbe implemented class:inst:title matching
2006-08-23 Anselm R. Garbe applied zero_to_five patch
2006-08-22 Anselm R. Garbe fixed default key bindings (indexes of tags were screwed up)
2006-08-22 Anselm R. Garbe removed DEFTAG
2006-08-17 Anselm R.Garbe applied the shorter xprop command
2006-08-16 Anselm R.Garbe removed leading ;
2006-08-16 Anselm R.Garbe added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commands
2006-08-15 Anselm R.Garbe applied jk_to_tab patch
2006-08-14 Anselm R.Garbe removed NUMLOCKMASK, added dynamically calculated numlockmask instead
2006-08-14 Anselm R.Garbe changed replacetag into toggletag
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-10 Anselm R.Garbe readded border color, this sucks least
2006-08-10 Anselm R.Garbe removed unnecessary border color
2006-08-04 arg switched to regexp matching for Rules
2006-08-04 arg fixed a bug in dmenu call
2006-08-04 arg using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
2006-08-03 arg s/tag2/two/g
2006-08-03 arg stylistic chnage
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 changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
2006-08-02 arg changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
2006-08-02 arg removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel base config.h@74ad06cb619d