aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutScreens.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-10-08LayoutScreens: update docsSpencer Janssen1-1/+1
darcs-hash:20071008161441-a5988-d132ce882244e05588e76c189637a832046d44cb.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-2/+2
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-23convert LayoutScreens to class.David Roundy1-4/+8
darcs-hash:20070923215942-72aca-5bba94380ce9f493e2ba3b2ff339485003562816.gz
2007-09-11make fixedLayout accept a list of Rectangles.David Roundy1-2/+2
This works nicely for describing a fixed xinerama-like layout. (e.g. when using two distinct VNC clients to log into a single VNC server and attain multiheadedness). darcs-hash:20070911134845-72aca-dc9159d46d856aff4fd35d9afda0eac9421e24db.gz
2007-09-11Fixing some typos and grammar in documentation.Michael Fellinger1-1/+1
darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
2007-09-06add function and comment assisting use in resizing the screen.David Roundy1-1/+15
darcs-hash:20070906125543-72aca-8cf6a1adc15e24be24f1368a96e424d97606f02d.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-0/+4
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-08-05LayoutScreen: haddock cleanupAndrea Rossato1-2/+1
darcs-hash:20070805215800-32816-2d1ef010046bae9f7fe5d7a82b13344b59060f62.gz
2007-07-01LayoutScreens.hs: correct module header.joachim.fasting1-3/+1
darcs-hash:20070701215712-ea16c-9452c50d1e7a08e0f0f2961dd083dce47836fb52.gz
2007-07-05the gaps list should be filled with the default value from Config.hsAndrea Rossato1-3/+2
darcs-hash:20070704224110-32816-ce3187b16a035c7ec9118f60390d50b90c880653.gz
2007-07-03ScreenLayouts.hs: updates to the last API changesAndrea Rossato1-6/+5
A silent API change broke this nice piece of David's code: Spencer decided to move screen details into StackSet, and there we went to manipulate them! darcs-hash:20070703201145-32816-eee668ce9ca1fa2ce2cded88ac702dc3ec3c739b.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-22fix usage info for LayoutScreens.David Roundy1-2/+1
darcs-hash:20070622132618-72aca-eaa298576b86f0686de999fb4c05ba9dde319ad5.gz
2007-06-22add new LayoutScreens module.David Roundy1-0/+66
darcs-hash:20070622131300-72aca-66fcb6cf29376d230796d226bb7630952fd6797f.gz