aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/PerWorkspace.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-2/+0
2013-05-01Generalises modWorkspace to take any layout-transforming functiongopsychonauts1-12/+13
2008-06-20Export PerWorkspace to allow type signaturesMalebria1-0/+1
2008-03-26PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou...Brent Yorgey1-6/+33
2008-02-23PerWorksapce: use a safer False as defaultAndrea Rossato1-2/+2
2008-02-22PerWorkspace: reimplemented using runLayoutAndrea Rossato1-73/+27
2008-01-31Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato1-13/+64
2008-01-29LayoutCombinator class: code clean upAndrea Rossato1-3/+2
2008-01-29Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato1-64/+14
2007-12-31PerWorkspace.hs: add an explanatory noteBrent Yorgey1-0/+7
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
2007-11-20PerWorkspace.hs: various fixes and updatesBrent Yorgey1-25/+38
2007-11-20PerWorkspace.hs: minor haddock fixesAndrea Rossato1-6/+1
2007-11-20new contrib module: Layout.PerWorkspaceBrent Yorgey1-0/+131