JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
code polishing, removed unnecessary newlines
[dwm.git] / view.c
2006-10-06 Anselm R. Garbecode polishing, removed unnecessary newlines
2006-10-06 Anselm R. Garbeyet another small fix and simplification of dotile
2006-10-05 Anselm R. Garberemoved the stack position stuff
2006-10-05 Anselm R. Garbesmall boundary check fix
2006-10-05 Anselm R. Garbechanging MASTER value from percent into per mill
2006-10-05 Anselm R. Garbesimplified dotile(), removed misleading line
2006-10-05 Anselm R. Garbekeep master ratio on resizecol -> arrange
2006-10-05 Anselm R. Garbeyet another simplification of dotile()
2006-10-05 Anselm R. Garbesimplified dotile()
2006-10-05 Anselm R. Garbeapplied resizecol fix by Jukka
2006-09-29 Anselm R. Garberemoved useless updatemaster
2006-09-29 Anselm R. Garbefixed small offset issue
2006-09-29 Anselm R. Garbefixed the z-layer issue described on mailinglist
2006-09-29 Anselm R. Garberemoved the direction flipping
2006-09-29 Anselm R. Garbesmall fix of a corner case
2006-09-29 Anselm R. Garbeadded the new dotile as described on ml
2006-09-29 Anselm R. Garbeprelim of dotile()
2006-09-29 Anselm R. Garbefirst step to a more flexible dotile() algorithm
2006-09-28 Anselm R. Garberenamed column into area
2006-09-28 Anselm R. Garbeapplied Jukkas patch
2006-09-25 arg@mmviapplied sanders jukka patch
2006-09-25 arg@mmviapplied Jukkas patch
2006-09-22 arg@mmviremoved all dotile checks
2006-09-22 arg@mmviapplied Jukkas remark (dunno if this is correct though)
2006-09-22 arg@mmviapplied jukkas patch
2006-09-22 arg@mmvihotfix
2006-09-22 arg@mmvismall change to achieve Jukka's last proposal
2006-09-22 arg@mmvifixed issue pointed out by Jukka
2006-09-22 arg@mmviimplemented the maximization as I described on the...
2006-09-14 Anselm R. Garberemoved useless inclusion
2006-09-12 Anselm R. Garberemoved a bunch of lines through making function signat...
2006-09-08 Anselm R. Garbeapplied sanders patch of not manipulating sel
2006-09-07 Anselm R. Garbeusing a global stack for focus recovery on arrange...
2006-09-06 Anselm R. Garbethis patch keeps track of global z-layer order of clien...
2006-09-06 Anselm R. Garbeno this is better
2006-09-06 Anselm R. Garbedrawstatus even if no client exists
2006-09-06 Anselm R. Garbesanders solution is convincing and elegant
2006-09-06 Anselm R. Garbesmall fix
2006-09-06 Anselm R. Garbeno, reodering floating clients definately breaks the...
2006-09-05 Anselm R. Garbeno, ordering floating clients at the end seems better
2006-09-05 Anselm R. Garbefix
2006-09-05 Anselm R. Garbethis makes sure the issue mentioned by sander
2006-09-05 Anselm R. Garbefixing zoom
2006-09-05 Anselm R. Garbefixing two off-by-ones
2006-09-05 Anselm R. Garbeapplied checking existance of >2 tiles patch (proposed...
2006-09-05 Anselm R. Garberenamed resizetile into resizecol
2006-09-05 Anselm R. Garbes/growcol/resizetile/g
2006-09-05 Anselm R. Garberight, multihead issue is not involved with growcol
2006-09-05 Anselm R. Garbehotfix
2006-09-05 Anselm R. Garbeapplied a fix related to Sanders remark to growcol
2006-09-05 Anselm R. GarbeI really need column growing, now pushing upstream
2006-09-05 Anselm R. Garbedon't access sel in restack without checking for NULL...
2006-09-04 Anselm R. Garberemoved unused vars
2006-09-04 Anselm R. Garbereducing focus calls (sanders patch)
2006-09-04 Anselm R. Garbeapplied Sanders max_and_focus.patch
2006-08-31 Anselm R. Garbereorder was misssing in Ross version of viewall
2006-08-31 Anselm R. Garbeadded viewall to mainstream (only Ross Mohns version...
2006-08-31 Anselm R. Garbeapplied sanders patch to remove unnecessary commit()
2006-08-30 Anselm R. Garberemoved a warning reported by Jukka
2006-08-29 Anselm R. Garbeimproved selection policy
2006-08-29 Anselm R. Garbestill something wrong with reorder()
2006-08-29 Anselm R. Garbethis algorithm seems to keep order for any scenario
2006-08-29 Anselm R. Garbeadded attach/detach functions which don't attach at...
2006-08-23 Anselm R. Garbeupdated man page
2006-08-23 Anselm R. Garbeseparated setup stuff into main.c:setup() - this makes...
2006-08-22 Anselm R. Garbeseparated several functions into view.c