summaryrefslogtreecommitdiffstats
path: root/dwm.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gravatar Anselm R Garbe 2009-07-021-20/+26
| | | | shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.
* 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 ↵Gravatar Anselm R Garbe 2009-06-301-24/+32
| | | | by waistcoats on IRC
* 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 ↵Gravatar Anselm R Garbe 2009-06-271-43/+79
| | | | clients to the right monitor they belong to after mouse moves/resizals
* 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 ↵Gravatar Anselm R Garbe 2009-06-251-0/+1
| | | | (less obtrusive imho)
* 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-231-7/+16
|
* 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-231-1/+1
|
* if compiled without XINERAMA support assume 1 monitor by default (n = 1)Gravatar Anselm R Garbe 2009-06-231-1/+1
|