aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2011-07-20applied Peters magic float mode bugfixgarbeam@gmail.com-1/+0
2011-07-20applied lolilolicon's floating center patch, further investigation wrt his se...garbeam@gmail.com-2/+2
2011-07-20thanks to recursions on IRC for his remarkgarbeam@gmail.com-4/+12
2011-07-10applied Peters wintoclient/wintomon optimisation in enternotify()garbeam@gmail.com-3/+4
2011-07-10removed unneeded offset recalculation, thanks Jukka, let's see if this breaks...garbeam@gmail.com-2/+2
2011-07-10undo the focus optimisation patch for 5.9garbeam@gmail.com-7/+2
2011-07-09applied Peters two patches, please test hg tip, if nothing breaks this is 5.9garbeam@gmail.com-2/+7
2011-07-02applied Garys patch in a slightly modified waygarbeam@gmail.com-1/+1
2011-07-01applied Nicolas Capit's patch as interim solution until the multiscreen suppo...garbeam@gmail.com-1/+1
2011-06-27fixed scroll lock (thanks bogdan)Connor Lane Smith-1/+1
2011-06-27fix numlock (thanks mikhail)Connor Lane Smith-1/+1
2011-06-25making enternotify less focus hungrygarbeam@gmail.com-0/+4
2011-06-24applied Andreas Amann's patch from Oct 2010, thanksgarbeam@gmail.com-1/+1
2011-06-17applied Rudys barwidth patch, thanks Rudygarbeam@gmail.com-1/+3
2011-06-14don't check for monocle layout in zoom() exit conditiongarbeam@gmail.com-1/+0
2011-06-11fixing some minor issues, next week is dwm-5.9 release timegarbeam@gmail.com-1/+1
2011-06-04fix typoConnor Lane Smith-1/+1
2011-06-04cleaner drawingConnor Lane Smith-16/+6
2011-05-12applied Evil_Bobs cleanup patchAnselm R Garbe-12/+12
2011-04-26applied Jack's mplayer fullscreen patchAnselm R Garbe-2/+4
2011-04-15missed declarationAnselm R Garbe-1/+2
2011-04-15minor fix of the NetActiveWindow multi-monitor flaw, slight rearrangementAnselm R Garbe-53/+54
2011-04-14applied Peter/Andreas NetActiveWindow patch in a slightly modified versionAnselm R Garbe-9/+22
2011-04-12applied Brendan MacDonell's WM_TAKE_FOCUS patch, thanks Brendan!Anselm R Garbe-31/+42
2011-03-25applied another patch of Hiltjo, thanksAnselm R Garbe-1/+1
2011-03-25applied Hiltjos' BUGS patch from 23 Mar, sorry took a while :)Anselm R Garbe-1/+1
2011-03-23applied Hiltjo's multimon mouse-based resize fixAnselm R Garbe-2/+2
2011-01-07applied anonymous patch, I don't think the reversed array access has semantic...Anselm R Garbe-12/+9
2010-11-19applied Hiltjo's cleanup patchAnselm R Garbe-11/+3
2010-09-27applied Hiltjo's tiny cleanup fixAnselm R Garbe-1/+1
2010-09-25applied Hiltjo's tiny cleanup patch, thanks!Anselm R Garbe-12/+8
2010-09-11does this make a difference?Anselm R Garbe-1/+1
2010-08-23applied Hiltjo Posthuma's line saver patchanselm@garbe.us-5/+1
2010-07-25applied Hiltjo Posthuma's double-XineramaQueryScreens() patch, thanks Hiltjo!Anselm R Garbe-1/+0
2010-05-30implemented better fullscreen handling, please testAnselm R Garbe-30/+75
2010-05-29removing Sylvain's patch because it breaks more than it fixes unfortunately, ...Anselm R Garbe-19/+1
2010-05-27removed DEBUG code and added 2010 to the copyright listanselm@garbe.us-16/+1
2010-05-27applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch a...anselm@garbe.us-3/+21
2010-04-01selmon optimisation is neededAnselm R Garbe-4/+0
2010-04-01more debug output, experimental focus optimisationAnselm R Garbe-4/+9
2010-03-31quick typo fixAnselm R Garbe-2/+2
2010-03-31it's debug season for upcoming dwm 5.8, so only use this if you really want t...Anselm R Garbe-4/+20
2009-09-27applied Ryan Zheng's patch and re-releasing 5.7.2Anselm R Garbe-3/+2
2009-09-27fixed the layout symbol bug reported by Nibble (but using a different approac...Anselm R Garbe-28/+38
2009-09-22implemented nn < n case, k-zed please recheckAnselm R Garbe-14/+30
2009-09-22use buffer instead of pointer for mon->ltsymbolAnselm R Garbe-8/+5
2009-09-22added missing scanAnselm R Garbe-0/+1
2009-09-21implemented different version of updategeomAnselm R Garbe-149/+85
2009-09-19added TODO to updategeom in order to implement a decent version of it soonAnselm R Garbe-0/+34
2009-09-18new experimental updategeom() additions that should avoid several problems wi...Anselm R Garbe-24/+77