Age | Commit message (Expand) | Author | Lines |
2006-07-14 | bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode | Anselm R. Garbe | -1/+7 |
2006-07-14 | draw bar on exposure ;) | Anselm R. Garbe | -7/+9 |
2006-07-14 | Added tag 0.1 for changeset d31b5ad96b0ba7b5b0a30928fcf000428339a577 | Anselm R. Garbe | -0/+1 |
2006-07-14 | prep 0.1 | Anselm R. Garbe | -9/+11 |
2006-07-14 | fixed crash on zoom if only 1 client exists | Anselm R. Garbe | -3/+9 |
2006-07-14 | removed a bunch of lines through swap removal | Anselm R. Garbe | -28/+11 |
2006-07-14 | if stdin writer stops working, dwm consumed much IO load because it still tri... | Anselm R. Garbe | -3/+7 |
2006-07-14 | removed a bottleneck | Anselm R. Garbe | -6/+8 |
2006-07-14 | searching for a better way to discard enter notifies | Anselm R. Garbe | -54/+12 |
2006-07-14 | focus on view change as well | Anselm R. Garbe | -0/+3 |
2006-07-14 | small fix | Anselm R. Garbe | -1/+1 |
2006-07-14 | made stdin reader more robust | Anselm R. Garbe | -9/+22 |
2006-07-14 | implemented dwm reading status text from stdin | Anselm R. Garbe | -25/+58 |
2006-07-14 | made barclick to select the specific tag | Anselm R. Garbe | -4/+36 |
2006-07-14 | implemented bar for dwm (I miss status text), I plan that status text is read... | Anselm R. Garbe | -31/+95 |
2006-07-14 | continued with man page | Anselm R. Garbe | -0/+34 |
2006-07-14 | continued with man page | Anselm R. Garbe | -4/+40 |
2006-07-13 | except improvements to the mouse handling this is already nearly feature comp... | Anselm R. Garbe | -0/+5 |
2006-07-13 | added mini stuff | Anselm R. Garbe | -46/+69 |
2006-07-13 | fixed several things, nearly feature complete | Anselm R. Garbe | -29/+35 |
2006-07-13 | new stuff | Anselm R. Garbe | -61/+103 |
2006-07-13 | several other additions/fixes, dwm is quite usable already | Anselm R. Garbe | -111/+165 |
2006-07-13 | implemented tagging a client | Anselm R. Garbe | -85/+156 |
2006-07-13 | several fixes | Anselm R. Garbe | -4/+4 |
2006-07-13 | added philosophy section | Anselm R. Garbe | -0/+11 |
2006-07-13 | added xlock command (I need it regularly) | Anselm R. Garbe | -25/+19 |
2006-07-13 | added pointer warps on kb-driven/manage-driven focus | Anselm R. Garbe | -0/+3 |
2006-07-13 | changed back to urxvt, dwm has no problems with it, because it doesn't use fr... | Anselm R. Garbe | -2/+2 |
2006-07-13 | changed default colors | Anselm R. Garbe | -82/+71 |
2006-07-13 | added dev.c instead of kb.c | Anselm R. Garbe | -66/+57 |
2006-07-13 | removed obsolete stuff | Anselm R. Garbe | -13/+12 |
2006-07-13 | fixed grammar bug reported by John-Galt | Anselm R. Garbe | -1/+1 |
2006-07-13 | another change | Anselm R. Garbe | -1/+1 |
2006-07-13 | updated man page | Anselm R. Garbe | -7/+5 |
2006-07-13 | small changes to README | Anselm R. Garbe | -3/+3 |
2006-07-13 | last change to dwm.html | Anselm R. Garbe | -43/+47 |
2006-07-13 | renamed/changed | Anselm R. Garbe | -1/+1 |
2006-07-13 | added logo+description | Anselm R. Garbe | -115/+194 |
2006-07-13 | new stuff (some warning elimination) | Anselm R. Garbe | -47/+44 |
2006-07-13 | removed unnecessary crap | Anselm R. Garbe | -785/+95 |
2006-07-13 | before leaning things up | Anselm R. Garbe | -112/+150 |
2006-07-12 | new stuff, fixed several issues | Anselm R. Garbe | -12/+13 |
2006-07-12 | added gravity stuff | Anselm R. Garbe | -7/+76 |
2006-07-12 | added max | Anselm R. Garbe | -3/+15 |
2006-07-12 | added grid mode on Mod1Mask g | Anselm R. Garbe | -66/+97 |
2006-07-12 | simplified several portions of code through replacing rect structs with x,y,h... | Anselm R. Garbe | -235/+164 |
2006-07-12 | fixed configurerequest | Anselm R. Garbe | -1/+1 |
2006-07-12 | new colors | Anselm R. Garbe | -3/+3 |
2006-07-12 | some more additions/fixes | Anselm R. Garbe | -3/+32 |
2006-07-11 | fixed several other stuff, coming closer to something useful | Anselm R. Garbe | -15/+23 |