aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Minimize.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* Rename variable in L.Minimize to avoid shadowing.Adam Vogt2012-11-091-3/+3
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-1/+2
* Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger2010-07-281-9/+12
* A hook to handle minimize/restore window manager hints.Justin Bogner2010-06-161-2/+2
* X.L.Minimize remove redundant importsAnders Engstrom2010-04-011-2/+0
* minimize_ewmhtrupill2010-03-301-3/+31
* Style changes in L.MinimizeAdam Vogt2010-01-041-7/+3
* minimize_floatingkonstantin.sobolev2009-12-301-9/+26
* Make X.L.Minimize explicitly mark minimized windows as boringJan Vornberger2009-12-221-12/+19
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-2/+2
* Refer to modm as the current modMaskAdam Vogt2009-10-221-2/+2
* Use LANGUAGE pragma instead of -fglasgow-exts in L.MinimizeAdam Vogt2009-10-121-1/+1
* Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt2009-10-031-5/+4
* LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger2009-09-291-0/+95