2007-01-02 |
arg |
corrections
|
2007-01-02 |
arg |
next version will contain updated copyright notice
|
2006-12-07 |
arg |
found compromise for fonts
2.6
|
2006-12-07 |
arg |
nah, people should define 'fixed' to be compatible with their locale
|
2006-12-07 |
arg |
using a UTF-8 capable fixed font
|
2006-11-30 |
arg |
removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
|
2006-11-27 |
arg |
returning to old Key struct
|
2006-11-27 |
arg |
changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
|
2006-11-27 |
arg |
added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
|
2006-10-31 |
arg |
renamed resizecol into resizemaster
2.1
|
2006-10-30 |
arg |
added screen-border snapping in floating mode, feels quite well
|
2006-10-26 |
arg |
applied sander's config.*h nitpick patch
|
2006-10-06 |
Anselm R. Garbe |
code polishing, removed unnecessary newlines
|
2006-10-05 |
Anselm R. Garbe |
removed the stack position stuff
|
2006-10-05 |
Anselm R. Garbe |
changing MASTER value from percent into per mill
|
2006-10-05 |
Anselm R. Garbe |
keep master ratio on resizecol -> arrange
|
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
|