aboutsummaryrefslogtreecommitdiffstats
path: root/SimpleStacking.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SimpleStacking: -Wall policeAlec Berryman2007-07-041-5/+3
| | | | darcs-hash:20070704201255-39448-8a8434bf1caadfe6209addce81f2519f1b1dcbde.gz
* SimpleStacking: remove note about Xinerama incompatability, works fine nowAlec Berryman2007-07-041-2/+0
| | | | darcs-hash:20070704200626-39448-f68cd763578d89754a166e79e9f0927750c37d1c.gz
* make everything work with new doLayout.David Roundy2007-06-231-14/+10
| | | | | | | | | This modifies all the contrib modules to work (so far as I know) with the new contrib layout. The exception is the LayoutHooks module, which isn't used. It exports an API that is inherently unsafe, so far as I can tell (and always has been). darcs-hash:20070623210952-72aca-1993ca13dc6996b59fedacc271c03fbaf87eabaa.gz
* Note that SimpleStacking is incompatible with XineramaJason Creighton2007-06-271-0/+2
| | | | | | | | It's unclear to me what SimpleStacking is supposed to accomplish, so I'm just going to note that it doesn't work with Xinerama. (Due to assuming that the current workspace is the one being laid out) darcs-hash:20070627035426-b9aa7-2f0c0a1e0beb080e323847e34db35cc5fec6b073.gz
* add SimpleStacking module to make Combo and Tabbed work together.David Roundy2007-06-211-0/+50
WARNING! This change will break existing Tabbed configurations. The problem is that there is no way within a Layout's "doLayout" to safely modify the layout itself. This makes LayoutHooks fragile, and more to the point, makes SimpleStacking fragile, so we can't safely define a tabbed' darcs-hash:20070621151524-72aca-2466fff5a37ce1388879367c419cf52161f8f838.gz