JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
some more refactoring
[dwm.git] / view.c
2007-02-19 Anselm R. Garbesome more refactoring
2007-02-19 Anselm R. Garbeadded some new convenience functions
2007-02-19 Anselm R. Garbeintroduced tile.c, some refactoring of functions
2007-02-19 Anselm R. Garbedon't resize master if not in tiled mode
2007-02-16 Anselm R. Garbewell, resize should be called in dofloat anyways ;)
2007-02-16 Anselm R. Garberemoved ugly ban(), extended resize() that it only...
2007-02-16 Anselm R. Garberemoved getnext/getprev, redundant
2007-02-14 Anselm R. Garbeadded ban() which takes care than a banned window is...
2007-02-14 Anselm R. Garbemade for/if/else constructs more consistent, some code...
2007-02-12 Anselm R. Garbeyet another consistency fix of dwm
2007-01-31 Anselm R. Garbeapplied Sander's drop_bh patch
2007-01-25 Anselm R. Garbeprepared yet another hotfix release
2007-01-22 Anselm R. Garbeapplied Sanders all5.patch (thanks for your weekend...
2007-01-15 Anselm R. Garbechanged restack, to fix undrawed tag indicators
2007-01-15 Anselm R. Garberemoved drawclient and drawall (they performed useless...
2007-01-14 Anselm R. Garberemoved mode label stuff
2007-01-14 Anselm R. Garberemoved client title bar
2007-01-12 Anselm R. Garberemoving to allow nmaster=0
2007-01-11 Anselm R. Garbeallowing nmaster=0 (I think that's a straight idea)
2007-01-08 Anselm R. Garbereorganized
2007-01-08 Anselm R. Garbeimplemented nmaster appearance in mode label (using %u)
2007-01-05 Anselm R. Garbeallowing swap() for first master client
2007-01-05 Anselm R. Garbeprevent pop() if first sel == nexttiled(clients)
2007-01-05 Anselm R. Garberemoved swap(), implemented pop for everything
2007-01-05 Anselm R. Garbepreserving c1->snext and c2->snext in swap() as well.
2007-01-05 Anselm R. Garbefixing some minor issues
2007-01-05 Anselm R. Garbeadding some prevention that master clients get smaller...
2007-01-05 Anselm R. Garbeallowing zoom within master area as well
2007-01-05 Anselm R. Garbeadded MODKEY-{plus,minus} shortcuts (increasing/decreas...
2007-01-05 Anselm R. Garbeexperimental version which allows master clients being...
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...
next