aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2009-06-30several simplificationsAnselm R Garbe-106/+81
2009-06-30play safeAnselm R Garbe-2/+2
2009-06-30applied a collection of Christof Musik patches, and fixed an issue reported b...Anselm R Garbe-24/+32
2009-06-27some cleanup handling for index based mon searchAnselm R Garbe-20/+19
2009-06-27using mon in function names for consistency reasonsAnselm R Garbe-11/+11
2009-06-27fixed several issues with focus handling via mouse, also added sending client...Anselm R Garbe-43/+79
2009-06-27fixed focusmon brokenessAnselm R Garbe-7/+5
2009-06-26tag fixAnselm R Garbe-4/+2
2009-06-25typo fixAnselm R Garbe-1/+1
2009-06-25assign selected tags of target monitor to client when tagmon is performed (le...Anselm R Garbe-0/+1
2009-06-24added some TODOs, some other focus fixesAnselm R Garbe-2/+6
2009-06-24disabled XINULATOR code for nowAnselm R Garbe-1/+1
2009-06-24made bar based monitor switching workingAnselm R Garbe-6/+4
2009-06-24several other focus fixes, introduced unfocus()Anselm R Garbe-9/+29
2009-06-24some focus fixesAnselm R Garbe-2/+8
2009-06-24fixed title rendering on non-active screenAnselm R Garbe-12/+11
2009-06-24fixed getclient brokenessAnselm R Garbe-5/+8
2009-06-24some hotfix cleanup related to wild selmon-> destructionAnselm R Garbe-24/+11
2009-06-23some restack fixes, still odd behavior if n>1 on unmanaging clientsAnselm R Garbe-5/+5
2009-06-23added some dual head simulator codeAnselm R Garbe-4/+24
2009-06-23simplified left over re-assignmentAnselm R Garbe-12/+6
2009-06-23fixed tagmon, re-using detach/detachstack and attach/attachstackAnselm R Garbe-7/+16
2009-06-23simplified ISVISBLE and nexttiledAnselm R Garbe-20/+19
2009-06-23moved clients/stack/sel to Monitor, that's a per monitor structure from now onAnselm R Garbe-83/+111
2009-06-23declare buf only if XINERAMA support is usedAnselm R Garbe-1/+1
2009-06-23if compiled without XINERAMA support assume 1 monitor by default (n = 1)Anselm R Garbe-1/+1
2009-06-22some more refactoring, bar toggle fixesAnselm R Garbe-17/+27
2009-06-22hotfixesAnselm R Garbe-1/+1
2009-06-22changes monitor structure to be a listAnselm R Garbe-133/+169
2009-06-20we need a tagset per monitor, removed tagset declaration from config.hAnselm R Garbe-15/+17
2009-06-20some minor fixes regarding the new xinerama supportAnselm R Garbe-30/+48
2009-06-20several fixes through ISVISIBLE change (takes Monitor into account)Anselm R Garbe-18/+20
2009-06-20experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/eAnselm R Garbe-116/+194
2009-06-19introduction of Monitor for better Xinerama support, work in progressAnselm R Garbe-76/+107
2009-05-29removed MAXTAGLENAnselm R Garbe-1/+0
2009-04-20next version will be 5.6, shortened some very long linesAnselm R Garbe-4/+10
2009-03-19applied Marc Andre Tanners showhide patch, the removal of ntiledAnselm R Garbe-9/+5
2009-03-17applied Gottox' patches, and also removed usegrabAnselm R Garbe-65/+55
2009-03-03applied the patch I missed from Gottox, thanks mate!arg@garbe.us-11/+13
2009-03-02applied Gottox' resizehints patch, thanks Gottox!Anselm R Garbe-45/+52
2009-02-21some NULL fixesAnselm R Garbe-2/+2
2009-02-21override_redirect is BoolAnselm R Garbe-1/+1
2009-02-21applied Gottox' adjustborder removal patch (thanks!)Anselm R Garbe-19/+1
2009-02-14applied nsz' remarka@null-1/+1
2009-02-12fix of typo, thx to Enno Gottox BolandPremysl Hruby-1/+1
2009-02-08fixed an issue reported by Nibble, also fixed s/2008/2009/a@null-2/+2
2009-02-08avoid reverting the border if it's not necessary (avoids some flashing on vie...a@null-6/+11
2008-12-20spotted missing spacesa@null-2/+2
2008-12-20reverting some border patchesa@null-7/+18
2008-12-19changed adjustborder to be a macroa@null-19/+7