aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/MouseResizableTile.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* Rename variables "state" to avoid warnings about shadowingAdam Vogt2012-11-091-37/+37
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+1
* get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner2011-11-151-1/+1
* Note that mouseResizableTileMirrored may be removed.Adam Vogt2010-04-161-0/+1
* Structure L.MouseResizableTile documentation.Adam Vogt2010-04-161-29/+21
* X.L.MouseResizableTile: make everything configurableTomas Janousek2010-04-151-30/+57
* X.L.MouseResizableTile: configurable gaps (dragger size and position)Tomas Janousek2010-04-151-38/+66
* Use more imported cursor constants.Adam Vogt2009-12-301-9/+5
* Let the core know about MouseResizableTile's draggers, so they are stacked co...Jan Vornberger2009-12-231-10/+13
* X.L.MouseResizableTile: change description for mirrored variantTomas Janousek2009-12-111-1/+2
* X.L.MouseResizableTile: keep draggers on the bottom of the window stack.Tomas Janousek2009-11-261-0/+1
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-4/+4
* Refer to modm as the current modMaskAdam Vogt2009-10-221-2/+2
* Hyperlink the reference to ResizableTile in MouseResizableTileAdam Vogt2009-10-051-1/+1
* Remove redundant parentheses from L.MouseResizableTileAdam Vogt2009-09-301-10/+9
* Factor out redundancy in L.MouseResizableTile.handleResizeAdam Vogt2009-09-301-18/+9
* Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTileAdam Vogt2009-09-301-1/+1
* Fix haddock parse error in MouseResizableTileAdam Vogt2009-09-301-0/+2
* A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger2009-09-301-0/+279