aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-30Fix haddock parse error in MouseResizableTileAdam Vogt1-0/+2
2009-09-30A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger1-0/+279
2009-05-17Replaced more stuff in X.L.Maximize with pure versionsJan Vornberger1-5/+5
2009-05-03Expanded on X.L.Maximize functionalityJan Vornberger1-11/+16
2009-09-29LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger1-0/+95
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe4-30/+30
2009-08-29Add function to disable focusFollowsMouse conditionallyDaniel Schoepe1-1/+17
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt1-1/+1
2009-08-21More flexible interface for X.H.FadeInactiveDaniel Schoepe1-8/+8
2009-05-03ThreeColMid - Swap slave window positionsAnders Engstrom1-3/+3
2009-01-28NoWrap export patch for use with X.L.MessageControlquentin.moser1-7/+7
2009-01-28new XMonad.Layout.MessageControl modulequentin.moser1-0/+126
2009-07-26Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifierAdam Vogt1-13/+13
2009-05-13LayoutBuilder - make an example more saneAnders Engstrom1-3/+3
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy1-1/+1
2009-07-08Correct license for L.CenteredMasterAdam Vogt1-1/+1
2009-07-05Remove trailing whitespace from many modulesAdam Vogt13-57/+57
2009-07-05Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt1-2/+3
2009-07-05Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt1-5/+3
2009-07-05Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt1-13/+23
2009-07-05L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt1-11/+30
2009-07-05L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt1-3/+3
2009-06-28Keep track of whether messages should be given to new sublayouts in L.SubLayoutsAdam Vogt1-11/+11
2009-06-28Run sublayouts in L.Sublayouts in a restricted stateAdam Vogt1-3/+11
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt17-46/+18
2009-06-05Column_layout.dpatchportnov841-0/+71
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt1-8/+8
2009-06-22Fix window ordering bug in L.LimitWindowsAdam Vogt1-4/+7
2009-06-22L.LimitWindows add usage information, functions to modify the limitAdam Vogt1-3/+46
2009-06-21Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov1-0/+4
2009-06-21Close tabs by middle click on tab decorationDmitry Astapov1-0/+10
2009-06-21Provide means to find original window by its decoration.Dmitry Astapov1-0/+4
2009-06-19Add L.LimitWindows layout modifierAdam Vogt1-0/+55
2009-06-18use 'take 1' instead of custom truncHead function in L.WindowNavigationAdam Vogt1-5/+1
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt12-37/+35
2009-06-17minor typo in ./XMonad/Layout/StackTile.hsJoachim Breitner1-1/+1
2009-06-04X.L.ResizableTile: make sure windows aren't resized to a height larger than t...Brent Yorgey1-1/+1
2009-06-02X.L.AutoMaster: fix warningRoman Cheplyaka1-1/+1
2009-04-26AutoMaster.dpatchIlya Portnov1-0/+123
2009-05-25Fix L.Mosaic bug where stored [Rational] was not extendedAdam Vogt1-2/+7
2009-05-25Remove L.ThreeColumnsMiddle compatiblity moduleAdam Vogt1-4/+0
2009-05-24LayoutBuilder fix maintainerAnders Engstrom1-1/+1
2009-05-24Simplyify L.Mosaic interface, and support resizing specific windowsAdam Vogt1-107/+112
2009-05-19L.ResizableTile document ResizableTall parameters with recordsAdam Vogt1-1/+14
2009-05-19L.LayoutHints, add layoutHintsToCentreAdam Vogt1-11/+162
2009-05-19Remove excess whitespace from L.LayoutHintsAdam Vogt1-3/+3
2009-05-14new layout module X.L.Spacing, put blank space around each windowBrent Yorgey1-0/+54
2009-05-09X.L.LayoutBuilder doc fix and cleaningAnders Engstrom1-17/+44
2009-05-09X.L.LayoutBuilder custom layoutsAnders Engstrom1-0/+250
2009-05-08Fix typo in L.Mosaic hintsAdam Vogt1-1/+1