aboutsummaryrefslogtreecommitdiffstats
path: root/Decoration.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Decoration: don't crash when given a non-existent fontAndrea Rossato2007-08-101-1/+2
| | | | darcs-hash:20070810182433-32816-4cd3499d70822947cbe622bf632a93a5ab2c6c72.gz
* Tabs should stay beneath any floating windowAndrea Rossato2007-07-071-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
* resolve conflicts in Decoration and Tabbed.David Roundy2007-06-291-3/+4
| | | | | | Note that you no longer need simpleStacking when using tabbed. darcs-hash:20070629204518-72aca-9d2b708c6eb60b3d6c1370fc41349b2a3c86819d.gz
* make everything work with new doLayout.David Roundy2007-06-231-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
* Decoration.hs: added automatic font managmentAndrea Rossato2007-06-251-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
* Decoration.hs: info and documentationAndrea Rossato2007-06-141-1/+23
| | | | darcs-hash:20070614143731-32816-13a6a61897ae831197810ac96a6527e1728cabd9.gz
* Remove some debugging statements I forgot about earlierStefan O'Rear2007-06-131-6/+4
| | | | darcs-hash:20070613041112-e3110-dfe7bf08177f7a38137a896805c8f340dcccff6c.gz
* add -fglasgow-exts to some modules that use it.David Roundy2007-06-121-0/+1
| | | | darcs-hash:20070612170349-72aca-46faff8894bfdde04de59d2811cb3093f1a1da4a.gz
* In Decoration.hs, track rename of ModifyWindowsStefan O'Rear2007-06-121-2/+2
| | | | darcs-hash:20070612060713-e3110-858385a5514a1d93e6eea429f5673bfe6531c23a.gz
* Refactor Decoration into a general layout-level hooks interface, and a ↵Stefan O'Rear2007-06-121-28/+28
| | | | | | decoration support module on top of that darcs-hash:20070612060210-e3110-054f8159e36a5b60e8fdac6293dc0294d1f5f918.gz
* redraw decorations on PropertyNotifyJason Creighton2007-06-111-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
* make Decoration set the input mask appropriately.David Roundy2007-06-101-2/+4
| | | | darcs-hash:20070610203451-72aca-e8115141402639befdd45f2903091c6f56a48582.gz
* make Decoration draw the window initially.David Roundy2007-06-101-7/+13
| | | | | | We still don't respond to expose events. :( darcs-hash:20070610163651-72aca-9bbc33663ef50926bd60d0dcbe1974b9eddc058b.gz
* add Decoration module to be used to easily define decorations.David Roundy2007-06-101-0/+37
darcs-hash:20070610153939-72aca-da6f87330a2bd71cd2545884ffd9f4f78f2e70c9.gz