summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removed monsyms, uselessGravatar Anselm R Garbe 2009-07-092-15/+3
* restricting number of mons by length of monsymsGravatar Anselm R Garbe 2009-07-092-1/+3
* introducing const where it might make some senseGravatar Anselm R Garbe 2009-07-082-14/+13
* 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-062-20/+21
* 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-023-31/+49
* 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
* more sensibleGravatar Anselm R Garbe 2009-07-021-1/+1
* hmm, can't decide on the default monitor symbol setGravatar Anselm R Garbe 2009-07-021-1/+1
* updateGravatar Anselm R Garbe 2009-07-022-2/+2
* introduced monitor symbolsGravatar Anselm R Garbe 2009-07-022-5/+5
* minor fixGravatar Anselm R Garbe 2009-07-021-3/+3
* several bugfixesGravatar Anselm R Garbe 2009-07-013-21/+10
* some minor fix if xinerama is disabled, still some odd behavior in thereGravatar Anselm R Garbe 2009-07-012-3/+5
* updated year rangesGravatar Anselm R Garbe 2009-06-301-3/+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-302-109/+83
* 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
* some hotfix cleanup related to wild selmon-> destructionGravatar Anselm R Garbe 2009-06-241-24/+11
* some restack fixes, still odd behavior if n>1 on unmanaging clientsGravatar Anselm R Garbe 2009-06-231-5/+5
* added some dual head simulator codeGravatar Anselm R Garbe 2009-06-231-4/+24
* simplified left over re-assignmentGravatar Anselm R Garbe 2009-06-231-12/+6
* fixed tagmon, re-using detach/detachstack and attach/attachstackGravatar Anselm R Garbe 2009-06-232-9/+18
* simplified ISVISBLE and nexttiledGravatar Anselm R Garbe 2009-06-231-20/+19
* moved clients/stack/sel to Monitor, that's a per monitor structure from now onGravatar Anselm R Garbe 2009-06-231-83/+111
* declare buf only if XINERAMA support is usedGravatar Anselm R Garbe 2009-06-232-3/+3
* if compiled without XINERAMA support assume 1 monitor by default (n = 1)Gravatar Anselm R Garbe 2009-06-231-1/+1