aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
AgeCommit message (Collapse)Author
2006-08-01cleaned config.*h to prevent some confusionarg@10ksloc.org
2006-08-01uppercasing all define'd values (uppercase-prefixed should only be enum ↵arg@10ksloc.org
field qualifiers)
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org
2006-08-01applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org
2006-08-01applied Sanders patchesarg@10ksloc.org
2006-08-01committed a patch which fixes the hints of Jukkaarg@10ksloc.org
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org
simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org
2006-07-20using double-linked list in order to get correct prev focus handlingarg@10ksloc.org
2006-07-20cleaned the CUSTOMIZE flagsarg@10ksloc.org
2006-07-20made status bar drawing more robust, implemented togglemax and togglemode, ↵arg@10ksloc.org
works quite well
2006-07-20removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling ↵arg@10ksloc.org
remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
2006-07-19implemented regexp matching for rulesarg@10ksloc.org
2006-07-19applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org
2006-07-19refactored Sanders code somewhatarg@10ksloc.org
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org
2006-07-18implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe
2006-07-18pop on heretagAnselm R. Garbe
2006-07-18added heretag command which allows to tag a client of a foreign tag with ↵Anselm R. Garbe
current tag
2006-07-17ordered variables in structs and source files alphabeticallyAnselm R. Garbe
2006-07-16several additions in mouse handling ;)Anselm R. Garbe
2006-07-15changing XFlush into XSyncAnselm R. Garbe
2006-07-15sanitized other stuffAnselm R. Garbe
2006-07-15proceeded with cleaning up, sorting functions, etcAnselm R. Garbe
2006-07-15rearranged several stuffAnselm R. Garbe
2006-07-14sanitized namesAnselm R. Garbe
2006-07-14rearrangedAnselm R. Garbe
2006-07-14removed a bunch of lines through swap removalAnselm R. Garbe
2006-07-14searching for a better way to discard enter notifiesAnselm R. Garbe
2006-07-14implemented dwm reading status text from stdin Anselm R. Garbe
2006-07-14made barclick to select the specific tagAnselm R. Garbe
2006-07-14implemented bar for dwm (I miss status text), I plan that status text is ↵Anselm R. Garbe
read from stdin in dwm
2006-07-13added mini stuffAnselm R. Garbe
2006-07-13fixed several things, nearly feature completeAnselm R. Garbe
2006-07-13new stuffAnselm R. Garbe
2006-07-13several other additions/fixes, dwm is quite usable alreadyAnselm R. Garbe
2006-07-13implemented tagging a clientAnselm R. Garbe
2006-07-13added xlock command (I need it regularly)Anselm R. Garbe
2006-07-13changed default colorsAnselm R. Garbe