11 Commits

Author SHA1 Message Date
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
Daniel Neri
7b4f4e5817 export constructor to make ThreeColumns layout usable again 2007-10-03 09:31:03 +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
23af4f228b modifyLayout -> handleMessage. 2007-09-25 18:29:30 +00:00
David Roundy
4bd8319e02 move ThreeCol over to new class. 2007-09-24 19:16:32 +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
Kai Grossjohann
2bcc607718 3col fix: do not switch to tall layout on resize/incmastern 2007-07-23 21:27:54 +00:00
Kai Grossjohann
1845dcf2dd 3col rounding 2007-07-21 20:40:26 +00:00
Kai Grossjohann
4293273c0c fix 3col layout for nmaster + 1 windows
Do like two column layout if there are nmaster+1 windows (putting 1 window
in the right column).
2007-07-21 15:08:25 +00:00
Kai Grossjohann
614d5d6c1a Three column layout
This layout is similar to tall, but has three columns.  The first column
is the master column.
2007-07-21 14:46:54 +00:00