JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
corrections
[dwm.git] / view.c
2007-01-02 arg@mig29corrections
2007-01-02 arg@mig29next version will contain updated copyright notice
2006-12-20 arg@mig29small simplification to dotile() (thx to Ross for this...
2006-12-04 arg@mig29hotfix of a serious crashing bug
2006-11-30 arg@mig29removed viewall(), replaced with view(-1); added tag...
2006-11-28 arg@mig29togglefloat should only work in dotile mode (thanks...
2006-11-27 arg@mig29applied Szabolcs Nagy's patch (thank you!)
2006-11-27 arg@mig29applied patch by Jukka
2006-11-27 arg@mig29added togglefloat to hg tip (i consider this useful...
2006-11-22 arg@mig29fififif
2006-11-16 arg@mig29applied Gottox' windowarea patch
2006-11-03 arg@mig29applied Jukkas patch
2006-10-31 arg@mig29renamed resizecol into resizemaster
2006-10-31 arg@mig29applied Gottox patch to simplify the resizing of col...
2006-10-27 arg@mig29applied sanders try2 patch
2006-10-27 arg@mig29applied sanders max size fix
2006-10-06 Anselm R. Garbehotfix
2006-10-06 Anselm R. Garbedo* has no Arg arument anymore (never called directly)
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