aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-11More predictable aspect ratio in GridVariants.GridNorbert Zeh1-2/+12
2009-03-01X.L.Master: fix number of windowsIsmael Carnales1-1/+1
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-03-14better Layout.NoBorders.smartBorders behavior on xineramaAdam Vogt1-1/+4
2009-02-22L.Cross: clarify documentationwirtwolff1-22/+19
2009-02-22documentation for IndependentScreensdaniel1-6/+64
2009-02-22eliminate a haddock warning in BoringWindowsdaniel1-2/+0
2009-02-22merge IndependentScreensdaniel1-1/+16
2009-02-22add type information for IndependentScreensdaniel1-21/+29
2009-02-22add some boilerplate comments at the top of IndependentScreensBrent Yorgey1-0/+15
2009-02-21IndependentScreens, v0.0daniel1-0/+8
2009-02-21change Cross data declaration into a record so that Haddock will parse the pe...Brent Yorgey1-4/+5
2009-02-13X.L.Master: turn it to a Layout modifier and update the codeIsmael Carnales1-74/+50
2009-02-09Add Cross LayoutLuis Cabellos zhen.sydow@gmail.com1-0/+114
2009-02-08cleanup and make X.L.Mosaic behavior more intuitive wrt. areasAdam Vogt1-18/+36
2009-01-29Added GridVariants.SplitGridNorbert Zeh1-31/+79
2009-01-30FixedColumn: added missing nmaster to the usage docIsmael Carnales1-1/+1
2009-01-26placement patch to XMonad.Layout.LayoutHintsquentin.moser1-6/+35
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
2009-01-14add a bit of documentation to HintedTileBrent Yorgey1-3/+4
2009-01-11CenteredMasterportnov841-0/+110
2009-01-02ThreeColumnsMiddlexmonad1-0/+92
2008-12-26X.L.Monitor: changes in message passingRoman Cheplyaka1-12/+14
2008-12-26X.L.Monitor: change interfaceRoman Cheplyaka1-48/+70
2008-12-25X.L.Monitor: docsRoman Cheplyaka1-1/+4
2008-12-12addition of combined TallGrid layoutNorbert Zeh1-0/+166
2008-12-13Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner1-0/+91
2008-12-15X.L.Monitor: recommend doHideIgnore (docs)Roman Cheplyaka1-1/+1
2008-12-15X.L.Monitor: docsRoman Cheplyaka1-5/+5
2008-12-15X.L.Monitor: export Monitor datatypeRoman Cheplyaka1-0/+1
2008-12-15X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka1-1/+3
2008-11-17Export setOpacity from FadeInactive. Document how to make monitor transparent...Roman Cheplyaka1-0/+5
2008-11-17Monitor: use broadcastMessage instead of sendMessage; this solves several issuesRoman Cheplyaka1-6/+1
2008-11-17Monitor: documented one more issueRoman Cheplyaka1-1/+4
2008-11-17Monitor: improved the docsRoman Cheplyaka1-6/+14
2008-11-15added XMonad.Layout.MonitorRoman Cheplyaka1-0/+131
2008-11-10Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka1-1/+1
2008-10-15let MagnifyLess actually magnify lessdaniel1-2/+2
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner8-55/+27
2008-10-05SmartBorders even for empty layoutsJoachim Breitner1-3/+8
2008-10-03minor explanatory commentdaniel1-1/+2
2008-09-30XMonad.Layout.HintedGrid: add GridRatio (--no-test because of haddock breakage)Lukas Mai1-9/+18
2008-09-26fix a divide by zero error in Griddaniel1-1/+1
2008-09-22flip GridRatio to match convention (x/y)Devin Mullins1-3/+3
2008-09-22let Grid have a configurable aspect ratio goaldaniel2-8/+17