aboutsummaryrefslogtreecommitdiffstats
path: root/Mosaic.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
| | | | darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
* defaultLayouts -> layoutsSpencer Janssen2007-10-151-2/+2
| | | | darcs-hash:20071015205542-a5988-4636825868c99db4f3cfdcd6b1e361d78e393762.gz
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-0/+1
| | | | | | | | It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz
* Fixing some typos and grammar in documentation.Michael Fellinger2007-09-111-1/+1
| | | | darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
* Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky2007-09-051-0/+10
| | | | | | for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
* Mosaic.hs (really) Fix incorrect usage exampleJason Creighton2007-08-181-2/+1
| | | | | | | "tall" and "wide" are anachronisms as well. It makes me wonder how we can and/or should give examples like this that don't bitrot and confuse newbies. darcs-hash:20070818215725-b9aa7-0cc6e436399b37ec4ecea55fdf31d93f30fc84e8.gz
* Mosaic.hs: Fix incorrect usage exampleJason Creighton2007-08-181-2/+2
| | | | darcs-hash:20070818212854-b9aa7-1109855801a75b0f086b039c87e5295f392e6d3e.gz
* make everything work with new doLayout.David Roundy2007-06-231-5/+6
| | | | | | | | | 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
* make Mosaic lay thigs out a bit better.David Roundy2007-06-211-12/+12
| | | | darcs-hash:20070621162632-72aca-6a8dad6e062ce0fc49accbf49dfda2fa8cee7a3d.gz
* Whitespace.joachim.fasting2007-06-201-1/+1
| | | | darcs-hash:20070620115852-ea16c-990153eabeb0096484a63c034fbe42038b1268f6.gz
* Make Mosaic compile without warningsSpencer Janssen2007-06-201-17/+12
| | | | darcs-hash:20070620153111-a5988-396f43cde7cb8078fb736f05f1afc82015dd265e.gz
* Mosaic.hs: get rid off some of the warnings generated by -Wall.joachim.fasting2007-06-201-3/+3
| | | | | | | Unused definitions and imports left in, as I assume they'll be used for something later on. darcs-hash:20070620123449-ea16c-aadadae5c3502ac069763f93aa2eb73c797b4569.gz
* Fix type signatures.joachim.fasting2007-06-201-1/+1
| | | | | | Think this fixes the rest of the errors caused by the Layout change. darcs-hash:20070619220323-ea16c-3274cd24d01bc932089ab88191ccda316ea93b01.gz
* Use Haskell '98 data declaration rather than GADT-styleSpencer Janssen2007-06-141-3/+1
| | | | darcs-hash:20070614205211-a5988-dec9cdc964e4a3023a02f75aa1f67f116a581b5f.gz
* Mosaic.hs: info and documentationAndrea Rossato2007-06-141-25/+43
| | | | darcs-hash:20070614144118-32816-b5e62a2a55b6ce483e4ce39ae71431307b398b39.gz
* add -fglasgow-exts to some modules that use it.David Roundy2007-06-121-0/+1
| | | | darcs-hash:20070612170349-72aca-46faff8894bfdde04de59d2811cb3093f1a1da4a.gz
* Documentation fixSpencer Janssen2007-06-121-1/+1
| | | | darcs-hash:20070612035655-a5988-73e32ac346353e00ad5a266797ebe4dee9df672e.gz
* add keybinding to make aspect ratio flexible.David Roundy2007-06-111-1/+11
| | | | darcs-hash:20070611165915-72aca-71feda8a298a6405264db5cb3dae5eb378a1511e.gz
* Updates to work with recent API changesSpencer Janssen2007-06-111-1/+2
| | | | darcs-hash:20070611183439-a5988-c3d6cc194fa83f012ab49d6d79130ff459dcdfe1.gz
* update Mosaic for latest changes.David Roundy2007-06-101-2/+2
| | | | darcs-hash:20070610145816-72aca-d935bc9ead6eff049c1b09681727c38522b2e2c9.gz
* maximize rather than minimize the rating.David Roundy2007-06-011-1/+1
| | | | darcs-hash:20070601183240-72aca-496237c05e03b76ae05495afb22b36ced21d7b60.gz
* improve changeMosaic.David Roundy2007-06-011-3/+11
| | | | darcs-hash:20070601175042-72aca-2fc051063bc744a4ecf322361e372473aad122c4.gz
* cut obsolete description of mosaic.David Roundy2007-06-091-9/+4
| | | | darcs-hash:20070609131456-72aca-5642944dfe7e8a65d4cf3de23d130445b229f976.gz
* start switching over to a Monte Carlo algorithm for MosaicDavid Roundy2007-06-011-26/+95
| | | | darcs-hash:20070601170505-72aca-85ecaae664eb2f1895e3ababbe18514add559c29.gz
* new layout algorithm for Mosaic.David Roundy2007-05-271-98/+210
| | | | darcs-hash:20070527191153-72aca-0ac95cbf4b53e4f307499f74e1ab73ef04ef1370.gz
* Extract NamedWindow support from Mosaic into its own moduleglasser2007-05-231-21/+2
| | | | darcs-hash:20070523155855-64353-c23049efec2d620ede1e7acfcc5f1f979148c6fe.gz
* Fixes for windowset -> workspace renameSpencer Janssen2007-05-211-1/+1
| | | | darcs-hash:20070521042118-a5988-a2f979585ee35d3905dbcf6244c22af67489caa6.gz
* make Mosaic even less picky by default.David Roundy2007-05-161-1/+1
| | | | darcs-hash:20070516175554-72aca-a76b0ca2034893ddf4bd9d90cf80a942cbc9e8fd.gz
* add clear window message in Mosaic.David Roundy2007-05-161-3/+7
| | | | darcs-hash:20070516175518-72aca-25bed51b855e2e1d1308c83a66936ffe8e48c4ea.gz
* throttle the exponential expense when many windows are present.David Roundy2007-05-161-1/+4
| | | | darcs-hash:20070516022123-72aca-6ddd484c729d2a107c263e263a451228179e3cc8.gz
* make mosaic configure windows by name rather than by Window.David Roundy2007-05-121-27/+42
| | | | | | | | | | Note that this is still pretty flawed. Often window names change, and the layout then stagnates a bit. Gimp, for example, opens most its windows with the same name before renaming them, so you have to hit mod-return or something to force a doLayout. Also, gimp still overrides xmonad regarding the size of its main window. :( darcs-hash:20070512215644-72aca-85bc925412c0daac97b751dafe6d3b8933e2d234.gz
* switch to Message type for layout messagesDon Stewart2007-05-051-3/+6
| | | | darcs-hash:20070505014332-9c5c1-55422992059769dabb9a43c980650f1910f79f48.gz
* Fix instructions in Mosaic.Chris Mears2007-05-041-2/+2
| | | | darcs-hash:20070503222345-03b70-bb2f870ddfcdf129ff0439bc6fd5adf2b8fae698.gz
* add Mosaic layout.David Roundy2007-05-031-0/+183
darcs-hash:20070503151024-72aca-2f5bae5d24e35d201034593023593d595b704540.gz