aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Mosaic.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+2
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-2/+2
* Refer to modm as the current modMaskAdam Vogt2009-10-221-3/+3
* Make L.Mosaic explicit imports compatible with haskell-src-extsAdam Vogt2009-10-121-3/+3
* Fix L.Mosaic bug where stored [Rational] was not extendedAdam Vogt2009-05-251-2/+7
* Simplyify L.Mosaic interface, and support resizing specific windowsAdam Vogt2009-05-241-107/+112
* Fix typo in L.Mosaic hintsAdam Vogt2009-05-081-1/+1
* Add changeMaster function to L.MosaicAdam Vogt2009-05-021-4/+8
* Cleanup X.L.Mosaic, without breaking itAdam Vogt2009-02-191-5/+4
* X.L.Mosaic: prevent users from causing non-termination with negative elementsAdam Vogt2009-02-101-5/+7
* cleanup and make X.L.Mosaic behavior more intuitive wrt. areasAdam Vogt2009-02-081-18/+36
* Mosaic picks the middle aspect layout, unless overridenAdam Vogt2009-01-261-15/+12
* Mosaic: stop preventing access to the widest layoutsAdam Vogt2009-01-251-1/+1
* X.L.Mosaic add documentation, update interface and aspect ratio behaviorAdam Vogt2009-01-251-25/+63
* X.L.Mosaic: haddock fixRoman Cheplyaka2009-01-251-4/+5
* A mosaic layout based on MosaicAltAdam Vogt2009-01-241-0/+141
* cut Anneal and Mosaic.David Roundy2008-03-221-487/+0
* mark Mosaic as broken. use MosaicAltDon Stewart2008-03-201-0/+2
* More import pruningSpencer Janssen2007-12-081-1/+0
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Remove redundant importsSpencer Janssen2007-12-081-2/+0
* more coding on Mosaic.David Roundy2007-11-231-33/+55
* make Mosaic read (and partially try to obey) WM hints.David Roundy2007-11-231-14/+56
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-231-1/+1
* clean up mosaic a bit more.David Roundy2007-11-231-49/+62
* Mosaic: fix docsAndrea Rossato2007-11-231-2/+1
* remove need for faulty Read instance of NamedWindow.David Roundy2007-11-221-14/+14
* Mosaic: unbreak build, remove unused import that ghc complains aboutAlec Berryman2007-11-221-1/+0
* Make the original Mosaic work with LayoutClassAndrea Rossato2007-11-221-0/+414
* remove Mosaic and Anneal.David Roundy2007-11-191-407/+0
* HierarchifySpencer Janssen2007-11-011-0/+407