aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-16fix leak in Combo.David Roundy1-0/+9
We leaked decorations, since UnDoLayout wasn't passed to the actual layouts that had decorations attached. :( darcs-hash:20070616191052-72aca-9a2e2315e11257f5e5e35cd3944e2a4092919c74.gz
2007-06-14Combo.hs: info and documentationAndrea Rossato1-4/+29
darcs-hash:20070614143700-32816-1f77a0f873d4683088dcadc2a4910ef1c740015f.gz
2007-06-12changes to work with Stacks that can't be empty.David Roundy1-4/+4
darcs-hash:20070612151209-72aca-62307f8565fc32ca80be8daf2c30fe414d49111e.gz
2007-06-12make combo sort of work with new doLayout.David Roundy1-3/+5
For some reason (not entirely clear to me) this doesn't work properly just yet with the tabbed layout. :( But at least it'll compile. The trouble is that we have no way of tracking which tab ought to be visible without adding a *lot* of infrastructure. I'd rather have that infrastructure in xmonad proper than reimplement all the focus-handling in combo, so for now I'll just delay upgrading my xmonad at work... darcs-hash:20070612133027-72aca-666344cb28934cd2b226240fec42d1c1b3a5a12c.gz
2007-06-12add new combo layout combiner.David Roundy1-0/+26
darcs-hash:20070611224922-72aca-0881579ddddc2e12c9f9cb4cba9031a725a70913.gz