summaryrefslogtreecommitdiffstats
path: root/dwm.c
Commit message (Expand)AuthorAgeFilesLines
* applied nsz patchGravatar Anselm R Garbe 2009-07-211-1/+1
* updategeom fix for same geom screensGravatar Anselm R Garbe 2009-07-211-1/+6
* removed misleading commentGravatar Anselm R Garbe 2009-07-171-2/+2
* it's all nsz's hard investigation effort, hail nsz! ;)Gravatar Anselm R Garbe 2009-07-171-4/+4
* final style fixesGravatar Anselm R Garbe 2009-07-141-15/+13
* removed int cast in TAGMASK as suggested by nszGravatar Anselm R Garbe 2009-07-141-1/+1
* some stylistic changesGravatar Anselm R Garbe 2009-07-141-9/+8
* mark broken clients as brokenGravatar anselm@x200s.config 2009-07-121-2/+8
* fixing updatetitleGravatar anselm@x200s.config 2009-07-121-1/+1
* extended rule to apply monitors if set up accordinglyGravatar Anselm R Garbe 2009-07-091-4/+9
* reverting to optimised compiler options, current state seems stableGravatar Anselm R Garbe 2009-07-091-1/+1
* added client number printing right of layout symbolGravatar Anselm R Garbe 2009-07-091-5/+9
* removed monsyms, uselessGravatar Anselm R Garbe 2009-07-091-12/+3
* restricting number of mons by length of monsymsGravatar Anselm R Garbe 2009-07-091-0/+2
* introducing const where it might make some senseGravatar Anselm R Garbe 2009-07-081-5/+5
* no that's definately betterGravatar Anselm R Garbe 2009-07-081-1/+0
* some minor changesGravatar Anselm R Garbe 2009-07-081-11/+11
* die if malloc sizeof(Monitor) failsGravatar Anselm R Garbe 2009-07-081-1/+2
* applied Mate's patch, added Mate to LICENSEGravatar Anselm R Garbe 2009-07-061-20/+20
* some cleanupsGravatar Anselm R Garbe 2009-07-021-6/+9
* hotfixGravatar Anselm R Garbe 2009-07-021-2/+3
* changed focusmon/tagmon to work on prev/next instead (-1/+1), changed shortcu...Gravatar Anselm R Garbe 2009-07-021-20/+26
* removed some empty linesGravatar Anselm R Garbe 2009-07-021-43/+6
* interactive resizals allow display dimensions againGravatar Anselm R Garbe 2009-07-021-20/+33
* updateGravatar Anselm R Garbe 2009-07-021-1/+1
* introduced monitor symbolsGravatar Anselm R Garbe 2009-07-021-5/+2
* minor fixGravatar Anselm R Garbe 2009-07-021-3/+3
* several bugfixesGravatar Anselm R Garbe 2009-07-011-17/+8
* some minor fix if xinerama is disabled, still some odd behavior in thereGravatar Anselm R Garbe 2009-07-011-1/+3
* fixed usage of sx, sy, sw, shGravatar Anselm R Garbe 2009-06-301-14/+13
* don't draw monitor number, if there is just one monitorGravatar Anselm R Garbe 2009-06-301-1/+1
* fixed order of transient monitor applicaion and rule applicationGravatar Anselm R Garbe 2009-06-301-18/+22
* hotfixGravatar Anselm R Garbe 2009-06-301-3/+3
* several simplificationsGravatar Anselm R Garbe 2009-06-301-106/+81
* play safeGravatar Anselm R Garbe 2009-06-301-2/+2
* applied a collection of Christof Musik patches, and fixed an issue reported b...Gravatar Anselm R Garbe 2009-06-301-24/+32
* some cleanup handling for index based mon searchGravatar Anselm R Garbe 2009-06-271-20/+19
* using mon in function names for consistency reasonsGravatar Anselm R Garbe 2009-06-271-11/+11
* fixed several issues with focus handling via mouse, also added sending client...Gravatar Anselm R Garbe 2009-06-271-43/+79
* fixed focusmon brokenessGravatar Anselm R Garbe 2009-06-271-7/+5
* tag fixGravatar Anselm R Garbe 2009-06-261-4/+2
* typo fixGravatar Anselm R Garbe 2009-06-251-1/+1
* assign selected tags of target monitor to client when tagmon is performed (le...Gravatar Anselm R Garbe 2009-06-251-0/+1
* added some TODOs, some other focus fixesGravatar Anselm R Garbe 2009-06-241-2/+6
* disabled XINULATOR code for nowGravatar Anselm R Garbe 2009-06-241-1/+1
* made bar based monitor switching workingGravatar Anselm R Garbe 2009-06-241-6/+4
* several other focus fixes, introduced unfocus()Gravatar Anselm R Garbe 2009-06-241-9/+29
* some focus fixesGravatar Anselm R Garbe 2009-06-241-2/+8
* fixed title rendering on non-active screenGravatar Anselm R Garbe 2009-06-241-12/+11
* fixed getclient brokenessGravatar Anselm R Garbe 2009-06-241-5/+8