aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/TwoPane.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
Ignore-this: 8f1814c42e90e18af636a14751ae2f58 Despite myLayouts currently being more popular in examples, make them all myLayout as in man/xmonad.hs to avoid mixing them in the same module as was done a few places, leading to confusion for some users. darcs-hash:20091023042651-18562-48ea1268b6eb92d4b4d50f20aba93cead4652eb1.gz
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-4/+4
Ignore-this: 1e28ff0974578d329bd3d593c1a5125e darcs-hash:20090705201205-1499c-581bd0bb43ab6096eccded6edbd54a7a2007b0d9.gz
2008-07-14I prefer the spencerjanssen@gmail.com addressSpencer Janssen1-2/+2
darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
2008-01-26TwoPane: add description stringJoachim Fasting1-0/+1
darcs-hash:20080126141332-928c4-aa1a6cade461202de96c3526855dceb8d7d72ce4.gz
2007-12-08More import pruningSpencer Janssen1-1/+0
darcs-hash:20071208014846-a5988-6c53b449256d73dc5ab3e1bac2f9f0a93227b078.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+1
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
darcs-hash:20071123164722-bd4d7-b4649f25d2c573a17ca822ac0f9c3d3bb6e4ed10.gz
2007-11-23TwoPane: haddock docsAndrea Rossato1-7/+8
darcs-hash:20071123123155-32816-db15110cb6e00d6dfe744bb86b8e776e6df2254d.gz
2007-11-01HierarchifySpencer Janssen1-4/+4
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-11-01Port TwoPaneSpencer Janssen1-1/+1
darcs-hash:20071101085151-a5988-6d38309a8f9f1f8ed8d186aef719fd79b95916cd.gz
2007-10-13TwoPane: Fix syntax error in exampleAlex Tarkovsky1-2/+2
darcs-hash:20071013014151-bd4fb-d9eb57e327457014f7122451f24f512ba4926c0e.gz
2007-10-08TwoPane: update docsSpencer Janssen1-2/+2
darcs-hash:20071008161345-a5988-1649b76d0ca93fef549ee96f4341360e0148088d.gz
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-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
2007-09-29some renaming of classes and data types.David Roundy1-1/+1
darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-0/+2
darcs-hash:20070928181614-a5988-85415ed570690a468bf92cdf0f66d69494cecf4e.gz
2007-09-25modifyLayout -> handleMessage.David Roundy1-1/+1
darcs-hash:20070925182930-72aca-7941d37cac143444e9f167e3dd15944d1138a377.gz
2007-09-22make TwoPane work with Layout classAndrea Rossato1-18/+24
darcs-hash:20070922124210-32816-73cddcf8a80fe7fc229d39bd72bdb666b041dbb3.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-1/+4
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-06-23make everything work with new doLayout.David Roundy1-1/+1
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). darcs-hash:20070623210952-72aca-1993ca13dc6996b59fedacc271c03fbaf87eabaa.gz
2007-06-20Fix type signatures.joachim.fasting1-1/+1
Think this fixes the rest of the errors caused by the Layout change. darcs-hash:20070619220323-ea16c-3274cd24d01bc932089ab88191ccda316ea93b01.gz
2007-06-19clean up TwoPane to work on Stacks as it ought.David Roundy1-14/+9
darcs-hash:20070619150928-72aca-51028a2488f93cd4274f772206a508e90b608642.gz
2007-06-17TypoSpencer Janssen1-1/+1
darcs-hash:20070617000924-a5988-649d6e5f14572cc174c2f86a56adbd1817f47492.gz
2007-06-14TwoPane.hs: info and documentationAndrea Rossato1-4/+26
darcs-hash:20070614144409-32816-a715d99c23403ca4e2c5680da6ba7d23e4f49b68.gz
2007-06-11Note the modules I maintainSpencer Janssen1-0/+2
darcs-hash:20070611184830-a5988-c90fe852c96b23968994311455a77b25e839022f.gz
2007-06-11Updates to work with recent API changesSpencer Janssen1-1/+2
darcs-hash:20070611183439-a5988-c3d6cc194fa83f012ab49d6d79130ff459dcdfe1.gz
2007-06-10Updates for Layout API changeSpencer Janssen1-1/+1
darcs-hash:20070610203840-a5988-bcd9a2f4010d1981575cf24aa38ee1760d7976c2.gz
2007-05-21Fixes for windowset -> workspace renameSpencer Janssen1-1/+1
darcs-hash:20070521042118-a5988-a2f979585ee35d3905dbcf6244c22af67489caa6.gz
2007-05-19TwoPane: hide windows that aren't in viewSpencer Janssen1-4/+6
darcs-hash:20070518224240-a5988-6cf094f4b9cad663ca305c01a5e6b023bd77e04f.gz
2007-05-17Comment onlySpencer Janssen1-1/+1
darcs-hash:20070517211003-a5988-551e484b48fe940f6a413cb66479ebbcdebaeb4e.gz
2007-05-17Add instructions for TwoPaneSpencer Janssen1-0/+3
darcs-hash:20070517210206-a5988-2f23d9241863d7abd30f55b04efb9afd3e79dca1.gz
2007-05-17Add TwoPaneSpencer Janssen1-0/+25
darcs-hash:20070517195618-a5988-a7bbe8e4fc12bb0f168cf519b0c52c914dda132d.gz