index
:
dwm
config
master
dynamic window manager
Justin Gassner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
view.c
Age
Commit message (
Collapse
)
Author
2006-09-06
small fix
Anselm R. Garbe
2006-09-06
no, reodering floating clients definately breaks the manage() policy which ↵
Anselm R. Garbe
attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
2006-09-05
no, ordering floating clients at the end seems better
Anselm R. Garbe
2006-09-05
fix
Anselm R. Garbe
2006-09-05
this makes sure the issue mentioned by sander
Anselm R. Garbe
2006-09-05
fixing zoom
Anselm R. Garbe
2006-09-05
fixing two off-by-ones
Anselm R. Garbe
2006-09-05
applied checking existance of >2 tiles patch (proposed by sander) to zoom ↵
Anselm R. Garbe
and resizecol
2006-09-05
renamed resizetile into resizecol
Anselm R. Garbe
2006-09-05
s/growcol/resizetile/g
Anselm R. Garbe
2006-09-05
right, multihead issue is not involved with growcol
Anselm R. Garbe
2006-09-05
hotfix
Anselm R. Garbe
2006-09-05
applied a fix related to Sanders remark to growcol
Anselm R. Garbe
2006-09-05
I really need column growing, now pushing upstream
Anselm R. Garbe
2006-09-05
don't access sel in restack without checking for NULL (multihead crashing bug)
Anselm R. Garbe
2006-09-04
removed unused vars
Anselm R. Garbe
2006-09-04
reducing focus calls (sanders patch)
Anselm R. Garbe
2006-09-04
applied Sanders max_and_focus.patch
Anselm R. Garbe
2006-08-31
reorder was misssing in Ross version of viewall
Anselm R. Garbe
2006-08-31
added viewall to mainstream (only Ross Mohns version, not the toggle)
Anselm R. Garbe
2006-08-31
applied sanders patch to remove unnecessary commit()
Anselm R. Garbe
2006-08-30
removed a warning reported by Jukka
Anselm R. Garbe
2006-08-29
improved selection policy
Anselm R. Garbe
2006-08-29
still something wrong with reorder()
Anselm R. Garbe
2006-08-29
this algorithm seems to keep order for any scenario
Anselm R. Garbe
2006-08-29
added attach/detach functions which don't attach at the begin of list, but ↵
Anselm R. Garbe
at the slot of a first match of the tags of a client
2006-08-23
updated man page
Anselm R. Garbe
2006-08-23
separated setup stuff into main.c:setup() - this makes main() more readable
Anselm R. Garbe
2006-08-22
separated several functions into view.c
Anselm R. Garbe