Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | removed a bunch of lines through making function signatures more consistent ↵ | Anselm R. Garbe | 2006-09-12 | -32/+16 |
| | | | | with my style ( { does not belong to a new line, if function args are single-lined) | |||
* | applied sanders patch of not manipulating sel1.5 | Anselm R. Garbe | 2006-09-08 | -4/+4 |
| | ||||
* | using a global stack for focus recovery on arrange() - seems to work great | Anselm R. Garbe | 2006-09-07 | -5/+9 |
| | ||||
* | this patch keeps track of global z-layer order of clients which are floating ↵ | Anselm R. Garbe | 2006-09-06 | -12/+7 |
| | | | | or if floating mode is enabled | |||
* | no this is better | Anselm R. Garbe | 2006-09-06 | -4/+11 |
| | ||||
* | drawstatus even if no client exists | Anselm R. Garbe | 2006-09-06 | -1/+3 |
| | ||||
* | sanders solution is convincing and elegant | Anselm R. Garbe | 2006-09-06 | -41/+9 |
| | ||||
* | small fix | Anselm R. Garbe | 2006-09-06 | -2/+2 |
| | ||||
* | no, reodering floating clients definately breaks the manage() policy which ↵ | Anselm R. Garbe | 2006-09-06 | -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 | -16/+9 |
| | ||||
* | fix | Anselm R. Garbe | 2006-09-05 | -1/+1 |
| | ||||
* | this makes sure the issue mentioned by sander | Anselm R. Garbe | 2006-09-05 | -2/+8 |
| | ||||
* | fixing zoom | Anselm R. Garbe | 2006-09-05 | -3/+4 |
| | ||||
* | fixing two off-by-ones | Anselm R. Garbe | 2006-09-05 | -2/+2 |
| | ||||
* | applied checking existance of >2 tiles patch (proposed by sander) to zoom ↵ | Anselm R. Garbe | 2006-09-05 | -5/+14 |
| | | | | and resizecol | |||
* | renamed resizetile into resizecol | Anselm R. Garbe | 2006-09-05 | -1/+1 |
| | ||||
* | s/growcol/resizetile/g | Anselm R. Garbe | 2006-09-05 | -12/+12 |
| | ||||
* | right, multihead issue is not involved with growcol | Anselm R. Garbe | 2006-09-05 | -1/+1 |
| | ||||
* | hotfix | Anselm R. Garbe | 2006-09-05 | -1/+3 |
| | ||||
* | applied a fix related to Sanders remark to growcol | Anselm R. Garbe | 2006-09-05 | -1/+1 |
| | ||||
* | I really need column growing, now pushing upstream | Anselm R. Garbe | 2006-09-05 | -0/+18 |
| | ||||
* | don't access sel in restack without checking for NULL (multihead crashing bug) | Anselm R. Garbe | 2006-09-05 | -7/+9 |
| | ||||
* | removed unused vars | Anselm R. Garbe | 2006-09-04 | -2/+2 |
| | ||||
* | reducing focus calls (sanders patch) | Anselm R. Garbe | 2006-09-04 | -6/+4 |
| | ||||
* | applied Sanders max_and_focus.patch | Anselm R. Garbe | 2006-09-04 | -17/+13 |
| | ||||
* | reorder was misssing in Ross version of viewall | Anselm R. Garbe | 2006-08-31 | -0/+1 |
| | ||||
* | added viewall to mainstream (only Ross Mohns version, not the toggle) | Anselm R. Garbe | 2006-08-31 | -0/+10 |
| | ||||
* | applied sanders patch to remove unnecessary commit() | Anselm R. Garbe | 2006-08-31 | -2/+6 |
| | ||||
* | removed a warning reported by Jukka | Anselm R. Garbe | 2006-08-30 | -1/+0 |
| | ||||
* | improved selection policy | Anselm R. Garbe | 2006-08-29 | -20/+24 |
| | ||||
* | still something wrong with reorder() | Anselm R. Garbe | 2006-08-29 | -49/+26 |
| | ||||
* | this algorithm seems to keep order for any scenario | Anselm R. Garbe | 2006-08-29 | -14/+41 |
| | ||||
* | added attach/detach functions which don't attach at the begin of list, but ↵ | Anselm R. Garbe | 2006-08-29 | -17/+46 |
| | | | | at the slot of a first match of the tags of a client | |||
* | updated man page | Anselm R. Garbe | 2006-08-23 | -4/+4 |
| | ||||
* | separated setup stuff into main.c:setup() - this makes main() more readable | Anselm R. Garbe | 2006-08-23 | -1/+1 |
| | ||||
* | separated several functions into view.c | Anselm R. Garbe | 2006-08-22 | -0/+253 |