aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keep track of whether messages should be given to new sublayouts in L.SubLayoutsAdam Vogt2009-06-281-11/+11
* Run sublayouts in L.Sublayouts in a restricted stateAdam Vogt2009-06-281-3/+11
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-2617-46/+18
* Column_layout.dpatchportnov842009-06-051-0/+71
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-241-8/+8
* Fix window ordering bug in L.LimitWindowsAdam Vogt2009-06-221-4/+7
* L.LimitWindows add usage information, functions to modify the limitAdam Vogt2009-06-221-3/+46
* Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov2009-06-211-0/+4
* Close tabs by middle click on tab decorationDmitry Astapov2009-06-211-0/+10
* Provide means to find original window by its decoration.Dmitry Astapov2009-06-211-0/+4
* Add L.LimitWindows layout modifierAdam Vogt2009-06-191-0/+55
* use 'take 1' instead of custom truncHead function in L.WindowNavigationAdam Vogt2009-06-181-5/+1
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-1812-37/+35
* minor typo in ./XMonad/Layout/StackTile.hsJoachim Breitner2009-06-171-1/+1
* X.L.ResizableTile: make sure windows aren't resized to a height larger than t...Brent Yorgey2009-06-041-1/+1
* X.L.AutoMaster: fix warningRoman Cheplyaka2009-06-021-1/+1
* AutoMaster.dpatchIlya Portnov2009-04-261-0/+123
* Fix L.Mosaic bug where stored [Rational] was not extendedAdam Vogt2009-05-251-2/+7
* Remove L.ThreeColumnsMiddle compatiblity moduleAdam Vogt2009-05-251-4/+0
* LayoutBuilder fix maintainerAnders Engstrom2009-05-241-1/+1
* Simplyify L.Mosaic interface, and support resizing specific windowsAdam Vogt2009-05-241-107/+112
* L.ResizableTile document ResizableTall parameters with recordsAdam Vogt2009-05-191-1/+14
* L.LayoutHints, add layoutHintsToCentreAdam Vogt2009-05-191-11/+162
* Remove excess whitespace from L.LayoutHintsAdam Vogt2009-05-191-3/+3
* new layout module X.L.Spacing, put blank space around each windowBrent Yorgey2009-05-141-0/+54
* X.L.LayoutBuilder doc fix and cleaningAnders Engstrom2009-05-091-17/+44
* X.L.LayoutBuilder custom layoutsAnders Engstrom2009-05-091-0/+250
* Fix typo in L.Mosaic hintsAdam Vogt2009-05-081-1/+1
* ThreeCol - Update docs to match realityAnders Engstrom2009-05-031-9/+10
* Export ThreeColMid from L.ThreeColumnsMiddleAdam Vogt2009-04-251-0/+4
* ThreeColumns support middle column, with more backwards compatiblityAdam Vogt2009-04-141-10/+18
* X.L.ThreeColumnsMiddle merged into X.L.ThreeColumns with some new featuresAnders Engstrom2009-04-112-117/+42
* nameTail - Remove the first word of a layout descriptionAnders Engstrom2009-05-031-2/+15
* Add changeMaster function to L.MosaicAdam Vogt2009-05-021-4/+8
* Remove -XScopedTypeVariables requirement with L.SubLayoutsAdam Vogt2009-04-291-10/+15
* Add SubLayouts: a layout combinator for nesting layouts.Adam Vogt2009-04-231-0/+445
* Document and extend BoringWindows to support multiple sources of boring.Adam Vogt2009-04-061-31/+90
* Add Apply message to L.WindowNavigationAdam Vogt2009-03-031-1/+7
* Add promoteWarp event to L.MagicFocusAdam Vogt2009-03-221-8/+44
* Combo fix ReleaseResources when no windows are available, new fixAnders Engstrom2009-02-241-6/+5
* OneBig_resize.dpatchportnov842009-02-211-0/+8
* OneBig_layout.dpatchportnov842009-02-201-0/+125
* 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