aboutsummaryrefslogtreecommitdiffstats
path: root/ThreeColumns.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
| | | | darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
* Port ThreeColumnsSpencer Janssen2007-11-011-1/+1
| | | | darcs-hash:20071101085229-a5988-9c53ac2eae365b627c08897cada98ae820f9b83e.gz
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+1
| | | | | | | | 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 > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz
* export constructor to make ThreeColumns layout usable againDaniel Neri2007-10-031-1/+1
| | | | darcs-hash:20071003093103-6cd96-ac8551072c2fd9091cfab00a7095a98a12dfc308.gz
* some renaming of classes and data types.David Roundy2007-09-291-1/+1
| | | | darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-0/+2
| | | | darcs-hash:20070928181614-a5988-85415ed570690a468bf92cdf0f66d69494cecf4e.gz
* modifyLayout -> handleMessage.David Roundy2007-09-251-1/+1
| | | | darcs-hash:20070925182930-72aca-7941d37cac143444e9f167e3dd15944d1138a377.gz
* move ThreeCol over to new class.David Roundy2007-09-241-12/+15
| | | | darcs-hash:20070924191632-72aca-3ae59a4b3e2f2a289cf0f385ce0a2a78c85763b8.gz
* Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky2007-09-051-1/+4
| | | | | | for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
* 3col fix: do not switch to tall layout on resize/incmasternKai Grossjohann2007-07-231-4/+4
| | | | darcs-hash:20070723212754-07ca0-32f2bf91fb79e1d77f566516e3d81c36c7c45410.gz
* 3col roundingKai Grossjohann2007-07-211-3/+3
| | | | darcs-hash:20070721204026-07ca0-176eb30577633174db0f20f827923aff32ecad19.gz
* fix 3col layout for nmaster + 1 windowsKai Grossjohann2007-07-211-4/+6
| | | | | | | Do like two column layout if there are nmaster+1 windows (putting 1 window in the right column). darcs-hash:20070721150825-07ca0-93b9747e62c1707a2dfac33bc0a5af966c6ae534.gz
* Three column layoutKai Grossjohann2007-07-211-0/+70
This layout is similar to tall, but has three columns. The first column is the master column. darcs-hash:20070721144654-07ca0-eb6800fc98415741739e2a5eca5b0feae7587d05.gz