| Commit message (Expand) | Author | Files | Lines |
2009-10-12 | Make L.Mosaic explicit imports compatible with haskell-src-exts | Adam Vogt | 1 | -3/+3 |
2009-10-12 | Put screenshots inline for L.ThreeColumns and L.Roledex | Adam Vogt | 2 | -5/+13 |
2009-10-12 | Use LANGUAGE pragma instead of -fglasgow-exts in L.Minimize | Adam Vogt | 1 | -1/+1 |
2009-10-12 | Add a description to L.LayoutScreens | Adam Vogt | 1 | -0/+1 |
2009-10-12 | NoFrillsDecoration - most basic version of decoration for windows | Jan Vornberger | 1 | -0/+48 |
2009-10-08 | Minor haddock formatting correction in L.Tabbed | Adam Vogt | 1 | -1/+1 |
2009-10-05 | Hyperlink the reference to ResizableTile in MouseResizableTile | Adam Vogt | 1 | -1/+1 |
2009-10-03 | Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize | Adam Vogt | 1 | -5/+4 |
2009-10-02 | Small style change in L.SimplestFloat | Adam Vogt | 1 | -5/+4 |
2009-09-30 | Remove redundant parentheses from L.MouseResizableTile | Adam Vogt | 1 | -10/+9 |
2009-09-30 | Factor out redundancy in L.MouseResizableTile.handleResize | Adam Vogt | 1 | -18/+9 |
2009-09-30 | Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile | Adam Vogt | 1 | -1/+1 |
2009-09-30 | Fix haddock parse error in MouseResizableTile | Adam Vogt | 1 | -0/+2 |
2009-09-30 | A ResizableTile-like layout that can be resized using the mouse. | Jan Vornberger | 1 | -0/+279 |
2009-05-17 | Replaced more stuff in X.L.Maximize with pure versions | Jan Vornberger | 1 | -5/+5 |
2009-05-03 | Expanded on X.L.Maximize functionality | Jan Vornberger | 1 | -11/+16 |
2009-09-29 | LayoutModifier to minimize windows (re-recorded from Bluetile repo) | Jan Vornberger | 1 | -0/+95 |
2009-09-19 | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 4 | -30/+30 |
2009-08-29 | Add function to disable focusFollowsMouse conditionally | Daniel Schoepe | 1 | -1/+17 |
2009-09-04 | Mark modules last-modified in 2007 as stable | Adam Vogt | 1 | -1/+1 |
2009-08-21 | More flexible interface for X.H.FadeInactive | Daniel Schoepe | 1 | -8/+8 |
2009-05-03 | ThreeColMid - Swap slave window positions | Anders Engstrom | 1 | -3/+3 |
2009-01-28 | NoWrap export patch for use with X.L.MessageControl | quentin.moser | 1 | -7/+7 |
2009-01-28 | new XMonad.Layout.MessageControl module | quentin.moser | 1 | -0/+126 |
2009-07-26 | Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifier | Adam Vogt | 1 | -13/+13 |
2009-05-13 | LayoutBuilder - make an example more sane | Anders Engstrom | 1 | -3/+3 |
2009-07-16 | remove myself as maintainer from code I don't maintain. | David Roundy | 1 | -1/+1 |
2009-07-08 | Correct license for L.CenteredMaster | Adam Vogt | 1 | -1/+1 |
2009-07-05 | Remove trailing whitespace from many modules | Adam Vogt | 13 | -57/+57 |
2009-07-05 | Clarify documentation the Migrate message added to L.SubLayouts | Adam Vogt | 1 | -2/+3 |
2009-07-05 | Reduce a bit of recently introduced duplication in L.SubLayouts | Adam Vogt | 1 | -5/+3 |
2009-07-05 | Add Migrate message to L.SubLayouts, for better support of moving windows bet... | Adam Vogt | 1 | -13/+23 |
2009-07-05 | L.SubLayouts: also run the layout being modified in a restricted environment | Adam Vogt | 1 | -11/+30 |
2009-07-05 | L.SubLayouts fix bug where previously run layouts would not get messages | Adam Vogt | 1 | -3/+3 |
2009-06-28 | Keep track of whether messages should be given to new sublayouts in L.SubLayouts | Adam Vogt | 1 | -11/+11 |
2009-06-28 | Run sublayouts in L.Sublayouts in a restricted state | Adam Vogt | 1 | -3/+11 |
2009-06-26 | Replace most -fglasgow-exts with specific LANGUAGE pragmas | Adam Vogt | 17 | -46/+18 |
2009-06-05 | Column_layout.dpatch | portnov84 | 1 | -0/+71 |
2009-06-24 | Use -fwarn-tabs for test, remove tabs | Adam Vogt | 1 | -8/+8 |
2009-06-22 | Fix window ordering bug in L.LimitWindows | Adam Vogt | 1 | -4/+7 |
2009-06-22 | L.LimitWindows add usage information, functions to modify the limit | Adam Vogt | 1 | -3/+46 |
2009-06-21 | Expand Tabbed documentation to describe mouse clicks processing | Dmitry Astapov | 1 | -0/+4 |
2009-06-21 | Close tabs by middle click on tab decoration | Dmitry Astapov | 1 | -0/+10 |
2009-06-21 | Provide means to find original window by its decoration. | Dmitry Astapov | 1 | -0/+4 |
2009-06-19 | Add L.LimitWindows layout modifier | Adam Vogt | 1 | -0/+55 |
2009-06-18 | use 'take 1' instead of custom truncHead function in L.WindowNavigation | Adam Vogt | 1 | -5/+1 |
2009-06-18 | Correct many typos in the documentation, consistent US spellingg | Adam Vogt | 12 | -37/+35 |
2009-06-17 | minor typo in ./XMonad/Layout/StackTile.hs | Joachim Breitner | 1 | -1/+1 |
2009-06-04 | X.L.ResizableTile: make sure windows aren't resized to a height larger than t... | Brent Yorgey | 1 | -1/+1 |
2009-06-02 | X.L.AutoMaster: fix warning | Roman Cheplyaka | 1 | -1/+1 |