aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2008-12-12applied Neale Pickett's xprop status reading patch, updated README and dwm.1 ↵a@null-73/+31
accordingly
2008-12-06applied yiyus fixarg@localhost.localdomain-1/+1
2008-12-06fixAnselm R Garbe-1/+1
2008-12-06Added tag 5.3.1 for changeset 335301ed102fAnselm R Garbe-0/+1
2008-12-06integrated yiyus clearurgent refactoringAnselm R Garbe-15/+10
2008-12-06reverted spawnarg@localhost.localdomain-14/+11
2008-12-04Added tag 5.3 for changeset 4004d6116035Anselm R Garbe-0/+1
2008-12-04added Neale Pickett's spawn patch, thanks NealeAnselm R Garbe-19/+16
2008-11-16applied Gottox' comment fix (thanks)Anselm R Garbe-1/+1
2008-10-19several changes towards 5.3, XINERAMA is disabled by default, introduced ↵Anselm R Garbe-12/+26
usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
2008-10-15removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for ↵Premysl Hruby-18/+19
computing client size with border added, fixes bug announced by sergey_m
2008-09-09Added tag 5.2 for changeset e4bcaca8e6efAnselm R Garbe-0/+1
2008-09-08using malloc() instead of calloc() and sticking to static initializer and ↵Anselm R Garbe-2/+4
struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99
2008-09-07applied XGetWMNormalHints fixAnselm R Garbe-1/+3
2008-09-06I prefer doing the check in showhideAnselm R Garbe-4/+6
2008-09-06applied Donald Chai's showhide patch in slightly modified waysAnselm R Garbe-12/+16
2008-09-06applied Martin Hurton's checkotherwm simplificationAnselm R Garbe-4/+3
2008-09-02applied Peter Hartlichs aspect revert fixAnselm R Garbe-2/+2
2008-09-02applied Gottox' grabkey patchAnselm R Garbe-4/+4
2008-09-01applied yiyus tagbar patchAnselm R Garbe-1/+1
2008-09-01merged mergearg@localhost.localdomain-19/+16
2008-08-29fixedAnselm R Garbe-13/+13
2008-08-29checking result of XGetClassHint, removed some obsolete lines in initfont()Anselm R Garbe-5/+3
2008-08-27merged my changesAnselm R Garbe-3/+2
2008-08-27introduced NOBORDER macro to hide the nasty - 2 * c->bw in various ↵Anselm R Garbe-13/+14
calculations, moved tagset to config.def.h
2008-08-25WM_NAME is builtin atomPremysl Hruby-3/+2
2008-08-25grabbuttons() and grabkeys() are now independent from prior numlockmask ↵Anselm R Garbe-23/+31
initialization
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 ↵Anselm R Garbe-6/+17
modifications
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/+19
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/+6
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 a comment about FAQ regarding mfact meaningAnselm R Garbe-1/+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