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