aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Minimize.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2012-11-09Rename variable in L.Minimize to avoid shadowing.Adam Vogt1-3/+3
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-1/+2
2010-07-28Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger1-9/+12
2010-06-16A hook to handle minimize/restore window manager hints.Justin Bogner1-2/+2
2010-04-01X.L.Minimize remove redundant importsAnders Engstrom1-2/+0
2010-03-30minimize_ewmhtrupill1-3/+31
2010-01-04Style changes in L.MinimizeAdam Vogt1-7/+3
2009-12-30minimize_floatingkonstantin.sobolev1-9/+26
2009-12-22Make X.L.Minimize explicitly mark minimized windows as boringJan Vornberger1-12/+19
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-10-12Use LANGUAGE pragma instead of -fglasgow-exts in L.MinimizeAdam Vogt1-1/+1
2009-10-03Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt1-5/+4
2009-09-29LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger1-0/+95