Age | Commit message (Expand) | Author | Lines |
2007-01-16 | Added tag 3.1 for changeset e1c8bef05e6e | Anselm R. Garbe | -0/+1 |
2007-01-16 | removed erealloc (not used) | Anselm R. Garbe | -10/+0 |
2007-01-16 | removed unnecessary bx, by, bw variables | Anselm R. Garbe | -9/+6 |
2007-01-16 | s/444/555/g - enlightened selected background | Anselm R. Garbe | -1/+1 |
2007-01-16 | removed firefox rule from default.h | Anselm R. Garbe | -1/+0 |
2007-01-16 | applied new default colors | Anselm R. Garbe | -5/+5 |
2007-01-16 | applied sanders patch of my config | Anselm R. Garbe | -3/+3 |
2007-01-15 | Jukka, thanks for being faster than me! | Anselm R. Garbe | -1/+0 |
2007-01-15 | changed restack, to fix undrawed tag indicators | Anselm R. Garbe | -3/+2 |
2007-01-15 | removed drawclient and drawall (they performed useless operations/consumed us... | Anselm R. Garbe | -30/+6 |
2007-01-14 | implemented new color scheme accordingly to Sanders proposal | Anselm R. Garbe | -12/+11 |
2007-01-14 | removed mode label stuff | Anselm R. Garbe | -16/+6 |
2007-01-14 | removed client title bar | Anselm R. Garbe | -73/+10 |
2007-01-12 | added missing space | Anselm R. Garbe | -1/+1 |
2007-01-12 | nah the last change feels bad | Anselm R. Garbe | -2/+2 |
2007-01-12 | changed incnmaster shortcuts in config.arg.h | Anselm R. Garbe | -3/+3 |
2007-01-12 | Added tag 3.0 for changeset 76b58d21ea98 | Anselm R. Garbe | -0/+1 |
2007-01-12 | removing to allow nmaster=0 | Anselm R. Garbe | -11/+4 |
2007-01-11 | this looks better now ;) | Anselm R. Garbe | -7/+7 |
2007-01-11 | switching to arabic tags | Anselm R. Garbe | -3/+19 |
2007-01-11 | small fix of initial numlockmask value | Anselm R. Garbe | -0/+1 |
2007-01-11 | allowing nmaster=0 (I think that's a straight idea) | Anselm R. Garbe | -5/+12 |
2007-01-10 | added Button{4,5} description to dwm.1 | Anselm R. Garbe | -0/+6 |
2007-01-10 | added comment to %u in config.default.h, added Button{4.5} support on mode label | Anselm R. Garbe | -4/+16 |
2007-01-08 | reorganized | Anselm R. Garbe | -6/+10 |
2007-01-08 | implemented nmaster appearance in mode label (using %u) | Anselm R. Garbe | -8/+18 |
2007-01-08 | Added tag 2.9 for changeset 3a5910fac3cc | Anselm R. Garbe | -0/+1 |
2007-01-08 | I received Sander's complain just in time ;) | Anselm R. Garbe | -4/+4 |
2007-01-08 | changed status fg | Anselm R. Garbe | -1/+1 |
2007-01-08 | fofofo | Anselm R. Garbe | -4/+4 |
2007-01-08 | extended default tags to 1-9 | Anselm R. Garbe | -1/+17 |
2007-01-07 | small grammar fix of dwm.1 | Anselm R. Garbe | -2/+2 |
2007-01-07 | changed a term in dwm.1 | Anselm R. Garbe | -1/+1 |
2007-01-05 | using shorter tags, using mon instead of cert | Anselm R. Garbe | -2/+2 |
2007-01-05 | roman numerals suck badly, reverting | Anselm R. Garbe | -9/+1 |
2007-01-05 | switching to roman tags, I need more tags | Anselm R. Garbe | -1/+13 |
2007-01-05 | I inc/decrease on the fly, feels better | Anselm R. Garbe | -1/+1 |
2007-01-05 | allowing swap() for first master client | Anselm R. Garbe | -10/+10 |
2007-01-05 | prevent pop() if first sel == nexttiled(clients) | Anselm R. Garbe | -3/+3 |
2007-01-05 | removed swap(), implemented pop for everything | Anselm R. Garbe | -61/+8 |
2007-01-05 | preserving c1->snext and c2->snext in swap() as well. | Anselm R. Garbe | -0/+4 |
2007-01-05 | fixing some minor issues | Anselm R. Garbe | -13/+14 |
2007-01-05 | removed the term clients from dwm.1 | Anselm R. Garbe | -3/+3 |
2007-01-05 | adding some prevention that master clients get smaller than bh | Anselm R. Garbe | -1/+2 |
2007-01-05 | changed shortcuts to M-i and M-d | Anselm R. Garbe | -6/+6 |
2007-01-05 | allowing zoom within master area as well | Anselm R. Garbe | -3/+4 |
2007-01-05 | changed plus key to MODKEY-Shift-plus (US-layout restrictions ;) | Anselm R. Garbe | -3/+3 |
2007-01-05 | I prefer two master windows by default | Anselm R. Garbe | -3/+3 |
2007-01-05 | added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients) | Anselm R. Garbe | -15/+62 |
2007-01-05 | experimental version which allows master clients being increased/decreased | Anselm R. Garbe | -25/+45 |