aboutsummaryrefslogtreecommitdiffstats
path: root/view.c
AgeCommit message (Expand)Author
2007-02-19renamed manage.c to view.cAnselm R. Garbe
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe
2007-02-19some more refactoringAnselm R. Garbe
2007-02-19added some new convenience functionsAnselm R. Garbe
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe
2007-02-19don't resize master if not in tiled modeAnselm R. Garbe
2007-02-16well, resize should be called in dofloat anyways ;)Anselm R. Garbe
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe
2007-02-16removed getnext/getprev, redundantAnselm R. Garbe
2007-02-14added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe
2007-02-12yet another consistency fix of dwmAnselm R. Garbe
2007-01-31applied Sander's drop_bh patch3.3Anselm R. Garbe
2007-01-25prepared yet another hotfix release3.2.2Anselm R. Garbe
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe
2007-01-15changed restack, to fix undrawed tag indicatorsAnselm R. Garbe
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe
2007-01-14removed mode label stuffAnselm R. Garbe
2007-01-14removed client title barAnselm R. Garbe
2007-01-12removing to allow nmaster=03.0Anselm R. Garbe
2007-01-11allowing nmaster=0 (I think that's a straight idea)Anselm R. Garbe
2007-01-08reorganizedAnselm R. Garbe
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe
2007-01-05allowing swap() for first master clientAnselm R. Garbe
2007-01-05prevent pop() if first sel == nexttiled(clients)Anselm R. Garbe
2007-01-05removed swap(), implemented pop for everythingAnselm R. Garbe
2007-01-05preserving c1->snext and c2->snext in swap() as well.Anselm R. Garbe
2007-01-05fixing some minor issuesAnselm R. Garbe
2007-01-05adding some prevention that master clients get smaller than bhAnselm R. Garbe
2007-01-05allowing zoom within master area as wellAnselm R. Garbe
2007-01-05added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe
2007-01-05experimental version which allows master clients being increased/decreasedAnselm R. Garbe
2007-01-02correctionsarg@mig29
2007-01-02next version will contain updated copyright noticearg@mig29
2006-12-20small simplification to dotile() (thx to Ross for this hint)arg@mig29
2006-12-04hotfix of a serious crashing bug2.5.1arg@mig29
2006-11-30removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig29
2006-11-28togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig29
2006-11-27applied Szabolcs Nagy's patch (thank you!)arg@mig29
2006-11-27applied patch by Jukkaarg@mig29
2006-11-27added togglefloat to hg tip (i consider this useful for some cases), using MO...arg@mig29
2006-11-22fifififarg@mig29
2006-11-16applied Gottox' windowarea patcharg@mig29
2006-11-03applied Jukkas patcharg@mig29
2006-10-31renamed resizecol into resizemaster2.1arg@mig29
2006-10-31applied Gottox patch to simplify the resizing of col, instead of resizing the...arg@mig29
2006-10-27applied sanders try2 patcharg@mig29
2006-10-27applied sanders max size fixarg@mig29
2006-10-06hotfixAnselm R. Garbe
2006-10-06do* has no Arg arument anymore (never called directly)1.9Anselm R. Garbe