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