aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/SubLayouts.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-05Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt1-2/+3
2009-07-05Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt1-5/+3
2009-07-05Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt1-13/+23
2009-07-05L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt1-11/+30
2009-07-05L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt1-3/+3
2009-06-28Keep track of whether messages should be given to new sublayouts in L.SubLayoutsAdam Vogt1-11/+11
2009-06-28Run sublayouts in L.Sublayouts in a restricted stateAdam Vogt1-3/+11
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-1/+1
2009-04-29Remove -XScopedTypeVariables requirement with L.SubLayoutsAdam Vogt1-10/+15
2009-04-23Add SubLayouts: a layout combinator for nesting layouts.Adam Vogt1-0/+445