aboutsummaryrefslogtreecommitdiffstats
path: root/Mosaic.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-01HierarchifySpencer Janssen1-407/+0
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-2/+2
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-0/+1
2007-09-11Fixing some typos and grammar in documentation.Michael Fellinger1-1/+1
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-0/+10
2007-08-18Mosaic.hs (really) Fix incorrect usage exampleJason Creighton1-2/+1
2007-08-18Mosaic.hs: Fix incorrect usage exampleJason Creighton1-2/+2
2007-06-23make everything work with new doLayout.David Roundy1-5/+6
2007-06-21make Mosaic lay thigs out a bit better.David Roundy1-12/+12
2007-06-20Whitespace.joachim.fasting1-1/+1
2007-06-20Make Mosaic compile without warningsSpencer Janssen1-17/+12
2007-06-20Mosaic.hs: get rid off some of the warnings generated by -Wall.joachim.fasting1-3/+3
2007-06-20Fix type signatures.joachim.fasting1-1/+1
2007-06-14Use Haskell '98 data declaration rather than GADT-styleSpencer Janssen1-3/+1
2007-06-14Mosaic.hs: info and documentationAndrea Rossato1-25/+43
2007-06-12add -fglasgow-exts to some modules that use it.David Roundy1-0/+1
2007-06-12Documentation fixSpencer Janssen1-1/+1
2007-06-11add keybinding to make aspect ratio flexible.David Roundy1-1/+11
2007-06-11Updates to work with recent API changesSpencer Janssen1-1/+2
2007-06-10update Mosaic for latest changes.David Roundy1-2/+2
2007-06-01maximize rather than minimize the rating.David Roundy1-1/+1
2007-06-01improve changeMosaic.David Roundy1-3/+11
2007-06-09cut obsolete description of mosaic.David Roundy1-9/+4
2007-06-01start switching over to a Monte Carlo algorithm for MosaicDavid Roundy1-26/+95
2007-05-27new layout algorithm for Mosaic.David Roundy1-98/+210
2007-05-23Extract NamedWindow support from Mosaic into its own moduleglasser1-21/+2
2007-05-21Fixes for windowset -> workspace renameSpencer Janssen1-1/+1
2007-05-16make Mosaic even less picky by default.David Roundy1-1/+1
2007-05-16add clear window message in Mosaic.David Roundy1-3/+7
2007-05-16throttle the exponential expense when many windows are present.David Roundy1-1/+4
2007-05-12make mosaic configure windows by name rather than by Window.David Roundy1-27/+42
2007-05-05switch to Message type for layout messagesDon Stewart1-3/+6
2007-05-04Fix instructions in Mosaic.Chris Mears1-2/+2
2007-05-03add Mosaic layout.David Roundy1-0/+183