aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutCombinators.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reenable JumpToLayout in NewSelect.David Roundy2007-11-011-3/+35
| | | | darcs-hash:20071101181128-72aca-c8fa9adb8a820baea5af41ff17c37d323b34dfe1.gz
* Remove 'descriptions' stuff from NewSelect. I think we can do this without ↵Spencer Janssen2007-11-011-21/+0
| | | | | | make LayoutClass larger darcs-hash:20071101033844-a5988-c6ca70c73a16cea6ad9686ab941222ac0de1fda1.gz
* add NewSelect layout combinator.David Roundy2007-10-241-2/+78
| | | | | | | | | | | This patch adds a selection layout combinator ||| which replaces Select, and makes the Layout data type unnecessary. This combinator isn't yet feature-complete, as I didn't implement backwards rotation (PrevLayout), but that's obviously doable. This patch requires the descriptions function be added to LayoutClass in core. darcs-hash:20071024152648-72aca-4ca84d747697ceee68e33f0afed95821d4b90229.gz
* add new LayoutCombinators module.David Roundy2007-10-231-0/+41
darcs-hash:20071023135638-72aca-1b19cf35b57dcbf9ed6fa023b09977f3d457fa6b.gz