aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/LayoutCombinators.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* LayoutCombinators.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-2/+2
* Refer to modm as the current modMaskAdam Vogt2009-10-221-1/+1
* NoWrap export patch for use with X.L.MessageControlquentin.moser2009-01-281-7/+7
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-261-2/+1
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
* LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey2008-03-161-15/+78
* LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato2008-02-231-8/+6
* Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato2008-01-311-66/+1
* LayoutCombinator class: code clean upAndrea Rossato2008-01-291-12/+10
* Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato2008-01-291-29/+95
* Make LayoutCombinators deal with emptyLayoutAndrea Rossato2008-01-271-0/+4
* More import pruningSpencer Janssen2007-12-081-2/+1
* LayoutCombinators: a few minor haddock fixesBrent Yorgey2007-11-271-13/+11
* LayoutCombinators: changes infixes and added many other combinators.Andrea Rossato2007-11-271-71/+98
* Alleviate clashing symbols with XMonad.ManageHook.<||>Spencer Janssen2007-11-271-1/+1
* LayoutCombinators: fix docAndrea Rossato2007-11-231-1/+1
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-231-1/+1
* LayoutCombinators: haddock documentationAndrea Rossato2007-11-231-23/+90
* simplify NewSelect code.David Roundy2007-11-141-59/+41
* fix bug in LayoutCombinators.David Roundy2007-11-141-2/+2
* Make Combo build on GHC 6.8Spencer Janssen2007-11-061-3/+3
* add new off-center layout combinators.David Roundy2007-11-011-9/+24
* make Hierarchical LayoutCombinators.David Roundy2007-11-011-2/+2
* HierarchifySpencer Janssen2007-11-011-0/+128