aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Note L.Minimize in L.LimitWindows haddocks.Adam Vogt2009-10-141-0/+1
* Move limitSelect into L.LimitWindowsMax Rabkin2009-10-142-123/+63
* added haddocks for L.SelectiveMax Rabkin2009-10-021-1/+36
* Support IncMasterN in SelectiveMax Rabkin2009-09-291-0/+9
* removed commented-out codeMax Rabkin2009-09-291-24/+0
* Test that update preserves invariants of SelectionMax Rabkin2009-09-291-1/+1
* Add "Selective" layout modifierMax Rabkin2009-09-291-0/+98
* Cleanup L.BorderResizeAdam Vogt2009-10-121-52/+46
* Layout modifier to resize windows by dragging their borders with the mouseJan Vornberger2009-10-121-0/+170
* Make L.Mosaic explicit imports compatible with haskell-src-extsAdam Vogt2009-10-121-3/+3
* Put screenshots inline for L.ThreeColumns and L.RoledexAdam Vogt2009-10-122-5/+13
* Use LANGUAGE pragma instead of -fglasgow-exts in L.MinimizeAdam Vogt2009-10-121-1/+1
* Add a description to L.LayoutScreensAdam Vogt2009-10-121-0/+1
* NoFrillsDecoration - most basic version of decoration for windowsJan Vornberger2009-10-121-0/+48
* Minor haddock formatting correction in L.TabbedAdam Vogt2009-10-081-1/+1
* Hyperlink the reference to ResizableTile in MouseResizableTileAdam Vogt2009-10-051-1/+1
* Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt2009-10-031-5/+4
* Small style change in L.SimplestFloatAdam Vogt2009-10-021-5/+4
* Remove redundant parentheses from L.MouseResizableTileAdam Vogt2009-09-301-10/+9
* Factor out redundancy in L.MouseResizableTile.handleResizeAdam Vogt2009-09-301-18/+9
* Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTileAdam Vogt2009-09-301-1/+1
* 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