aboutsummaryrefslogtreecommitdiffstats
path: root/Decoration.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-07Tabs should stay beneath any floating windowAndrea Rossato1-0/+1
This ifxes the issue reported by Geoffrey Alan Washburn: " Sometimes the tabs will be drawn on top of floating windows." Not anymore! darcs-hash:20070707064941-32816-2bbd883d8ca7f890c774f43cc4526bba9dac760e.gz
2007-06-29resolve conflicts in Decoration and Tabbed.David Roundy1-3/+4
Note that you no longer need simpleStacking when using tabbed. darcs-hash:20070629204518-72aca-9d2b708c6eb60b3d6c1370fc41349b2a3c86819d.gz
2007-06-23make everything work with new doLayout.David Roundy1-11/+9
This modifies all the contrib modules to work (so far as I know) with the new contrib layout. The exception is the LayoutHooks module, which isn't used. It exports an API that is inherently unsafe, so far as I can tell (and always has been). darcs-hash:20070623210952-72aca-1993ca13dc6996b59fedacc271c03fbaf87eabaa.gz
2007-06-25Decoration.hs: added automatic font managmentAndrea Rossato1-9/+15
newDecoration now takes also a fontname to set fonts in decorations that use them. If an empty string is send the the default Xorg fonts will be loaded. darcs-hash:20070625135722-32816-821258ce2bdafd1b61642caf7227ff52fe376742.gz
2007-06-14Decoration.hs: info and documentationAndrea Rossato1-1/+23
darcs-hash:20070614143731-32816-13a6a61897ae831197810ac96a6527e1728cabd9.gz
2007-06-13Remove some debugging statements I forgot about earlierStefan O'Rear1-6/+4
darcs-hash:20070613041112-e3110-dfe7bf08177f7a38137a896805c8f340dcccff6c.gz
2007-06-12add -fglasgow-exts to some modules that use it.David Roundy1-0/+1
darcs-hash:20070612170349-72aca-46faff8894bfdde04de59d2811cb3093f1a1da4a.gz
2007-06-12In Decoration.hs, track rename of ModifyWindowsStefan O'Rear1-2/+2
darcs-hash:20070612060713-e3110-858385a5514a1d93e6eea429f5673bfe6531c23a.gz
2007-06-12Refactor Decoration into a general layout-level hooks interface, and a ↵Stefan O'Rear1-28/+28
decoration support module on top of that darcs-hash:20070612060210-e3110-054f8159e36a5b60e8fdac6293dc0294d1f5f918.gz
2007-06-11redraw decorations on PropertyNotifyJason Creighton1-3/+4
newDecoration now takes a Window parameter, which is the window the decoration is "for". If there is a PropertyNotify for that window, the decoration is redrawn. darcs-hash:20070611021408-b9aa7-b01860371ef9e47a06ab4541aee09422c8f19865.gz
2007-06-10make Decoration set the input mask appropriately.David Roundy1-2/+4
darcs-hash:20070610203451-72aca-e8115141402639befdd45f2903091c6f56a48582.gz
2007-06-10make Decoration draw the window initially.David Roundy1-7/+13
We still don't respond to expose events. :( darcs-hash:20070610163651-72aca-9bbc33663ef50926bd60d0dcbe1974b9eddc058b.gz
2007-06-10add Decoration module to be used to easily define decorations.David Roundy1-0/+37
darcs-hash:20070610153939-72aca-da6f87330a2bd71cd2545884ffd9f4f78f2e70c9.gz