Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed view.c into screen.c | 2007-02-19 | 1 | -344/+0 | |
| | |||||
* | renamed manage.c to view.c | 2007-02-19 | 1 | -0/+344 | |
| | |||||
* | merged tag.c, view.c and tile.c to manage.c | 2007-02-19 | 1 | -184/+0 | |
| | |||||
* | some more refactoring | 2007-02-19 | 1 | -0/+42 | |
| | |||||
* | added some new convenience functions | 2007-02-19 | 1 | -11/+0 | |
| | |||||
* | introduced tile.c, some refactoring of functions | 2007-02-19 | 1 | -131/+5 | |
| | |||||
* | don't resize master if not in tiled mode | 2007-02-19 | 1 | -0/+2 | |
| | |||||
* | well, resize should be called in dofloat anyways ;) | 2007-02-16 | 1 | -0/+1 | |
| | |||||
* | removed ugly ban(), extended resize() that it only resets the size if ↵ | 2007-02-16 | 1 | -31/+32 | |
| | | | | necessary, added border_width commit to manage() | ||||
* | removed getnext/getprev, redundant | 2007-02-16 | 1 | -5/+7 | |
| | |||||
* | added ban() which takes care than a banned window is not banned again... ↵ | 2007-02-14 | 1 | -3/+6 | |
| | | | | (this reduces the overall ConfigureNotify's to clients) | ||||
* | made for/if/else constructs more consistent, some code polishing | 2007-02-14 | 1 | -4/+3 | |
| | |||||
* | yet another consistency fix of dwm | 2007-02-12 | 1 | -1/+1 | |
| | |||||
* | applied Sander's drop_bh patch | 2007-01-31 | 1 | -5/+5 | |
| | |||||
* | prepared yet another hotfix release | 2007-01-25 | 1 | -4/+6 | |
| | |||||
* | applied Sanders all5.patch (thanks for your weekend session, Sander!) | 2007-01-22 | 1 | -4/+4 | |
| | |||||
* | changed restack, to fix undrawed tag indicators | 2007-01-15 | 1 | -3/+2 | |
| | |||||
* | removed drawclient and drawall (they performed useless operations/consumed ↵ | 2007-01-15 | 1 | -1/+0 | |
| | | | | useless cpu cycles) | ||||
* | removed mode label stuff | 2007-01-14 | 1 | -8/+0 | |
| | |||||
* | removed client title bar | 2007-01-14 | 1 | -10/+4 | |
| | |||||
* | removing to allow nmaster=0 | 2007-01-12 | 1 | -11/+4 | |
| | |||||
* | allowing nmaster=0 (I think that's a straight idea) | 2007-01-11 | 1 | -5/+12 | |
| | |||||
* | reorganized | 2007-01-08 | 1 | -4/+8 | |
| | |||||
* | implemented nmaster appearance in mode label (using %u) | 2007-01-08 | 1 | -2/+10 | |
| | |||||
* | allowing swap() for first master client | 2007-01-05 | 1 | -10/+10 | |
| | |||||
* | prevent pop() if first sel == nexttiled(clients) | 2007-01-05 | 1 | -1/+1 | |
| | |||||
* | removed swap(), implemented pop for everything | 2007-01-05 | 1 | -61/+8 | |
| | |||||
* | preserving c1->snext and c2->snext in swap() as well. | 2007-01-05 | 1 | -0/+4 | |
| | |||||
* | fixing some minor issues | 2007-01-05 | 1 | -11/+12 | |
| | |||||
* | adding some prevention that master clients get smaller than bh | 2007-01-05 | 1 | -1/+2 | |
| | |||||
* | allowing zoom within master area as well | 2007-01-05 | 1 | -3/+4 | |
| | |||||
* | added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients) | 2007-01-05 | 1 | -13/+52 | |
| | |||||
* | experimental version which allows master clients being increased/decreased | 2007-01-05 | 1 | -21/+34 | |
| | |||||
* | corrections | 2007-01-02 | 1 | -1/+1 | |
| | |||||
* | next version will contain updated copyright notice | 2007-01-02 | 1 | -1/+1 | |
| | |||||
* | small simplification to dotile() (thx to Ross for this hint) | 2006-12-20 | 1 | -6/+5 | |
| | |||||
* | hotfix of a serious crashing bug | 2006-12-04 | 1 | -1/+2 | |
| | |||||
* | removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵ | 2006-11-30 | 1 | -10/+1 | |
| | | | | with all tags (new key combo MODKEY-Shift-0) | ||||
* | togglefloat should only work in dotile mode (thanks to Sander for this hint) | 2006-11-28 | 1 | -1/+1 | |
| | |||||
* | applied Szabolcs Nagy's patch (thank you!) | 2006-11-27 | 1 | -1/+1 | |
| | |||||
* | applied patch by Jukka | 2006-11-27 | 1 | -1/+1 | |
| | |||||
* | added togglefloat to hg tip (i consider this useful for some cases), using ↵ | 2006-11-27 | 1 | -0/+8 | |
| | | | | MODKEY-Shift-space as shortcut | ||||
* | fififif | 2006-11-22 | 1 | -33/+0 | |
| | |||||
* | applied Gottox' windowarea patch | 2006-11-16 | 1 | -23/+17 | |
| | |||||
* | applied Jukkas patch | 2006-11-03 | 1 | -3/+7 | |
| | |||||
* | renamed resizecol into resizemaster | 2006-10-31 | 1 | -1/+1 | |
| | |||||
* | applied Gottox patch to simplify the resizing of col, instead of resizing ↵ | 2006-10-31 | 1 | -17/+2 | |
| | | | | the current area, it only resizes the master area in the future (seems more predictable) | ||||
* | applied sanders try2 patch | 2006-10-27 | 1 | -2/+1 | |
| | |||||
* | applied sanders max size fix | 2006-10-27 | 1 | -0/+4 | |
| | |||||
* | hotfix | 2006-10-06 | 1 | -1/+2 | |
| |