aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Combo.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-22Refer to modm as the current modMaskAdam Vogt1-4/+4
2009-02-24Combo fix ReleaseResources when no windows are available, new fixAnders Engstrom1-6/+5
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-03-11Combo: update to work with runLayout changesBrent Yorgey1-7/+7
2008-02-22Combo: updated to latest runLayout changesAndrea Rossato1-3/+3
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+1
2007-12-01fix bug where we failed to hide combo decorations.David Roundy1-6/+10
2007-11-23Combo: some haddock formattingAndrea Rossato1-4/+4
2007-11-21Combo: haddock fixesAndrea Rossato1-16/+19
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki1-5/+5
2007-11-06Make Combo build on GHC 6.8Spencer Janssen1-4/+5
2007-11-01fix warnings in Combo.David Roundy1-2/+0
2007-11-01HierarchifySpencer Janssen1-6/+6
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-11-01port Combo (dropping combo).David Roundy1-54/+8
2007-10-23add new LayoutCombinators module.David Roundy1-1/+2
2007-10-20introduce new combineTwo layout combinator.David Roundy1-10/+93
2007-10-15improvements in Combo.David Roundy1-10/+15
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-1/+1
2007-10-14Various docstring fixesSpencer Janssen1-1/+1
2007-10-14Combo requires FlexibleContexts (but still doesn't compile under ghc head)Don Stewart1-2/+2
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-2/+1
2007-09-29some renaming of classes and data types.David Roundy1-6/+6
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+3
2007-09-25modifyLayout -> handleMessage.David Roundy1-2/+2
2007-09-25make Combo work with classDavid Roundy1-26/+43
2007-09-11Fixing some typos and grammar in documentation.Michael Fellinger1-1/+1
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-1/+5
2007-08-13fix bug in Combo where we ignored changes in super.David Roundy1-4/+4
2007-06-24clean up code in Combo.David Roundy1-15/+25
2007-06-23make everything work with new doLayout.David Roundy1-13/+17
2007-06-21add SimpleStacking module to make Combo and Tabbed work together.David Roundy1-1/+2
2007-06-20Combo.hs: use case instead of non-standard pattern matching.joachim.fasting1-7/+4
2007-06-20Combo.hs: tweak usage instructions.joachim.fasting1-1/+1
2007-06-20Fix type signatures.joachim.fasting1-2/+2
2007-06-16fix leak in Combo.David Roundy1-0/+9
2007-06-14Combo.hs: info and documentationAndrea Rossato1-4/+29
2007-06-12changes to work with Stacks that can't be empty.David Roundy1-4/+4
2007-06-12make combo sort of work with new doLayout.David Roundy1-3/+5
2007-06-12add new combo layout combiner.David Roundy1-0/+26