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