Spencer Janssen
067bda6f29
defaultLayouts -> layouts
2007-10-15 20:55:42 +00:00
Spencer Janssen
b27fcdf08b
Various docstring fixes
2007-10-13 23:05:29 +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
David Roundy
db1026f6e9
some renaming of classes and data types.
2007-09-29 19:12:38 +00:00
Spencer Janssen
91df16823f
Use LANGUAGE pragmas
2007-09-28 17:46:02 +00:00
Spencer Janssen
9e5501ce1f
Give Hinted a nice description
2007-09-28 05:31:21 +00:00
Spencer Janssen
423db457fc
Update docs
2007-09-28 03:43:50 +00:00
Spencer Janssen
e9fbb298ec
Add simpler layoutHints
2007-09-28 03:40:08 +00:00
Spencer Janssen
b34251c722
Use the new modifiers in LayoutHints
2007-09-24 06:20:00 +00:00
Alex Tarkovsky
d0adeca94a
Docstring parser for generating xmonad build configs with default settings for extensions
2007-09-05 20:01:28 +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
joachim.fasting
8ed5dc82cf
Whitespace.
2007-06-20 11:58:52 +00:00
joachim.fasting
88d77b244f
Fix type signatures.
...
Think this fixes the rest of the errors caused by the Layout change.
2007-06-19 22:03:23 +00:00
joachim.fasting
005369bb13
LayoutHints.hs: add usage thingie for Haddock.
2007-06-18 14:32:34 +00:00
joachim.fasting
09305f7f2f
LayoutHints.hs: add module header.
2007-06-18 14:30:59 +00:00
Stefan O'Rear
421a88c691
Fix LayoutHints in the presence of nonzero border widths
2007-06-11 00:54:07 +00:00
David Roundy
22f4bf13af
make LayoutHints work with new modifyLayout (in X).
2007-06-10 14:57:40 +00:00
David Roundy
972af190c2
make LayoutHints robust with regard to future addition of Layout fields.
2007-06-09 17:37:25 +00:00
David Roundy
8b95e7e2d3
add new LayoutHints module that makes layouts respect size hints.
2007-06-04 21:37:16 +00:00