aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2008-08-27introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculatio...Anselm R Garbe-13/+13
2008-08-25grabbuttons() and grabkeys() are now independent from prior numlockmask initi...Anselm R Garbe-23/+31
2008-08-25reverted some resize() changes, reverted setlocale removalAnselm R Garbe-6/+5
2008-08-23applied Peter Hartlich's patch regarding aspect calculation with slight modif...Anselm R Garbe-6/+17
2008-08-23removed artifact from wmiiAnselm R Garbe-2/+0
2008-08-23changed grabkeys, removed initmodmapAnselm R Garbe-26/+21
2008-08-23applied Peter Hartlich's initmodmap patchAnselm R Garbe-13/+18
2008-08-22applied fix of toggletag by Jan KaliszewskiPremysl Hruby-1/+5
2008-08-18Martin Hurtons typo fixAnselm R Garbe-1/+1
2008-08-18fixed error I did when applying Martin Hurton's drawtext patchAnselm R Garbe-1/+1
2008-08-18applied Martin Hurtons resizemouse patchAnselm R Garbe-7/+5
2008-08-18applied Martin Hurton's movemouse() patchAnselm R Garbe-6/+5
2008-08-18using None instead of 0 for transAnselm R Garbe-2/+2
2008-08-18abc...Anselm R Garbe-1/+1
2008-08-18removed the i = textnw... as remarked by Martin HurtonAnselm R Garbe-1/+1
2008-08-18applied Martin Hurton's scan() patch with slight modificationsAnselm R Garbe-4/+3
2008-08-18changed order of variables in drawtextAnselm R Garbe-1/+1
2008-08-18applied Martin Hurton's drawtext() patchAnselm R Garbe-3/+2
2008-08-18applied Martin Hurton's view() simplification, not checking argAnselm R Garbe-2/+2
2008-08-18making a comment more explicitAnselm R Garbe-1/+1
2008-08-18removed setlocale() stuff, not necessary if Xmb in useAnselm R Garbe-2/+1
2008-08-18added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}Anselm R Garbe-2/+4
2008-08-18initialize trans with 0Anselm R Garbe-1/+1
2008-08-14fix of XGetTransientForHint in manage()Premysl Hruby-3/+2
2008-08-14applied cleanup from M. Hurton and S. NagyPremysl Hruby-2/+2
2008-08-12fixes using arg->i instead of arg->uiPremysl Hruby-3/+3
2008-08-04applied Johannes Hofmann's patch, please testanselm@anselm1-40/+18
2008-08-02made readin a config.h variableAnselm R Garbe-2/+1
2008-07-29forcing fullscreen windows to bw=0, though most fullscreen apps are broken an...Anselm R Garbe-1/+1
2008-07-18potential crash fix if xinerama behaves broken, though I doubt itAnselm R Garbe-2/+1
2008-07-16local use of xidx is useless, got rid of it, falling back to screen 0 if poin...Anselm R Garbe-10/+7
2008-07-16got rid of compile time xidx configuration, querying mouse pointer insteadAnselm R Garbe-16/+29
2008-07-16reverted uint redefinitionAnselm R Garbe-46/+42
2008-07-13applied anydot's urgency hint patch, thanks!anselm@aab-2/+25
2008-07-03renamed eprint dieAnselm R Garbe-19/+19
2008-07-03simplified detach()Anselm R Garbe-9/+3
2008-07-02removed aux* stuff from ClientAnselm R Garbe-4/+0
2008-07-02minor fix to view()Anselm R Garbe-0/+6
2008-07-01applied Frederik Ternerot's grabbuttons patch with slight modificationsAnselm R Garbe-9/+8
2008-06-30locale updateAnselm R Garbe-1/+3
2008-06-22fix of monocleAnselm R Garbe-1/+1
2008-06-22another mergeAnselm R Garbe-2/+2
2008-06-22does this fix anything?Anselm R Garbe-1/+1
2008-06-21fixed Gottox' buttonpress/ClkTagBar codeAnselm R Garbe-2/+2
2008-06-20applied Gottox' ClkTagBar patchAnselm R Garbe-9/+11
2008-06-19made arrange again like it was onceAnselm R Garbe-15/+15
2008-06-19fixAnselm R Garbe-1/+1
2008-06-19use sel instead of seeking the listAnselm R Garbe-7/+5
2008-06-19resize should apply if !bannedAnselm R Garbe-3/+2
2008-06-19applied Gottox patchAnselm R Garbe-25/+21