aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/MouseResizableTile.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2012-11-09Rename variables "state" to avoid warnings about shadowingAdam Vogt1-37/+37
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+1
2011-11-15get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner1-1/+1
2010-04-16Note that mouseResizableTileMirrored may be removed.Adam Vogt1-0/+1
2010-04-16Structure L.MouseResizableTile documentation.Adam Vogt1-29/+21
2010-04-15X.L.MouseResizableTile: make everything configurableTomas Janousek1-30/+57
2010-04-15X.L.MouseResizableTile: configurable gaps (dragger size and position)Tomas Janousek1-38/+66
2009-12-30Use more imported cursor constants.Adam Vogt1-9/+5
2009-12-23Let the core know about MouseResizableTile's draggers, so they are stacked co...Jan Vornberger1-10/+13
2009-12-11X.L.MouseResizableTile: change description for mirrored variantTomas Janousek1-1/+2
2009-11-26X.L.MouseResizableTile: keep draggers on the bottom of the window stack.Tomas Janousek1-0/+1
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-4/+4
2009-10-22Refer to modm as the current modMaskAdam Vogt1-2/+2
2009-10-05Hyperlink the reference to ResizableTile in MouseResizableTileAdam Vogt1-1/+1
2009-09-30Remove redundant parentheses from L.MouseResizableTileAdam Vogt1-10/+9
2009-09-30Factor out redundancy in L.MouseResizableTile.handleResizeAdam Vogt1-18/+9
2009-09-30Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTileAdam Vogt1-1/+1
2009-09-30Fix haddock parse error in MouseResizableTileAdam Vogt1-0/+2
2009-09-30A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger1-0/+279