aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2011-11-06honour fullscreen hint on mapConnor Lane Smith-56/+66
2011-11-04testing Brians multiscreen issue fixanselm@garbe.us-9/+9
2011-11-02make ewmh dialog windows floatChristoph Lohmann-1/+27
2011-10-31allow 0 nmasterConnor Lane Smith-3/+5
2011-10-30fix big-border corner caseConnor Lane Smith-1/+1
2011-10-28improve tile spacingConnor Lane Smith-9/+12
2011-10-25apply nmaster patchConnor Lane Smith-21/+21
2011-10-25apply resize hints in floating layoutConnor Lane Smith-1/+1
2011-10-25hide clients to the left, not the rightConnor Lane Smith-1/+1
2011-08-15applied Connors cleanup patch of Eckehards proposed fix of applyrules(), than...garbeam@gmail.com-20/+20
2011-08-08applied Connors and Valentins patch to improve the unmapnotify handling of br...garbeam@gmail.com-2/+6
2011-07-29applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugg...garbeam@gmail.com-2/+10
2011-07-27applied anonymous code cleanup patchgarbeam@gmail.com-13/+9
2011-07-24added a marker for the flash fullscreen issuegarbeam@gmail.com-0/+1
2011-07-20applied Connors aesthitic buf fix in tile(), thanksgarbeam@gmail.com-2/+2
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