Commit Graph

14 Commits

Author SHA1 Message Date
Andrea Rossato
300a017edf Decoration: don't crash when given a non-existent font 2007-08-10 18:24:33 +00:00
Andrea Rossato
2e6bf5e5ed Tabs should stay beneath any floating window
This ifxes the issue reported by Geoffrey Alan Washburn: " Sometimes the
tabs will be drawn on top of floating windows." Not anymore!
2007-07-07 06:49:41 +00:00
David Roundy
69a55a44bf resolve conflicts in Decoration and Tabbed.
Note that you no longer need simpleStacking when using tabbed.
2007-06-29 20:45:18 +00:00
David Roundy
d3048ed615 make everything work with new doLayout.
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).
2007-06-23 21:09:52 +00:00
Andrea Rossato
3153e00d1f Decoration.hs: added automatic font managment
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.
2007-06-25 13:57:22 +00:00
Andrea Rossato
c279ec4cea Decoration.hs: info and documentation 2007-06-14 14:37:31 +00:00
Stefan O'Rear
6aa97f8775 Remove some debugging statements I forgot about earlier 2007-06-13 04:11:12 +00:00
David Roundy
1fdb6700d5 add -fglasgow-exts to some modules that use it. 2007-06-12 17:03:49 +00:00
Stefan O'Rear
04b73e188c In Decoration.hs, track rename of ModifyWindows 2007-06-12 06:07:13 +00:00
Stefan O'Rear
bf8fe2e245 Refactor Decoration into a general layout-level hooks interface, and a decoration support module on top of that 2007-06-12 06:02:10 +00:00
Jason Creighton
d18e7045e5 redraw decorations on PropertyNotify
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.
2007-06-11 02:14:08 +00:00
David Roundy
c61dd16d81 make Decoration set the input mask appropriately. 2007-06-10 20:34:51 +00:00
David Roundy
4f985379ec make Decoration draw the window initially.
We still don't respond to expose events.  :(
2007-06-10 16:36:51 +00:00
David Roundy
0ea61fc765 add Decoration module to be used to easily define decorations. 2007-06-10 15:39:39 +00:00