Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next version will contain updated copyright notice | 2007-01-02 | 1 | -1/+1 | |
| | |||||
* | found compromise for fonts | 2006-12-07 | 1 | -1/+1 | |
| | |||||
* | nah, people should define 'fixed' to be compatible with their locale | 2006-12-07 | 1 | -1/+1 | |
| | |||||
* | using a UTF-8 capable fixed font | 2006-12-07 | 1 | -1/+1 | |
| | |||||
* | removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵ | 2006-11-30 | 1 | -1/+2 | |
| | | | | with all tags (new key combo MODKEY-Shift-0) | ||||
* | returning to old Key struct | 2006-11-27 | 1 | -33/+32 | |
| | |||||
* | changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵ | 2006-11-27 | 1 | -34/+35 | |
| | | | | functions per keypress (avoids implementing useless masterfunctions which call atomic ones) | ||||
* | added togglefloat to hg tip (i consider this useful for some cases), using ↵ | 2006-11-27 | 1 | -0/+1 | |
| | | | | MODKEY-Shift-space as shortcut | ||||
* | renamed resizecol into resizemaster | 2006-10-31 | 1 | -2/+2 | |
| | |||||
* | added screen-border snapping in floating mode, feels quite well | 2006-10-30 | 1 | -0/+1 | |
| | |||||
* | applied sander's config.*h nitpick patch | 2006-10-26 | 1 | -1/+1 | |
| | |||||
* | code polishing, removed unnecessary newlines | 2006-10-06 | 1 | -2/+1 | |
| | |||||
* | removed the stack position stuff | 2006-10-05 | 1 | -7/+4 | |
| | |||||
* | changing MASTER value from percent into per mill | 2006-10-05 | 1 | -3/+3 | |
| | |||||
* | keep master ratio on resizecol -> arrange | 2006-10-05 | 1 | -2/+2 | |
| | |||||
* | added symbols for different modes | 2006-09-29 | 1 | -1/+2 | |
| | |||||
* | removed the direction flipping | 2006-09-29 | 1 | -2/+0 | |
| | |||||
* | small change | 2006-09-29 | 1 | -1/+1 | |
| | |||||
* | added the new dotile as described on ml | 2006-09-29 | 1 | -0/+2 | |
| | |||||
* | first step to a more flexible dotile() algorithm | 2006-09-29 | 1 | -1/+3 | |
| | |||||
* | changed order of colordefs in config.h's, changed config.arg.h to fit to new ↵ | 2006-09-26 | 1 | -3/+3 | |
| | | | | dmenu | ||||
* | implemented the maximization as I described on the mailinglist, this feels ↵ | 2006-09-22 | 1 | -1/+0 | |
| | | | | better to me. | ||||
* | made args mode symbols the default ones (the default ones look too ugly) | 2006-09-06 | 1 | -2/+2 | |
| | |||||
* | renamed resizetile into resizecol | 2006-09-05 | 1 | -2/+2 | |
| | |||||
* | well ok, added Mod-s to default bindings (however, I don't need it) | 2006-09-05 | 1 | -0/+1 | |
| | |||||
* | s/growcol/resizetile/g | 2006-09-05 | 1 | -1/+1 | |
| | |||||
* | I really need column growing, now pushing upstream | 2006-09-05 | 1 | -0/+1 | |
| | |||||
* | changed shortcut into Mod1-0 | 2006-08-31 | 1 | -1/+1 | |
| | |||||
* | added viewall to mainstream (only Ross Mohns version, not the toggle) | 2006-08-31 | 1 | -0/+1 | |
| | |||||
* | applied sanders somepatches.patch | 2006-08-28 | 1 | -1/+1 | |
| | |||||
* | changed order of options | 2006-08-25 | 1 | -2/+2 | |
| | |||||
* | s/TILED/TILE/g | 2006-08-25 | 1 | -1/+1 | |
| | |||||
* | removed a bunch of lines, made mode symbols configurable | 2006-08-25 | 1 | -0/+2 | |
| | |||||
* | new color stuff/new rendering stuff | 2006-08-25 | 1 | -3/+8 | |
| | |||||
* | back to 3 colors | 2006-08-25 | 1 | -4/+3 | |
| | |||||
* | 3->4 colors | 2006-08-24 | 1 | -3/+4 | |
| | |||||
* | implemented class:inst:title matching | 2006-08-23 | 1 | -3/+3 | |
| | |||||
* | applied zero_to_five patch | 2006-08-23 | 1 | -5/+5 | |
| | |||||
* | fixed default key bindings (indexes of tags were screwed up) | 2006-08-22 | 1 | -20/+20 | |
| | |||||
* | removed DEFTAG | 2006-08-22 | 1 | -2/+1 | |
| | |||||
* | applied the shorter xprop command | 2006-08-17 | 1 | -1/+1 | |
| | |||||
* | removed leading ; | 2006-08-16 | 1 | -1/+1 | |
| | |||||
* | added sample command to config.default.h to highlight how to query ↵ | 2006-08-16 | 1 | -0/+2 | |
| | | | | class:instance info with a one-liner of shell commands | ||||
* | applied jk_to_tab patch | 2006-08-15 | 1 | -17/+17 | |
| | |||||
* | removed NUMLOCKMASK, added dynamically calculated numlockmask instead | 2006-08-14 | 1 | -1/+0 | |
| | |||||
* | changed replacetag into toggletag | 2006-08-14 | 1 | -10/+10 | |
| | |||||
* | removed viewnext/viewprev | 2006-08-14 | 1 | -2/+0 | |
| | |||||
* | made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵ | 2006-08-13 | 1 | -10/+10 | |
| | | | | (more clear) | ||||
* | implemented viewextend and added M-S-C-n shortcuts for extending the current ↵ | 2006-08-11 | 1 | -26/+31 | |
| | | | | view... updated man page (works great!) nice feature | ||||
* | readded border color, this sucks least | 2006-08-10 | 1 | -0/+1 | |
| |