aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Mosaic.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+2
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-3/+3
2009-10-12Make L.Mosaic explicit imports compatible with haskell-src-extsAdam Vogt1-3/+3
2009-05-25Fix L.Mosaic bug where stored [Rational] was not extendedAdam Vogt1-2/+7
2009-05-24Simplyify L.Mosaic interface, and support resizing specific windowsAdam Vogt1-107/+112
2009-05-08Fix typo in L.Mosaic hintsAdam Vogt1-1/+1
2009-05-02Add changeMaster function to L.MosaicAdam Vogt1-4/+8
2009-02-19Cleanup X.L.Mosaic, without breaking itAdam Vogt1-5/+4
2009-02-10X.L.Mosaic: prevent users from causing non-termination with negative elementsAdam Vogt1-5/+7
2009-02-08cleanup and make X.L.Mosaic behavior more intuitive wrt. areasAdam Vogt1-18/+36
2009-01-26Mosaic picks the middle aspect layout, unless overridenAdam Vogt1-15/+12
2009-01-25Mosaic: stop preventing access to the widest layoutsAdam Vogt1-1/+1
2009-01-25X.L.Mosaic add documentation, update interface and aspect ratio behaviorAdam Vogt1-25/+63
2009-01-25X.L.Mosaic: haddock fixRoman Cheplyaka1-4/+5
2009-01-24A mosaic layout based on MosaicAltAdam Vogt1-0/+141
2008-03-22cut Anneal and Mosaic.David Roundy1-487/+0
2008-03-20mark Mosaic as broken. use MosaicAltDon Stewart1-0/+2
2007-12-08More import pruningSpencer Janssen1-1/+0
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-2/+0
2007-11-23more coding on Mosaic.David Roundy1-33/+55
2007-11-23make Mosaic read (and partially try to obey) WM hints.David Roundy1-14/+56
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23clean up mosaic a bit more.David Roundy1-49/+62
2007-11-23Mosaic: fix docsAndrea Rossato1-2/+1
2007-11-22remove need for faulty Read instance of NamedWindow.David Roundy1-14/+14
2007-11-22Mosaic: unbreak build, remove unused import that ghc complains aboutAlec Berryman1-1/+0
2007-11-22Make the original Mosaic work with LayoutClassAndrea Rossato1-0/+414
2007-11-19remove Mosaic and Anneal.David Roundy1-407/+0
2007-11-01HierarchifySpencer Janssen1-6/+6
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