Brent Yorgey
07184fed9f
Spiral.hs: add 'description' function to LayoutClass instance for SpiralWithDir.
2007-10-16 14:09:59 +00:00
Spencer Janssen
067bda6f29
defaultLayouts -> layouts
2007-10-15 20:55:42 +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
Spencer Janssen
b9dc9be07e
More LANGUAGE pragmas
2007-10-03 16:42:57 +00:00
David Roundy
4e3fab6779
make Spiral work with new layout class.
2007-10-02 16:47:35 +00:00
David Roundy
db1026f6e9
some renaming of classes and data types.
2007-09-29 19:12:38 +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
bobstopper
cc82ef418f
fix Expand/Shrink for spiralWithDir
2007-08-08 20:47:52 +00:00
bobstopper
d090fe96f3
Made the direction of spiral in Spiral.hs optionally configurable
2007-07-21 00:23:07 +00:00
joachim.fasting
cf21824d76
Spiral.hs: correct module header.
2007-07-07 21:28:36 +00:00
David Roundy
23c8610798
move Spiral to LayoutHelpers.
2007-06-23 14:35:16 +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
Andrea Rossato
59a9164764
Spiral.hs: info and documentation
2007-06-14 14:43:00 +00:00
Spencer Janssen
fca67d33d7
Updates to work with recent API changes
2007-06-11 18:34:39 +00:00
Spencer Janssen
5a54e27a76
Updates for Layout API change
2007-06-10 20:38:40 +00:00
joe.thornber
d9386f5185
[Spiral] blend in the scale factor so it doesn't have any effect on the smallest windows
2007-05-25 03:27:32 +00:00
joe.thornber
ead2838015
[Spiral] last rect takes all available space
2007-05-24 12:02:39 +00:00
joe.thornber
207bb47428
[Spiral] Introduce a simpler Rect data type to remove a lot of the fromIntegrals
2007-05-24 10:04:23 +00:00
joe.thornber
5288a861a6
[Spiral] divideRects now takes a list of directions to split in
2007-05-24 09:02:11 +00:00
joe.thornber
aa4d37d8ac
[Spiral] misc tidying
2007-05-24 08:55:37 +00:00
joe.thornber
43c7f8f3ec
[Spiral] remove old spiral code
2007-05-24 08:48:05 +00:00
joe.thornber
0fa8b4ae1b
[Spiral] add fibonacci spiral
2007-05-24 08:44:23 +00:00
Spencer Janssen
233728b917
Fix Spiral's module name
2007-05-22 17:09:09 +00:00
joe.thornber
2122c03ab0
[SPIRAL] add spiral tiling layout
2007-05-22 06:25:37 +00:00