aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* ComboPkonstantin.sobolev2009-04-151-0/+180
* More configurability for Layout.NoBorders (typeclass method)Adam Vogt2009-03-251-32/+122
* More predictable aspect ratio in GridVariants.GridNorbert Zeh2009-03-111-2/+12
* X.L.Master: fix number of windowsIsmael Carnales2009-03-011-1/+1
* 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
* better Layout.NoBorders.smartBorders behavior on xineramaAdam Vogt2009-03-141-1/+4
* L.Cross: clarify documentationwirtwolff2009-02-221-22/+19
* documentation for IndependentScreensdaniel2009-02-221-6/+64
* eliminate a haddock warning in BoringWindowsdaniel2009-02-221-2/+0
* merge IndependentScreensdaniel2009-02-221-1/+16
* add type information for IndependentScreensdaniel2009-02-221-21/+29
* add some boilerplate comments at the top of IndependentScreensBrent Yorgey2009-02-221-0/+15
* IndependentScreens, v0.0daniel2009-02-211-0/+8
* change Cross data declaration into a record so that Haddock will parse the pe...Brent Yorgey2009-02-211-4/+5
* X.L.Master: turn it to a Layout modifier and update the codeIsmael Carnales2009-02-131-74/+50
* Add Cross LayoutLuis Cabellos zhen.sydow@gmail.com2009-02-091-0/+114
* cleanup and make X.L.Mosaic behavior more intuitive wrt. areasAdam Vogt2009-02-081-18/+36
* Added GridVariants.SplitGridNorbert Zeh2009-01-291-31/+79
* FixedColumn: added missing nmaster to the usage docIsmael Carnales2009-01-301-1/+1
* placement patch to XMonad.Layout.LayoutHintsquentin.moser2009-01-261-6/+35
* 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
* add a bit of documentation to HintedTileBrent Yorgey2009-01-141-3/+4
* CenteredMasterportnov842009-01-111-0/+110
* ThreeColumnsMiddlexmonad2009-01-021-0/+92
* X.L.Monitor: changes in message passingRoman Cheplyaka2008-12-261-12/+14
* X.L.Monitor: change interfaceRoman Cheplyaka2008-12-261-48/+70
* X.L.Monitor: docsRoman Cheplyaka2008-12-251-1/+4
* addition of combined TallGrid layoutNorbert Zeh2008-12-121-0/+166
* Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner2008-12-131-0/+91
* X.L.Monitor: recommend doHideIgnore (docs)Roman Cheplyaka2008-12-151-1/+1
* X.L.Monitor: docsRoman Cheplyaka2008-12-151-5/+5
* X.L.Monitor: export Monitor datatypeRoman Cheplyaka2008-12-151-0/+1
* X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka2008-12-151-1/+3
* Export setOpacity from FadeInactive. Document how to make monitor transparent...Roman Cheplyaka2008-11-171-0/+5
* Monitor: use broadcastMessage instead of sendMessage; this solves several issuesRoman Cheplyaka2008-11-171-6/+1
* Monitor: documented one more issueRoman Cheplyaka2008-11-171-1/+4
* Monitor: improved the docsRoman Cheplyaka2008-11-171-6/+14
* added XMonad.Layout.MonitorRoman Cheplyaka2008-11-151-0/+131
* Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka2008-11-101-1/+1
* let MagnifyLess actually magnify lessdaniel2008-10-151-2/+2
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-058-55/+27
* SmartBorders even for empty layoutsJoachim Breitner2008-10-051-3/+8
* minor explanatory commentdaniel2008-10-031-1/+2
* XMonad.Layout.HintedGrid: add GridRatio (--no-test because of haddock breakage)Lukas Mai2008-09-301-9/+18
* fix a divide by zero error in Griddaniel2008-09-261-1/+1