aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-27applied anonymous code cleanup patchgarbeam@gmail.com1-13/+9
2011-07-24added a marker for the flash fullscreen issuegarbeam@gmail.com1-0/+1
2011-07-20applied Connors aesthitic buf fix in tile(), thanksgarbeam@gmail.com1-2/+2
2011-07-20applied Peters magic float mode bugfixgarbeam@gmail.com1-1/+0
2011-07-20applied lolilolicon's floating center patch, further investigation wrt his ↵garbeam@gmail.com1-2/+2
second issue reported needed
2011-07-20thanks to recursions on IRC for his remarkgarbeam@gmail.com1-4/+12
2011-07-10applied Peters wintoclient/wintomon optimisation in enternotify()garbeam@gmail.com1-3/+4
2011-07-10removed unneeded offset recalculation, thanks Jukka, let's see if this ↵garbeam@gmail.com1-2/+2
breaks some other client
2011-07-10undo the focus optimisation patch for 5.9garbeam@gmail.com1-7/+2
2011-07-09applied Peters two patches, please test hg tip, if nothing breaks this is 5.9garbeam@gmail.com1-2/+7
2011-07-02applied Garys patch in a slightly modified waygarbeam@gmail.com1-1/+1
2011-07-01applied Nicolas Capit's patch as interim solution until the multiscreen ↵garbeam@gmail.com1-1/+1
support is reworked in 6.0
2011-06-27fixed scroll lock (thanks bogdan)Connor Lane Smith1-1/+1
2011-06-27fix numlock (thanks mikhail)Connor Lane Smith1-1/+1
2011-06-25making enternotify less focus hungrygarbeam@gmail.com1-0/+4
2011-06-24applied Andreas Amann's patch from Oct 2010, thanksgarbeam@gmail.com1-1/+1
2011-06-17applied Rudys barwidth patch, thanks Rudygarbeam@gmail.com1-1/+3
2011-06-14don't check for monocle layout in zoom() exit conditiongarbeam@gmail.com1-1/+0
2011-06-11fixing some minor issues, next week is dwm-5.9 release timegarbeam@gmail.com1-1/+1
2011-06-04fix typoConnor Lane Smith1-1/+1
2011-06-04cleaner drawingConnor Lane Smith1-16/+6
2011-05-12applied Evil_Bobs cleanup patchAnselm R Garbe1-12/+12
2011-04-26applied Jack's mplayer fullscreen patchAnselm R Garbe1-2/+4
2011-04-15missed declarationAnselm R Garbe1-1/+2
2011-04-15minor fix of the NetActiveWindow multi-monitor flaw, slight rearrangementAnselm R Garbe1-53/+54
2011-04-14applied Peter/Andreas NetActiveWindow patch in a slightly modified versionAnselm R Garbe1-9/+22
2011-04-12applied Brendan MacDonell's WM_TAKE_FOCUS patch, thanks Brendan!Anselm R Garbe1-31/+42
2011-03-25applied another patch of Hiltjo, thanksAnselm R Garbe1-1/+1
2011-03-25applied Hiltjos' BUGS patch from 23 Mar, sorry took a while :)Anselm R Garbe1-1/+1
2011-03-23applied Hiltjo's multimon mouse-based resize fixAnselm R Garbe1-2/+2
2011-01-07applied anonymous patch, I don't think the reversed array access has ↵Anselm R Garbe1-12/+9
semantic side-effects
2010-11-19applied Hiltjo's cleanup patchAnselm R Garbe1-11/+3
2010-09-27applied Hiltjo's tiny cleanup fixAnselm R Garbe1-1/+1
2010-09-25applied Hiltjo's tiny cleanup patch, thanks!Anselm R Garbe1-12/+8
2010-09-11does this make a difference?Anselm R Garbe1-1/+1
2010-08-23applied Hiltjo Posthuma's line saver patchanselm@garbe.us1-5/+1
2010-07-25applied Hiltjo Posthuma's double-XineramaQueryScreens() patch, thanks Hiltjo!Anselm R Garbe1-1/+0
2010-05-30implemented better fullscreen handling, please testAnselm R Garbe1-30/+75
2010-05-29removing Sylvain's patch because it breaks more than it fixes unfortunately, ↵Anselm R Garbe1-19/+1
re-issuing a bugfix release 5.8.1
2010-05-27removed DEBUG code and added 2010 to the copyright listanselm@garbe.us1-16/+1
2010-05-27applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch ↵anselm@garbe.us1-3/+21
a bit
2010-04-01selmon optimisation is neededAnselm R Garbe1-4/+0
2010-04-01more debug output, experimental focus optimisationAnselm R Garbe1-4/+9
2010-03-31quick typo fixAnselm R Garbe1-2/+2
2010-03-31it's debug season for upcoming dwm 5.8, so only use this if you really want ↵Anselm R Garbe1-4/+20
to run experimental code or debug code
2009-09-27applied Ryan Zheng's patch and re-releasing 5.7.2Anselm R Garbe1-3/+2
2009-09-27fixed the layout symbol bug reported by Nibble (but using a different ↵Anselm R Garbe1-28/+38
approach as he suggested) - optimised drawbar() and arrange() handling for multiple monitors, arrange only arranges the relevant monitors when applicable, same with drawbar - need to release 5.7.1
2009-09-22implemented nn < n case, k-zed please recheckAnselm R Garbe1-14/+30
2009-09-22use buffer instead of pointer for mon->ltsymbolAnselm R Garbe1-8/+5
2009-09-22added missing scanAnselm R Garbe1-0/+1