Commit Graph

21 Commits

Author SHA1 Message Date
Andrea Rossato
d861a52ff5 DragPane: haddock fixes 2007-10-13 09:04:37 +00:00
Andrea Rossato
87966eb05e DragPane: no need to deal with expose events in this simplified version 2007-10-08 14:38:01 +00:00
David Roundy
dcd7388f1b make createNewWindow set background and foreground to a given color.
This means we don't need to draw colors that are this color.  Also
speeds up redrawing, since the X server can do all the drawing on its
own, without talking with xmonad.
2007-10-08 12:52:06 +00:00
Shachaf Ben-Kiki
73c055bd46 Add LANGUAGE pragams
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE
pragma, so not all of them were added; this patch adds the rest of them, which
is necessary for xmonad to compile in GHC >=6.7.
2007-10-08 02:21:41 +00:00
Andrea Rossato
c415ab00b7 DragPane must handle ExposeEvent too 2007-10-08 07:47:02 +00:00
David Roundy
db1026f6e9 some renaming of classes and data types. 2007-09-29 19:12:38 +00:00
Andrea Rossato
6b3d57c896 make DraPane use XUtils 2007-09-29 17:28:49 +00:00
Andrea Rossato
338d0c3130 DragPane now uses Invisible 2007-09-28 18:58:32 +00:00
Spencer Janssen
de6968d1b4 Use LANGUAGE pragmas over -fglasgow-exts 2007-09-28 18:16:14 +00:00
Andrea Rossato
92ccfee617 DragPane:just code formatting 2007-09-27 08:38:14 +00:00
David Roundy
9880d6faab make DragPane code a bit more compact. 2007-09-26 19:16:56 +00:00
David Roundy
f703dea0ae hide implementation of DragPane from users. 2007-09-26 19:16:30 +00:00
David Roundy
9d2f57f6a6 make DragPane a bit more succinct. 2007-09-26 19:09:00 +00:00
Andrea Rossato
2d3cf0b4fd make DragPane work with the new Layout class 2007-09-26 19:04:39 +00:00
Joachim Fasting
0bf45b94cf DragPane.hs: needs -fglasgow-exts to compile. 2007-09-09 14:42:05 +00:00
Karsten Schoelzel
9ab2d77798 Unify Drag(UpDown)Pane 2007-09-04 21:03:12 +00:00
David Roundy
c0ed2a6bbc make dragPane handle thinner. 2007-09-05 12:41:39 +00:00
Don Stewart
dd3bd26cec docs not generated in DragPane.hs 2007-09-04 23:24:47 +00:00
Spencer Janssen
9f442ed41a Doc fixes for DragPane 2007-09-04 20:18:47 +00:00
David Roundy
ebe8385a4f fix bug where we draw divider for DragPane even if there's just one window. 2007-08-23 15:58:10 +00:00
David Roundy
253fab0861 add DragPane. 2007-08-13 14:40:07 +00:00