aboutsummaryrefslogtreecommitdiffstats
path: root/Mosaic.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-407/+0
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
* defaultLayouts -> layoutsSpencer Janssen2007-10-151-2/+2
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-0/+1
* Fixing some typos and grammar in documentation.Michael Fellinger2007-09-111-1/+1
* Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky2007-09-051-0/+10
* Mosaic.hs (really) Fix incorrect usage exampleJason Creighton2007-08-181-2/+1
* Mosaic.hs: Fix incorrect usage exampleJason Creighton2007-08-181-2/+2
* make everything work with new doLayout.David Roundy2007-06-231-5/+6
* make Mosaic lay thigs out a bit better.David Roundy2007-06-211-12/+12
* Whitespace.joachim.fasting2007-06-201-1/+1
* Make Mosaic compile without warningsSpencer Janssen2007-06-201-17/+12
* Mosaic.hs: get rid off some of the warnings generated by -Wall.joachim.fasting2007-06-201-3/+3
* Fix type signatures.joachim.fasting2007-06-201-1/+1
* Use Haskell '98 data declaration rather than GADT-styleSpencer Janssen2007-06-141-3/+1
* Mosaic.hs: info and documentationAndrea Rossato2007-06-141-25/+43
* 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