aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
* port Combo (dropping combo).David Roundy2007-11-011-54/+8
* add new LayoutCombinators module.David Roundy2007-10-231-1/+2
* introduce new combineTwo layout combinator.David Roundy2007-10-201-10/+93
* improvements in Combo.David Roundy2007-10-151-10/+15
* defaultLayouts -> layoutsSpencer Janssen2007-10-151-1/+1
* Various docstring fixesSpencer Janssen2007-10-141-1/+1
* Combo requires FlexibleContexts (but still doesn't compile under ghc head)Don Stewart2007-10-141-2/+2
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-2/+1
* some renaming of classes and data types.David Roundy2007-09-291-6/+6
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+3
* modifyLayout -> handleMessage.David Roundy2007-09-251-2/+2
* make Combo work with classDavid Roundy2007-09-251-26/+43
* Fixing some typos and grammar in documentation.Michael Fellinger2007-09-111-1/+1
* Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky2007-09-051-1/+5
* fix bug in Combo where we ignored changes in super.David Roundy2007-08-131-4/+4
* clean up code in Combo.David Roundy2007-06-241-15/+25
* make everything work with new doLayout.David Roundy2007-06-231-13/+17
* add SimpleStacking module to make Combo and Tabbed work together.David Roundy2007-06-211-1/+2
* Combo.hs: use case instead of non-standard pattern matching.joachim.fasting2007-06-201-7/+4
* Combo.hs: tweak usage instructions.joachim.fasting2007-06-201-1/+1
* Fix type signatures.joachim.fasting2007-06-201-2/+2
* fix leak in Combo.David Roundy2007-06-161-0/+9
* Combo.hs: info and documentationAndrea Rossato2007-06-141-4/+29
* changes to work with Stacks that can't be empty.David Roundy2007-06-121-4/+4
* make combo sort of work with new doLayout.David Roundy2007-06-121-3/+5
* add new combo layout combiner.David Roundy2007-06-121-0/+26