log view.c @ 738:2ae946319c7b

age author description
2007-01-31 Anselm R. Garbe applied Sander's drop_bh patch 3.3
2007-01-25 Anselm R. Garbe prepared yet another hotfix release 3.2.2
2007-01-22 Anselm R. Garbe applied Sanders all5.patch (thanks for your weekend session, Sander!)
2007-01-15 Anselm R. Garbe changed restack, to fix undrawed tag indicators
2007-01-15 Anselm R. Garbe removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
2007-01-14 Anselm R. Garbe removed mode label stuff
2007-01-14 Anselm R. Garbe removed client title bar
2007-01-12 Anselm R. Garbe removing to allow nmaster=0 3.0
2007-01-11 Anselm R. Garbe allowing nmaster=0 (I think that's a straight idea)
2007-01-08 Anselm R. Garbe reorganized
2007-01-08 Anselm R. Garbe implemented nmaster appearance in mode label (using %u)
2007-01-05 Anselm R. Garbe allowing swap() for first master client
2007-01-05 Anselm R. Garbe prevent pop() if first sel == nexttiled(clients)
2007-01-05 Anselm R. Garbe removed swap(), implemented pop for everything
2007-01-05 Anselm R. Garbe preserving c1->snext and c2->snext in swap() as well.
2007-01-05 Anselm R. Garbe fixing some minor issues
2007-01-05 Anselm R. Garbe adding some prevention that master clients get smaller than bh
2007-01-05 Anselm R. Garbe allowing zoom within master area as well
2007-01-05 Anselm R. Garbe added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)
2007-01-05 Anselm R. Garbe experimental version which allows master clients being increased/decreased
2007-01-02 arg corrections
2007-01-02 arg next version will contain updated copyright notice
2006-12-20 arg small simplification to dotile() (thx to Ross for this hint)
2006-12-04 arg hotfix of a serious crashing bug 2.5.1
2006-11-30 arg removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
2006-11-28 arg togglefloat should only work in dotile mode (thanks to Sander for this hint)
2006-11-27 arg applied Szabolcs Nagy's patch (thank you!)
2006-11-27 arg applied patch by Jukka
2006-11-27 arg added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
2006-11-22 arg fififif
2006-11-16 arg applied Gottox' windowarea patch
2006-11-03 arg applied Jukkas patch
2006-10-31 arg renamed resizecol into resizemaster 2.1
2006-10-31 arg applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
2006-10-27 arg applied sanders try2 patch
2006-10-27 arg applied sanders max size fix
2006-10-06 Anselm R. Garbe hotfix
2006-10-06 Anselm R. Garbe do* has no Arg arument anymore (never called directly) 1.9
2006-10-06 Anselm R. Garbe code polishing, removed unnecessary newlines
2006-10-06 Anselm R. Garbe yet another small fix and simplification of dotile
2006-10-05 Anselm R. Garbe removed the stack position stuff
2006-10-05 Anselm R. Garbe small boundary check fix
2006-10-05 Anselm R. Garbe changing MASTER value from percent into per mill
2006-10-05 Anselm R. Garbe simplified dotile(), removed misleading line 1.8
2006-10-05 Anselm R. Garbe keep master ratio on resizecol -> arrange
2006-10-05 Anselm R. Garbe yet another simplification of dotile()
2006-10-05 Anselm R. Garbe simplified dotile()
2006-10-05 Anselm R. Garbe applied resizecol fix by Jukka
2006-09-29 Anselm R. Garbe removed useless updatemaster
2006-09-29 Anselm R. Garbe fixed small offset issue
2006-09-29 Anselm R. Garbe fixed the z-layer issue described on mailinglist
2006-09-29 Anselm R. Garbe removed the direction flipping
2006-09-29 Anselm R. Garbe small fix of a corner case
2006-09-29 Anselm R. Garbe added the new dotile as described on ml
2006-09-29 Anselm R. Garbe prelim of dotile()
2006-09-29 Anselm R. Garbe first step to a more flexible dotile() algorithm
2006-09-28 Anselm R. Garbe renamed column into area
2006-09-28 Anselm R. Garbe applied Jukkas patch
2006-09-25 arg applied sanders jukka patch
2006-09-25 arg applied Jukkas patch
2006-09-22 arg removed all dotile checks
2006-09-22 arg applied Jukkas remark (dunno if this is correct though)
2006-09-22 arg applied jukkas patch
2006-09-22 arg hotfix
2006-09-22 arg small change to achieve Jukka's last proposal
2006-09-22 arg fixed issue pointed out by Jukka
2006-09-22 arg implemented the maximization as I described on the mailinglist, this feels better to me.
2006-09-14 Anselm R. Garbe removed useless inclusion
2006-09-12 Anselm R. Garbe removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
2006-09-08 Anselm R. Garbe applied sanders patch of not manipulating sel 1.5
2006-09-07 Anselm R. Garbe using a global stack for focus recovery on arrange() - seems to work great
2006-09-06 Anselm R. Garbe this patch keeps track of global z-layer order of clients which are floating or if floating mode is enabled
2006-09-06 Anselm R. Garbe no this is better
2006-09-06 Anselm R. Garbe drawstatus even if no client exists
2006-09-06 Anselm R. Garbe sanders solution is convincing and elegant
2006-09-06 Anselm R. Garbe small fix
2006-09-06 Anselm R. Garbe no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
2006-09-05 Anselm R. Garbe no, ordering floating clients at the end seems better
2006-09-05 Anselm R. Garbe fix
2006-09-05 Anselm R. Garbe this makes sure the issue mentioned by sander
2006-09-05 Anselm R. Garbe fixing zoom
2006-09-05 Anselm R. Garbe fixing two off-by-ones
2006-09-05 Anselm R. Garbe applied checking existance of >2 tiles patch (proposed by sander) to zoom and resizecol
2006-09-05 Anselm R. Garbe renamed resizetile into resizecol
2006-09-05 Anselm R. Garbe s/growcol/resizetile/g
2006-09-05 Anselm R. Garbe right, multihead issue is not involved with growcol
2006-09-05 Anselm R. Garbe hotfix
2006-09-05 Anselm R. Garbe applied a fix related to Sanders remark to growcol
2006-09-05 Anselm R. Garbe I really need column growing, now pushing upstream
2006-09-05 Anselm R. Garbe don't access sel in restack without checking for NULL (multihead crashing bug)
2006-09-04 Anselm R. Garbe removed unused vars
2006-09-04 Anselm R. Garbe reducing focus calls (sanders patch)
2006-09-04 Anselm R. Garbe applied Sanders max_and_focus.patch
2006-08-31 Anselm R. Garbe reorder was misssing in Ross version of viewall
2006-08-31 Anselm R. Garbe added viewall to mainstream (only Ross Mohns version, not the toggle)
2006-08-31 Anselm R. Garbe applied sanders patch to remove unnecessary commit()
2006-08-30 Anselm R. Garbe removed a warning reported by Jukka
2006-08-29 Anselm R. Garbe improved selection policy
2006-08-29 Anselm R. Garbe still something wrong with reorder()
2006-08-29 Anselm R. Garbe this algorithm seems to keep order for any scenario
2006-08-29 Anselm R. Garbe added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client
2006-08-23 Anselm R. Garbe updated man page
2006-08-23 Anselm R. Garbe separated setup stuff into main.c:setup() - this makes main() more readable
2006-08-22 Anselm R. Garbe separated several functions into view.c