Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed the stack position stuff | Anselm R. Garbe | 2006-10-05 | 1 | -58/+13 | |
| | ||||||
* | small boundary check fix | Anselm R. Garbe | 2006-10-05 | 1 | -2/+2 | |
| | ||||||
* | changing MASTER value from percent into per mill | Anselm R. Garbe | 2006-10-05 | 1 | -2/+2 | |
| | ||||||
* | simplified dotile(), removed misleading line | Anselm R. Garbe | 2006-10-05 | 1 | -2/+3 | |
| | ||||||
* | keep master ratio on resizecol -> arrange | Anselm R. Garbe | 2006-10-05 | 1 | -14/+10 | |
| | ||||||
* | yet another simplification of dotile() | Anselm R. Garbe | 2006-10-05 | 1 | -30/+25 | |
| | ||||||
* | simplified dotile() | Anselm R. Garbe | 2006-10-05 | 1 | -36/+20 | |
| | ||||||
* | applied resizecol fix by Jukka | Anselm R. Garbe | 2006-10-05 | 1 | -2/+4 | |
| | ||||||
* | removed useless updatemaster | Anselm R. Garbe | 2006-09-29 | 1 | -6/+1 | |
| | ||||||
* | fixed small offset issue | Anselm R. Garbe | 2006-09-29 | 1 | -1/+1 | |
| | ||||||
* | fixed the z-layer issue described on mailinglist | Anselm R. Garbe | 2006-09-29 | 1 | -1/+8 | |
| | ||||||
* | removed the direction flipping | Anselm R. Garbe | 2006-09-29 | 1 | -60/+18 | |
| | ||||||
* | small fix of a corner case | Anselm R. Garbe | 2006-09-29 | 1 | -1/+1 | |
| | ||||||
* | added the new dotile as described on ml | Anselm R. Garbe | 2006-09-29 | 1 | -30/+98 | |
| | ||||||
* | prelim of dotile() | Anselm R. Garbe | 2006-09-29 | 1 | -37/+67 | |
| | ||||||
* | first step to a more flexible dotile() algorithm | Anselm R. Garbe | 2006-09-29 | 1 | -27/+31 | |
| | ||||||
* | renamed column into area | Anselm R. Garbe | 2006-09-28 | 1 | -0/+18 | |
| | ||||||
* | applied Jukkas patch | Anselm R. Garbe | 2006-09-28 | 1 | -11/+11 | |
| | ||||||
* | applied sanders jukka patch | arg@mmvi | 2006-09-25 | 1 | -5/+3 | |
| | ||||||
* | applied Jukkas patch | arg@mmvi | 2006-09-25 | 1 | -3/+3 | |
| | ||||||
* | removed all dotile checks | arg@mmvi | 2006-09-22 | 1 | -3/+3 | |
| | ||||||
* | applied Jukkas remark (dunno if this is correct though) | arg@mmvi | 2006-09-22 | 1 | -2/+2 | |
| | ||||||
* | applied jukkas patch | arg@mmvi | 2006-09-22 | 1 | -8/+4 | |
| | ||||||
* | hotfix | arg@mmvi | 2006-09-22 | 1 | -5/+5 | |
| | ||||||
* | small change to achieve Jukka's last proposal | arg@mmvi | 2006-09-22 | 1 | -13/+32 | |
| | ||||||
* | fixed issue pointed out by Jukka | arg@mmvi | 2006-09-22 | 1 | -4/+4 | |
| | ||||||
* | implemented the maximization as I described on the mailinglist, this feels ↵ | arg@mmvi | 2006-09-22 | 1 | -6/+17 | |
| | | | | better to me. | |||||
* | removed useless inclusion | Anselm R. Garbe | 2006-09-14 | 1 | -1/+0 | |
| | ||||||
* | removed a bunch of lines through making function signatures more consistent ↵ | Anselm R. Garbe | 2006-09-12 | 1 | -32/+16 | |
| | | | | with my style ( { does not belong to a new line, if function args are single-lined) | |||||
* | applied sanders patch of not manipulating sel | Anselm R. Garbe | 2006-09-08 | 1 | -4/+4 | |
| | ||||||
* | using a global stack for focus recovery on arrange() - seems to work great | Anselm R. Garbe | 2006-09-07 | 1 | -5/+9 | |
| | ||||||
* | this patch keeps track of global z-layer order of clients which are floating ↵ | Anselm R. Garbe | 2006-09-06 | 1 | -12/+7 | |
| | | | | or if floating mode is enabled | |||||
* | no this is better | Anselm R. Garbe | 2006-09-06 | 1 | -4/+11 | |
| | ||||||
* | drawstatus even if no client exists | Anselm R. Garbe | 2006-09-06 | 1 | -1/+3 | |
| | ||||||
* | sanders solution is convincing and elegant | Anselm R. Garbe | 2006-09-06 | 1 | -41/+9 | |
| | ||||||
* | small fix | Anselm R. Garbe | 2006-09-06 | 1 | -2/+2 | |
| | ||||||
* | no, reodering floating clients definately breaks the manage() policy which ↵ | Anselm R. Garbe | 2006-09-06 | 1 | -8/+15 | |
| | | | | attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks) | |||||
* | no, ordering floating clients at the end seems better | Anselm R. Garbe | 2006-09-05 | 1 | -16/+9 | |
| | ||||||
* | fix | Anselm R. Garbe | 2006-09-05 | 1 | -1/+1 | |
| | ||||||
* | this makes sure the issue mentioned by sander | Anselm R. Garbe | 2006-09-05 | 1 | -2/+8 | |
| | ||||||
* | fixing zoom | Anselm R. Garbe | 2006-09-05 | 1 | -3/+4 | |
| | ||||||
* | fixing two off-by-ones | Anselm R. Garbe | 2006-09-05 | 1 | -2/+2 | |
| | ||||||
* | applied checking existance of >2 tiles patch (proposed by sander) to zoom ↵ | Anselm R. Garbe | 2006-09-05 | 1 | -5/+14 | |
| | | | | and resizecol | |||||
* | renamed resizetile into resizecol | Anselm R. Garbe | 2006-09-05 | 1 | -1/+1 | |
| | ||||||
* | s/growcol/resizetile/g | Anselm R. Garbe | 2006-09-05 | 1 | -12/+12 | |
| | ||||||
* | right, multihead issue is not involved with growcol | Anselm R. Garbe | 2006-09-05 | 1 | -1/+1 | |
| | ||||||
* | hotfix | Anselm R. Garbe | 2006-09-05 | 1 | -1/+3 | |
| | ||||||
* | applied a fix related to Sanders remark to growcol | Anselm R. Garbe | 2006-09-05 | 1 | -1/+1 | |
| | ||||||
* | I really need column growing, now pushing upstream | Anselm R. Garbe | 2006-09-05 | 1 | -0/+18 | |
| | ||||||
* | don't access sel in restack without checking for NULL (multihead crashing bug) | Anselm R. Garbe | 2006-09-05 | 1 | -7/+9 | |
| |