aboutsummaryrefslogtreecommitdiffstats
path: root/Mosaic.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fglasgow-exts to some modules that use it.David Roundy2007-06-121-0/+1
* Documentation fixSpencer Janssen2007-06-121-1/+1
* add keybinding to make aspect ratio flexible.David Roundy2007-06-111-1/+11
* Updates to work with recent API changesSpencer Janssen2007-06-111-1/+2
* update Mosaic for latest changes.David Roundy2007-06-101-2/+2
* maximize rather than minimize the rating.David Roundy2007-06-011-1/+1
* improve changeMosaic.David Roundy2007-06-011-3/+11
* cut obsolete description of mosaic.David Roundy2007-06-091-9/+4
* start switching over to a Monte Carlo algorithm for MosaicDavid Roundy2007-06-011-26/+95
* new layout algorithm for Mosaic.David Roundy2007-05-271-98/+210
* Extract NamedWindow support from Mosaic into its own moduleglasser2007-05-231-21/+2
* Fixes for windowset -> workspace renameSpencer Janssen2007-05-211-1/+1
* make Mosaic even less picky by default.David Roundy2007-05-161-1/+1
* add clear window message in Mosaic.David Roundy2007-05-161-3/+7
* throttle the exponential expense when many windows are present.David Roundy2007-05-161-1/+4
* make mosaic configure windows by name rather than by Window.David Roundy2007-05-121-27/+42
* switch to Message type for layout messagesDon Stewart2007-05-051-3/+6
* Fix instructions in Mosaic.Chris Mears2007-05-041-2/+2
* add Mosaic layout.David Roundy2007-05-031-0/+183