Spencer Janssen
067bda6f29
defaultLayouts -> layouts
2007-10-15 20:55:42 +00:00
Andrea Rossato
c3c2499052
Circle.hs: haddock fixes
2007-10-13 09:01:00 +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
de6968d1b4
Use LANGUAGE pragmas over -fglasgow-exts
2007-09-28 18:16:14 +00:00
David Roundy
92834a2493
use default modifyLayout in Circle.
2007-09-23 11:52:57 +00:00
Andrea Rossato
62f6884423
Circle: must export type constructor
2007-09-22 12:41:26 +00:00
David Roundy
8d1d4b466e
make Circle work with Layout class.
2007-09-21 21:55:25 +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
Peter De Wachter
405a7c6307
fix Circle/floats interaction
2007-08-16 18:51:44 +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
Peter De Wachter
b8b88134c5
Circle: raise the focus window
2007-06-21 19:12:07 +00:00
Peter De Wachter
f292474f20
Circle cleanups
2007-06-21 19:11:25 +00:00
joachim.fasting
8ed5dc82cf
Whitespace.
2007-06-20 11:58:52 +00:00
David Roundy
8a78694d23
make some layouts more general.
2007-06-20 12:54:20 +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
0f4d83c6ca
Circle.hs: only compute sqrt 2 once.
2007-06-18 23:20:51 +00:00
Andrea Rossato
7c763d0abf
Circle.hs: info and documentation
2007-06-14 14:35:50 +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
Peter De Wachter
3268312b15
Circle layout
...
Windows are arranged in a circle around the master window. Rather nice to use
with a mouse, if you got many windows open.
Screenshot: http://caladan.rave.org/circle.png
2007-06-06 06:41:53 +00:00