aboutsummaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31applied Sander's drop_bh patchAnselm R. Garbe1-5/+5
2007-01-25prepared yet another hotfix releaseAnselm R. Garbe1-4/+6
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe1-4/+4
2007-01-15changed restack, to fix undrawed tag indicatorsAnselm R. Garbe1-3/+2
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe1-1/+0
2007-01-14removed mode label stuffAnselm R. Garbe1-8/+0
2007-01-14removed client title barAnselm R. Garbe1-10/+4
2007-01-12removing to allow nmaster=0Anselm R. Garbe1-11/+4
2007-01-11allowing nmaster=0 (I think that's a straight idea)Anselm R. Garbe1-5/+12
2007-01-08reorganizedAnselm R. Garbe1-4/+8
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe1-2/+10
2007-01-05allowing swap() for first master clientAnselm R. Garbe1-10/+10
2007-01-05prevent pop() if first sel == nexttiled(clients)Anselm R. Garbe1-1/+1
2007-01-05removed swap(), implemented pop for everythingAnselm R. Garbe1-61/+8
2007-01-05preserving c1->snext and c2->snext in swap() as well.Anselm R. Garbe1-0/+4
2007-01-05fixing some minor issuesAnselm R. Garbe1-11/+12
2007-01-05adding some prevention that master clients get smaller than bhAnselm R. Garbe1-1/+2
2007-01-05allowing zoom within master area as wellAnselm R. Garbe1-3/+4
2007-01-05added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe1-13/+52
2007-01-05experimental version which allows master clients being increased/decreasedAnselm R. Garbe1-21/+34
2007-01-02correctionsarg@mig291-1/+1
2007-01-02next version will contain updated copyright noticearg@mig291-1/+1
2006-12-20small simplification to dotile() (thx to Ross for this hint)arg@mig291-6/+5
2006-12-04hotfix of a serious crashing bugarg@mig291-1/+2
2006-11-30removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig291-10/+1
2006-11-28togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig291-1/+1
2006-11-27applied Szabolcs Nagy's patch (thank you!)arg@mig291-1/+1
2006-11-27applied patch by Jukkaarg@mig291-1/+1
2006-11-27added togglefloat to hg tip (i consider this useful for some cases), using MO...arg@mig291-0/+8
2006-11-22fifififarg@mig291-33/+0
2006-11-16applied Gottox' windowarea patcharg@mig291-23/+17
2006-11-03applied Jukkas patcharg@mig291-3/+7
2006-10-31renamed resizecol into resizemasterarg@mig291-1/+1
2006-10-31applied Gottox patch to simplify the resizing of col, instead of resizing the...arg@mig291-17/+2
2006-10-27applied sanders try2 patcharg@mig291-2/+1
2006-10-27applied sanders max size fixarg@mig291-0/+4
2006-10-06hotfixAnselm R. Garbe1-1/+2
2006-10-06do* has no Arg arument anymore (never called directly)Anselm R. Garbe1-9/+9
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe1-14/+4
2006-10-06yet another small fix and simplification of dotileAnselm R. Garbe1-18/+10
2006-10-05removed the stack position stuffAnselm R. Garbe1-58/+13
2006-10-05small boundary check fixAnselm R. Garbe1-2/+2
2006-10-05changing MASTER value from percent into per millAnselm R. Garbe1-2/+2
2006-10-05simplified dotile(), removed misleading lineAnselm R. Garbe1-2/+3
2006-10-05keep master ratio on resizecol -> arrangeAnselm R. Garbe1-14/+10
2006-10-05yet another simplification of dotile()Anselm R. Garbe1-30/+25
2006-10-05simplified dotile()Anselm R. Garbe1-36/+20
2006-10-05applied resizecol fix by JukkaAnselm R. Garbe1-2/+4
2006-09-29removed useless updatemasterAnselm R. Garbe1-6/+1
2006-09-29fixed small offset issueAnselm R. Garbe1-1/+1