aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/SubLayouts.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-7/+4
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-2/+2
* Describe parameters to subLayouts moreAdam Vogt2009-10-161-5/+11
* Refer to modMask as modm in L.SubLayouts sample keybindsAdam Vogt2009-10-161-10/+10
* Format L.SubLayout TODOAdam Vogt2009-10-161-3/+5
* Add more links in L.SubLayout documentationAdam Vogt2009-10-161-5/+7
* Link a screenshot in L.SubLayouts from the haskellwikiAdam Vogt2009-10-161-0/+9
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-3/+4
* Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt2009-07-051-2/+3
* Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt2009-07-051-5/+3
* Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt2009-07-051-13/+23
* L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt2009-07-051-11/+30
* L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt2009-07-051-3/+3
* Keep track of whether messages should be given to new sublayouts in L.SubLayoutsAdam Vogt2009-06-281-11/+11
* Run sublayouts in L.Sublayouts in a restricted stateAdam Vogt2009-06-281-3/+11
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
* Remove -XScopedTypeVariables requirement with L.SubLayoutsAdam Vogt2009-04-291-10/+15
* Add SubLayouts: a layout combinator for nesting layouts.Adam Vogt2009-04-231-0/+445