aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/MouseResizableTile.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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