Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing zoom | 2006-09-05 | 1 | -3/+4 | |
| | |||||
* | fixing two off-by-ones | 2006-09-05 | 1 | -2/+2 | |
| | |||||
* | applied checking existance of >2 tiles patch (proposed by sander) to zoom ↵ | 2006-09-05 | 1 | -5/+14 | |
| | | | | and resizecol | ||||
* | renamed resizetile into resizecol | 2006-09-05 | 1 | -1/+1 | |
| | |||||
* | s/growcol/resizetile/g | 2006-09-05 | 1 | -12/+12 | |
| | |||||
* | right, multihead issue is not involved with growcol | 2006-09-05 | 1 | -1/+1 | |
| | |||||
* | hotfix | 2006-09-05 | 1 | -1/+3 | |
| | |||||
* | applied a fix related to Sanders remark to growcol | 2006-09-05 | 1 | -1/+1 | |
| | |||||
* | I really need column growing, now pushing upstream | 2006-09-05 | 1 | -0/+18 | |
| | |||||
* | don't access sel in restack without checking for NULL (multihead crashing bug) | 2006-09-05 | 1 | -7/+9 | |
| | |||||
* | removed unused vars | 2006-09-04 | 1 | -2/+2 | |
| | |||||
* | reducing focus calls (sanders patch) | 2006-09-04 | 1 | -6/+4 | |
| | |||||
* | applied Sanders max_and_focus.patch | 2006-09-04 | 1 | -17/+13 | |
| | |||||
* | reorder was misssing in Ross version of viewall | 2006-08-31 | 1 | -0/+1 | |
| | |||||
* | added viewall to mainstream (only Ross Mohns version, not the toggle) | 2006-08-31 | 1 | -0/+10 | |
| | |||||
* | applied sanders patch to remove unnecessary commit() | 2006-08-31 | 1 | -2/+6 | |
| | |||||
* | removed a warning reported by Jukka | 2006-08-30 | 1 | -1/+0 | |
| | |||||
* | improved selection policy | 2006-08-29 | 1 | -20/+24 | |
| | |||||
* | still something wrong with reorder() | 2006-08-29 | 1 | -49/+26 | |
| | |||||
* | this algorithm seems to keep order for any scenario | 2006-08-29 | 1 | -14/+41 | |
| | |||||
* | added attach/detach functions which don't attach at the begin of list, but ↵ | 2006-08-29 | 1 | -17/+46 | |
| | | | | at the slot of a first match of the tags of a client | ||||
* | updated man page | 2006-08-23 | 1 | -4/+4 | |
| | |||||
* | separated setup stuff into main.c:setup() - this makes main() more readable | 2006-08-23 | 1 | -1/+1 | |
| | |||||
* | separated several functions into view.c | 2006-08-22 | 1 | -0/+253 | |