aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/PerWorkspace.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-2/+0
* Generalises modWorkspace to take any layout-transforming functiongopsychonauts2013-05-011-12/+13
* Export PerWorkspace to allow type signaturesMalebria2008-06-201-0/+1
* PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou...Brent Yorgey2008-03-261-6/+33
* PerWorksapce: use a safer False as defaultAndrea Rossato2008-02-231-2/+2
* PerWorkspace: reimplemented using runLayoutAndrea Rossato2008-02-221-73/+27
* Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato2008-01-311-13/+64
* LayoutCombinator class: code clean upAndrea Rossato2008-01-291-3/+2
* Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato2008-01-291-64/+14
* PerWorkspace.hs: add an explanatory noteBrent Yorgey2007-12-311-0/+7
* Remove redundant importsSpencer Janssen2007-12-081-1/+0
* PerWorkspace.hs: various fixes and updatesBrent Yorgey2007-11-201-25/+38
* PerWorkspace.hs: minor haddock fixesAndrea Rossato2007-11-201-6/+1
* new contrib module: Layout.PerWorkspaceBrent Yorgey2007-11-201-0/+131