Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applied Neale Pickett's xprop status reading patch, updated README and dwm.1 ↵ | 2008-12-12 | 1 | -64/+23 | |
| | | | | accordingly | ||||
* | applied yiyus fix | 2008-12-06 | 1 | -1/+1 | |
| | |||||
* | integrated yiyus clearurgent refactoring | 2008-12-06 | 1 | -15/+10 | |
| | |||||
* | reverted spawn | 2008-12-06 | 1 | -14/+11 | |
| | |||||
* | added Neale Pickett's spawn patch, thanks Neale | 2008-12-04 | 1 | -19/+16 | |
| | |||||
* | applied Gottox' comment fix (thanks) | 2008-11-16 | 1 | -1/+1 | |
| | |||||
* | several changes towards 5.3, XINERAMA is disabled by default, introduced ↵ | 2008-10-19 | 1 | -8/+20 | |
| | | | | 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 | ||||
* | removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for ↵ | 2008-10-15 | 1 | -18/+19 | |
| | | | | computing client size with border added, fixes bug announced by sergey_m | ||||
* | using malloc() instead of calloc() and sticking to static initializer and ↵ | 2008-09-08 | 1 | -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 | ||||
* | applied XGetWMNormalHints fix | 2008-09-07 | 1 | -1/+3 | |
| | |||||
* | I prefer doing the check in showhide | 2008-09-06 | 1 | -4/+6 | |
| | |||||
* | applied Donald Chai's showhide patch in slightly modified ways | 2008-09-06 | 1 | -12/+16 | |
| | |||||
* | applied Martin Hurton's checkotherwm simplification | 2008-09-06 | 1 | -4/+3 | |
| | |||||
* | applied Peter Hartlichs aspect revert fix | 2008-09-02 | 1 | -2/+2 | |
| | |||||
* | applied Gottox' grabkey patch | 2008-09-02 | 1 | -4/+4 | |
| | |||||
* | applied yiyus tagbar patch | 2008-09-01 | 1 | -1/+1 | |
| | |||||
* | fixed | 2008-08-29 | 1 | -13/+13 | |
| | |||||
* | checking result of XGetClassHint, removed some obsolete lines in initfont() | 2008-08-29 | 1 | -5/+3 | |
| | |||||
* | merged my changes | 2008-08-27 | 1 | -3/+2 | |
|\ | |||||
| * | WM_NAME is builtin atom | 2008-08-25 | 1 | -3/+2 | |
| | | |||||
* | | introduced NOBORDER macro to hide the nasty - 2 * c->bw in various ↵ | 2008-08-27 | 1 | -13/+13 | |
|/ | | | | calculations, moved tagset to config.def.h | ||||
* | grabbuttons() and grabkeys() are now independent from prior numlockmask ↵ | 2008-08-25 | 1 | -23/+31 | |
| | | | | initialization | ||||
* | reverted some resize() changes, reverted setlocale removal | 2008-08-25 | 1 | -6/+5 | |
| | |||||
* | applied Peter Hartlich's patch regarding aspect calculation with slight ↵ | 2008-08-23 | 1 | -6/+17 | |
| | | | | modifications | ||||
* | removed artifact from wmii | 2008-08-23 | 1 | -2/+0 | |
| | |||||
* | changed grabkeys, removed initmodmap | 2008-08-23 | 1 | -26/+21 | |
| | |||||
* | applied Peter Hartlich's initmodmap patch | 2008-08-23 | 1 | -13/+18 | |
| | |||||
* | applied fix of toggletag by Jan Kaliszewski | 2008-08-22 | 1 | -1/+5 | |
| | |||||
* | Martin Hurtons typo fix | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | fixed error I did when applying Martin Hurton's drawtext patch | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | applied Martin Hurtons resizemouse patch | 2008-08-18 | 1 | -7/+5 | |
| | |||||
* | applied Martin Hurton's movemouse() patch | 2008-08-18 | 1 | -6/+5 | |
| | |||||
* | using None instead of 0 for trans | 2008-08-18 | 1 | -2/+2 | |
| | |||||
* | abc... | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | removed the i = textnw... as remarked by Martin Hurton | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | applied Martin Hurton's scan() patch with slight modifications | 2008-08-18 | 1 | -4/+3 | |
| | |||||
* | changed order of variables in drawtext | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | applied Martin Hurton's drawtext() patch | 2008-08-18 | 1 | -3/+2 | |
| | |||||
* | applied Martin Hurton's view() simplification, not checking arg | 2008-08-18 | 1 | -2/+2 | |
| | |||||
* | making a comment more explicit | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | removed setlocale() stuff, not necessary if Xmb in use | 2008-08-18 | 1 | -2/+1 | |
| | |||||
* | added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw} | 2008-08-18 | 1 | -2/+4 | |
| | |||||
* | initialize trans with 0 | 2008-08-18 | 1 | -1/+1 | |
| | |||||
* | fix of XGetTransientForHint in manage() | 2008-08-14 | 1 | -3/+2 | |
| | |||||
* | applied cleanup from M. Hurton and S. Nagy | 2008-08-14 | 1 | -2/+2 | |
| | |||||
* | fixes using arg->i instead of arg->ui | 2008-08-12 | 1 | -3/+3 | |
| | |||||
* | applied Johannes Hofmann's patch, please test | 2008-08-04 | 1 | -40/+18 | |
| | |||||
* | made readin a config.h variable | 2008-08-02 | 1 | -2/+1 | |
| | |||||
* | forcing fullscreen windows to bw=0, though most fullscreen apps are broken ↵ | 2008-07-29 | 1 | -1/+1 | |
| | | | | anyways | ||||
* | potential crash fix if xinerama behaves broken, though I doubt it | 2008-07-18 | 1 | -2/+1 | |
| |