aboutsummaryrefslogtreecommitdiffstats
path: root/Decoration.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-10Decoration: don't crash when given a non-existent fontAndrea Rossato1-1/+2
2007-07-07Tabs should stay beneath any floating windowAndrea Rossato1-0/+1
2007-06-29resolve conflicts in Decoration and Tabbed.David Roundy1-3/+4
2007-06-23make everything work with new doLayout.David Roundy1-11/+9
2007-06-25Decoration.hs: added automatic font managmentAndrea Rossato1-9/+15
2007-06-14Decoration.hs: info and documentationAndrea Rossato1-1/+23
2007-06-13Remove some debugging statements I forgot about earlierStefan O'Rear1-6/+4
2007-06-12add -fglasgow-exts to some modules that use it.David Roundy1-0/+1
2007-06-12In Decoration.hs, track rename of ModifyWindowsStefan O'Rear1-2/+2
2007-06-12Refactor Decoration into a general layout-level hooks interface, and a decora...Stefan O'Rear1-28/+28
2007-06-11redraw decorations on PropertyNotifyJason Creighton1-3/+4
2007-06-10make Decoration set the input mask appropriately.David Roundy1-2/+4
2007-06-10make Decoration draw the window initially.David Roundy1-7/+13
2007-06-10add Decoration module to be used to easily define decorations.David Roundy1-0/+37