aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/LayoutCombinators.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-14LayoutCombinators.hs: rm trailing whitespacegwern01-1/+1
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
2009-01-28NoWrap export patch for use with X.L.MessageControlquentin.moser1-7/+7
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-03-16LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey1-15/+78
2008-02-23LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato1-8/+6
2008-01-31Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato1-66/+1
2008-01-29LayoutCombinator class: code clean upAndrea Rossato1-12/+10
2008-01-29Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato1-29/+95
2008-01-27Make LayoutCombinators deal with emptyLayoutAndrea Rossato1-0/+4
2007-12-08More import pruningSpencer Janssen1-2/+1
2007-11-27LayoutCombinators: a few minor haddock fixesBrent Yorgey1-13/+11
2007-11-27LayoutCombinators: changes infixes and added many other combinators.Andrea Rossato1-71/+98
2007-11-27Alleviate clashing symbols with XMonad.ManageHook.<||>Spencer Janssen1-1/+1
2007-11-23LayoutCombinators: fix docAndrea Rossato1-1/+1
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23LayoutCombinators: haddock documentationAndrea Rossato1-23/+90
2007-11-14simplify NewSelect code.David Roundy1-59/+41
2007-11-14fix bug in LayoutCombinators.David Roundy1-2/+2
2007-11-06Make Combo build on GHC 6.8Spencer Janssen1-3/+3
2007-11-01add new off-center layout combinators.David Roundy1-9/+24
2007-11-01make Hierarchical LayoutCombinators.David Roundy1-2/+2
2007-11-01HierarchifySpencer Janssen1-4/+4
2007-11-01reenable JumpToLayout in NewSelect.David Roundy1-3/+35
2007-11-01Remove 'descriptions' stuff from NewSelect. I think we can do this without m...Spencer Janssen1-21/+0
2007-10-24add NewSelect layout combinator.David Roundy1-2/+78
2007-10-23add new LayoutCombinators module.David Roundy1-0/+41