| Commit message (Expand) | Author | Age | Files | Lines |
* | serious mistake in pop() (forgot to set c->prev to NULL on pop) | arg@10ksloc.org | 2006-07-20 | 1 | -0/+1 |
* | using double-linked list in order to get correct prev focus handling | arg@10ksloc.org | 2006-07-20 | 1 | -15/+31 |
* | made status bar drawing more robust, implemented togglemax and togglemode, wo... | arg@10ksloc.org | 2006-07-20 | 1 | -15/+38 |
* | cleaned up code | arg@10ksloc.org | 2006-07-20 | 1 | -6/+10 |
* | removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re... | arg@10ksloc.org | 2006-07-20 | 1 | -76/+52 |
* | implemented regexp matching for rules | arg@10ksloc.org | 2006-07-19 | 1 | -2/+3 |
* | applied Jukka's patch with s/ModKeyMask/MODKEY/g | arg@10ksloc.org | 2006-07-19 | 1 | -3/+3 |
* | fixed the bug mentioned by Sander | arg@10ksloc.org | 2006-07-19 | 1 | -3/+7 |
* | refactored Sanders code somewhat | arg@10ksloc.org | 2006-07-19 | 1 | -2/+2 |
* | implemented fallback for too many clients in stacked mode | arg@10ksloc.org | 2006-07-19 | 1 | -2/+3 |
* | and another fix... | arg@10ksloc.org | 2006-07-19 | 1 | -1/+1 |
* | yet another typo fix | arg@10ksloc.org | 2006-07-19 | 1 | -2/+2 |
* | fixed a typo | arg@10ksloc.org | 2006-07-19 | 1 | -1/+1 |
* | floating clients get random (x,y) offsets now | arg@10ksloc.org | 2006-07-19 | 1 | -0/+7 |
* | applied Sanders resize patch, fixed lower bug | arg@10ksloc.org | 2006-07-19 | 1 | -2/+8 |
* | implemened distinguishing float/managed geometries of clients (works quite well) | Anselm R. Garbe | 2006-07-18 | 1 | -48/+68 |
* | pop on heretag | Anselm R. Garbe | 2006-07-18 | 1 | -7/+14 |
* | added heretag command which allows to tag a client of a foreign tag with curr... | Anselm R. Garbe | 2006-07-18 | 1 | -4/+4 |
* | another XSync | Anselm R. Garbe | 2006-07-16 | 1 | -0/+1 |
* | several additions in mouse handling ;) | Anselm R. Garbe | 2006-07-16 | 1 | -6/+7 |
* | fixed XSync handling and finished man page | Anselm R. Garbe | 2006-07-15 | 1 | -4/+3 |
* | sanitized other stuff | Anselm R. Garbe | 2006-07-15 | 1 | -2/+2 |
* | proceeded with cleaning up, sorting functions, etc | Anselm R. Garbe | 2006-07-15 | 1 | -205/+206 |
* | rearranged several stuff | Anselm R. Garbe | 2006-07-15 | 1 | -58/+87 |
* | sanitized names | Anselm R. Garbe | 2006-07-14 | 1 | -14/+14 |
* | rearranged | Anselm R. Garbe | 2006-07-14 | 1 | -227/+3 |
* | bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode | Anselm R. Garbe | 2006-07-14 | 1 | -0/+2 |
* | fixed crash on zoom if only 1 client exists | Anselm R. Garbe | 2006-07-14 | 1 | -3/+9 |
* | removed a bunch of lines through swap removal | Anselm R. Garbe | 2006-07-14 | 1 | -2/+2 |
* | searching for a better way to discard enter notifies | Anselm R. Garbe | 2006-07-14 | 1 | -13/+11 |
* | focus on view change as well | Anselm R. Garbe | 2006-07-14 | 1 | -0/+3 |
* | made stdin reader more robust | Anselm R. Garbe | 2006-07-14 | 1 | -4/+9 |
* | implemented bar for dwm (I miss status text), I plan that status text is read... | Anselm R. Garbe | 2006-07-14 | 1 | -12/+18 |
* | continued with man page | Anselm R. Garbe | 2006-07-14 | 1 | -1/+1 |
* | except improvements to the mouse handling this is already nearly feature comp... | Anselm R. Garbe | 2006-07-13 | 1 | -0/+5 |
* | added mini stuff | Anselm R. Garbe | 2006-07-13 | 1 | -20/+31 |
* | fixed several things, nearly feature complete | Anselm R. Garbe | 2006-07-13 | 1 | -25/+30 |
* | new stuff | Anselm R. Garbe | 2006-07-13 | 1 | -44/+78 |
* | several other additions/fixes, dwm is quite usable already | Anselm R. Garbe | 2006-07-13 | 1 | -95/+140 |
* | implemented tagging a client | Anselm R. Garbe | 2006-07-13 | 1 | -57/+113 |
* | added xlock command (I need it regularly) | Anselm R. Garbe | 2006-07-13 | 1 | -20/+10 |
* | added pointer warps on kb-driven/manage-driven focus | Anselm R. Garbe | 2006-07-13 | 1 | -0/+3 |
* | changed back to urxvt, dwm has no problems with it, because it doesn't use fr... | Anselm R. Garbe | 2006-07-13 | 1 | -1/+1 |
* | changed default colors | Anselm R. Garbe | 2006-07-13 | 1 | -7/+8 |
* | added logo+description | Anselm R. Garbe | 2006-07-13 | 1 | -22/+33 |
* | new stuff (some warning elimination) | Anselm R. Garbe | 2006-07-13 | 1 | -3/+3 |
* | removed unnecessary crap | Anselm R. Garbe | 2006-07-13 | 1 | -20/+14 |
* | before leaning things up | Anselm R. Garbe | 2006-07-13 | 1 | -9/+52 |
* | new stuff, fixed several issues | Anselm R. Garbe | 2006-07-12 | 1 | -2/+2 |
* | added gravity stuff | Anselm R. Garbe | 2006-07-12 | 1 | -5/+67 |