aboutsummaryrefslogtreecommitdiffstats
path: root/view.c
Commit message (Collapse)AuthorAgeFilesLines
* renamed view.c into screen.cAnselm R. Garbe2007-02-191-344/+0
|
* renamed manage.c to view.cAnselm R. Garbe2007-02-191-0/+344
|
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-191-184/+0
|
* some more refactoringAnselm R. Garbe2007-02-191-0/+42
|
* added some new convenience functionsAnselm R. Garbe2007-02-191-11/+0
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-191-131/+5
|
* don't resize master if not in tiled modeAnselm R. Garbe2007-02-191-0/+2
|
* well, resize should be called in dofloat anyways ;)Anselm R. Garbe2007-02-161-0/+1
|
* removed ugly ban(), extended resize() that it only resets the size if ↵Anselm R. Garbe2007-02-161-31/+32
| | | | necessary, added border_width commit to manage()
* removed getnext/getprev, redundantAnselm R. Garbe2007-02-161-5/+7
|
* added ban() which takes care than a banned window is not banned again... ↵Anselm R. Garbe2007-02-141-3/+6
| | | | (this reduces the overall ConfigureNotify's to clients)
* made for/if/else constructs more consistent, some code polishingAnselm R. Garbe2007-02-141-4/+3
|
* yet another consistency fix of dwmAnselm R. Garbe2007-02-121-1/+1
|
* applied Sander's drop_bh patchAnselm R. Garbe2007-01-311-5/+5
|
* prepared yet another hotfix releaseAnselm R. Garbe2007-01-251-4/+6
|
* applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe2007-01-221-4/+4
|
* changed restack, to fix undrawed tag indicatorsAnselm R. Garbe2007-01-151-3/+2
|
* removed drawclient and drawall (they performed useless operations/consumed ↵Anselm R. Garbe2007-01-151-1/+0
| | | | useless cpu cycles)
* removed mode label stuffAnselm R. Garbe2007-01-141-8/+0
|
* removed client title barAnselm R. Garbe2007-01-141-10/+4
|
* removing to allow nmaster=0Anselm R. Garbe2007-01-121-11/+4
|
* allowing nmaster=0 (I think that's a straight idea)Anselm R. Garbe2007-01-111-5/+12
|
* reorganizedAnselm R. Garbe2007-01-081-4/+8
|
* implemented nmaster appearance in mode label (using %u)Anselm R. Garbe2007-01-081-2/+10
|
* allowing swap() for first master clientAnselm R. Garbe2007-01-051-10/+10
|
* prevent pop() if first sel == nexttiled(clients)Anselm R. Garbe2007-01-051-1/+1
|
* removed swap(), implemented pop for everythingAnselm R. Garbe2007-01-051-61/+8
|
* preserving c1->snext and c2->snext in swap() as well.Anselm R. Garbe2007-01-051-0/+4
|
* fixing some minor issuesAnselm R. Garbe2007-01-051-11/+12
|
* adding some prevention that master clients get smaller than bhAnselm R. Garbe2007-01-051-1/+2
|
* allowing zoom within master area as wellAnselm R. Garbe2007-01-051-3/+4
|
* added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe2007-01-051-13/+52
|
* experimental version which allows master clients being increased/decreasedAnselm R. Garbe2007-01-051-21/+34
|
* correctionsarg@mig292007-01-021-1/+1
|
* next version will contain updated copyright noticearg@mig292007-01-021-1/+1
|
* small simplification to dotile() (thx to Ross for this hint)arg@mig292006-12-201-6/+5
|
* hotfix of a serious crashing bugarg@mig292006-12-041-1/+2
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig292006-11-301-10/+1
| | | | with all tags (new key combo MODKEY-Shift-0)
* togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig292006-11-281-1/+1
|
* applied Szabolcs Nagy's patch (thank you!)arg@mig292006-11-271-1/+1
|
* applied patch by Jukkaarg@mig292006-11-271-1/+1
|
* added togglefloat to hg tip (i consider this useful for some cases), using ↵arg@mig292006-11-271-0/+8
| | | | MODKEY-Shift-space as shortcut
* fifififarg@mig292006-11-221-33/+0
|
* applied Gottox' windowarea patcharg@mig292006-11-161-23/+17
|
* applied Jukkas patcharg@mig292006-11-031-3/+7
|
* renamed resizecol into resizemasterarg@mig292006-10-311-1/+1
|
* applied Gottox patch to simplify the resizing of col, instead of resizing ↵arg@mig292006-10-311-17/+2
| | | | the current area, it only resizes the master area in the future (seems more predictable)
* applied sanders try2 patcharg@mig292006-10-271-2/+1
|
* applied sanders max size fixarg@mig292006-10-271-0/+4
|
* hotfixAnselm R. Garbe2006-10-061-1/+2
|