aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutCombinators.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-01reenable JumpToLayout in NewSelect.David Roundy1-3/+35
darcs-hash:20071101181128-72aca-c8fa9adb8a820baea5af41ff17c37d323b34dfe1.gz
2007-11-01Remove 'descriptions' stuff from NewSelect. I think we can do this without ↵Spencer Janssen1-21/+0
make LayoutClass larger darcs-hash:20071101033844-a5988-c6ca70c73a16cea6ad9686ab941222ac0de1fda1.gz
2007-10-24add NewSelect layout combinator.David Roundy1-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
2007-10-23add new LayoutCombinators module.David Roundy1-0/+41
darcs-hash:20071023135638-72aca-1b19cf35b57dcbf9ed6fa023b09977f3d457fa6b.gz