aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ResizableTile.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-2/+2
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2009-06-04X.L.ResizableTile: make sure windows aren't resized to a height larger than t...Brent Yorgey1-1/+1
2009-05-19L.ResizableTile document ResizableTall parameters with recordsAdam Vogt1-1/+14
2008-03-22fix various compilation errorsLukas Mai1-1/+1
2007-12-25ResizableTile.hs: fix resizing to work in the presence of floating windows (r...Brent Yorgey1-6/+12
2007-12-08More import pruningSpencer Janssen1-2/+1
2007-12-08Prune more importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23ResizableTile: haddock fixesAndrea Rossato1-7/+15
2007-11-01HierarchifySpencer Janssen1-3/+3
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-11-01Port ResizableTileSpencer Janssen1-1/+1
2007-10-13ResizableTile.hs: haddock fixesAndrea Rossato1-1/+5
2007-10-12Haddock fixesAndrea Rossato1-1/+1
2007-10-08Fix more LANGUAGE pragmasShachaf Ben-Kiki1-1/+3
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+1
2007-10-07Replace -fglasgow-exts with LANGUAGE pragma in ResizableTile.hsnornagon1-1/+1
2007-10-06ResizableTile.hs: needs -fglasgow-exts.Joachim Fasting1-0/+1
2007-10-03Rename ResizableTile.Tall to ResizableTallJamie Webb1-11/+11
2007-10-03Layout -> LayoutClass for ResizableTile and MosaicAltJamie Webb1-1/+1
2007-10-02Fix infinite loop in ResizableTile serializationJamie Webb1-6/+5
2007-10-01XMonadContrib.ResizableTile in darcs patch.matsuyama31-0/+87