aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/SubLayouts.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-7/+4
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-16Describe parameters to subLayouts moreAdam Vogt1-5/+11
2009-10-16Refer to modMask as modm in L.SubLayouts sample keybindsAdam Vogt1-10/+10
2009-10-16Format L.SubLayout TODOAdam Vogt1-3/+5
2009-10-16Add more links in L.SubLayout documentationAdam Vogt1-5/+7
2009-10-16Link a screenshot in L.SubLayouts from the haskellwikiAdam Vogt1-0/+9
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-3/+4
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