aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-05-03ThreeCol - Update docs to match realityAnders Engstrom1-9/+10
2009-04-25Export ThreeColMid from L.ThreeColumnsMiddleAdam Vogt1-0/+4
2009-04-14ThreeColumns support middle column, with more backwards compatiblityAdam Vogt1-10/+18
2009-04-11X.L.ThreeColumnsMiddle merged into X.L.ThreeColumns with some new featuresAnders Engstrom2-117/+42
2009-05-03nameTail - Remove the first word of a layout descriptionAnders Engstrom1-2/+15
2009-05-02Add changeMaster function to L.MosaicAdam Vogt1-4/+8
2009-04-29Remove -XScopedTypeVariables requirement with L.SubLayoutsAdam Vogt1-10/+15
2009-04-23Add SubLayouts: a layout combinator for nesting layouts.Adam Vogt1-0/+445
2009-04-06Document and extend BoringWindows to support multiple sources of boring.Adam Vogt1-31/+90
2009-03-03Add Apply message to L.WindowNavigationAdam Vogt1-1/+7
2009-03-22Add promoteWarp event to L.MagicFocusAdam Vogt1-8/+44
2009-02-24Combo fix ReleaseResources when no windows are available, new fixAnders Engstrom1-6/+5
2009-02-21OneBig_resize.dpatchportnov841-0/+8
2009-02-20OneBig_layout.dpatchportnov841-0/+125
2009-04-15ComboPkonstantin.sobolev1-0/+180
2009-03-25More configurability for Layout.NoBorders (typeclass method)Adam Vogt1-32/+122