aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix haddock parse error in MouseResizableTileAdam Vogt2009-09-301-0/+2
* A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger2009-09-301-0/+279
* Replaced more stuff in X.L.Maximize with pure versionsJan Vornberger2009-05-171-5/+5
* Expanded on X.L.Maximize functionalityJan Vornberger2009-05-031-11/+16
* LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger2009-09-291-0/+95
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-194-30/+30
* Add function to disable focusFollowsMouse conditionallyDaniel Schoepe2009-08-291-1/+17
* Mark modules last-modified in 2007 as stableAdam Vogt2009-09-041-1/+1
* More flexible interface for X.H.FadeInactiveDaniel Schoepe2009-08-211-8/+8
* ThreeColMid - Swap slave window positionsAnders Engstrom2009-05-031-3/+3
* NoWrap export patch for use with X.L.MessageControlquentin.moser2009-01-281-7/+7
* new XMonad.Layout.MessageControl modulequentin.moser2009-01-281-0/+126
* Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifierAdam Vogt2009-07-261-13/+13
* LayoutBuilder - make an example more saneAnders Engstrom2009-05-131-3/+3
* remove myself as maintainer from code I don't maintain.David Roundy2009-07-161-1/+1
* Correct license for L.CenteredMasterAdam Vogt2009-07-081-1/+1
* Remove trailing whitespace from many modulesAdam Vogt2009-07-0513-57/+57
* Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt2009-07-051-2/+3
* Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt2009-07-051-5/+3
* Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt2009-07-051-13/+23
* L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt2009-07-051-11/+30
* L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt2009-07-051-3/+3
* 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