| Commit message (Expand) | Author | Age | Files | Lines |
* | Extended decoration module with more hooks and consolidated some existing ones | Jan Vornberger | 2009-11-29 | 3 | -36/+50 |
* | Extended decoration theme to contain extra static text that always appears in... | Jan Vornberger | 2009-10-24 | 1 | -1/+5 |
* | Extended paintAndWrite to allow for multiple strings to be written into the r... | Jan Vornberger | 2009-10-24 | 2 | -2/+2 |
* | Prevent windows from being decorated that are too small to contain decoration. | Jan Vornberger | 2009-06-27 | 1 | -3/+3 |
* | X.L.MouseResizableTile: keep draggers on the bottom of the window stack. | Tomas Janousek | 2009-11-26 | 1 | -0/+1 |
* | Implemented smarter system of managing borders for BorderResize | Jan Vornberger | 2009-11-23 | 1 | -42/+109 |
* | PositionStoreFloat - a floating layout with support hooks | Jan Vornberger | 2009-11-15 | 2 | -2/+96 |
* | Clean imports for L.BoringWindows | Adam Vogt | 2009-11-03 | 1 | -3/+1 |
* | I maintain L.BoringWindows | Adam Vogt | 2009-11-03 | 1 | -1/+1 |
* | X.L.MultiCol constructor 0 NWin bugfig | Anders Engstrom | 2009-10-29 | 1 | -3/+6 |
* | X.L.MultiColumns bugfix and formating | Anders Engstrom | 2009-10-27 | 1 | -43/+42 |
* | X.L.MultiColumns NWin shrinkning fix | Anders Engstrom | 2009-10-27 | 1 | -1/+1 |
* | New Layout X.L.MultiColumns | Anders Engstrom | 2009-10-24 | 1 | -0/+143 |
* | Docs: use myLayout like template rather than plural | Wirt Wolff | 2009-10-23 | 36 | -78/+78 |
* | Refer to modm as the current modMask | Adam Vogt | 2009-10-22 | 23 | -78/+78 |
* | Describe parameters to subLayouts more | Adam Vogt | 2009-10-16 | 1 | -5/+11 |
* | Refer to modMask as modm in L.SubLayouts sample keybinds | Adam Vogt | 2009-10-16 | 1 | -10/+10 |
* | Format L.SubLayout TODO | Adam Vogt | 2009-10-16 | 1 | -3/+5 |
* | Add more links in L.SubLayout documentation | Adam Vogt | 2009-10-16 | 1 | -5/+7 |
* | Link a screenshot in L.SubLayouts from the haskellwiki | Adam Vogt | 2009-10-16 | 1 | -0/+9 |
* | Added focusMaster to BoringWindows | Jan Vornberger | 2009-10-16 | 1 | -4/+18 |
* | Remove NamedFieldPuns from L.LimitWindows | Adam Vogt | 2009-10-15 | 1 | -14/+14 |
* | Note L.Minimize in L.LimitWindows haddocks. | Adam Vogt | 2009-10-14 | 1 | -0/+1 |
* | Move limitSelect into L.LimitWindows | Max Rabkin | 2009-10-14 | 2 | -123/+63 |
* | added haddocks for L.Selective | Max Rabkin | 2009-10-02 | 1 | -1/+36 |
* | Support IncMasterN in Selective | Max Rabkin | 2009-09-29 | 1 | -0/+9 |
* | removed commented-out code | Max Rabkin | 2009-09-29 | 1 | -24/+0 |
* | Test that update preserves invariants of Selection | Max Rabkin | 2009-09-29 | 1 | -1/+1 |
* | Add "Selective" layout modifier | Max Rabkin | 2009-09-29 | 1 | -0/+98 |
* | Cleanup L.BorderResize | Adam Vogt | 2009-10-12 | 1 | -52/+46 |
* | Layout modifier to resize windows by dragging their borders with the mouse | Jan Vornberger | 2009-10-12 | 1 | -0/+170 |
* | Make L.Mosaic explicit imports compatible with haskell-src-exts | Adam Vogt | 2009-10-12 | 1 | -3/+3 |
* | Put screenshots inline for L.ThreeColumns and L.Roledex | Adam Vogt | 2009-10-12 | 2 | -5/+13 |
* | Use LANGUAGE pragma instead of -fglasgow-exts in L.Minimize | Adam Vogt | 2009-10-12 | 1 | -1/+1 |
* | Add a description to L.LayoutScreens | Adam Vogt | 2009-10-12 | 1 | -0/+1 |
* | NoFrillsDecoration - most basic version of decoration for windows | Jan Vornberger | 2009-10-12 | 1 | -0/+48 |
* | Minor haddock formatting correction in L.Tabbed | Adam Vogt | 2009-10-08 | 1 | -1/+1 |
* | Hyperlink the reference to ResizableTile in MouseResizableTile | Adam Vogt | 2009-10-05 | 1 | -1/+1 |
* | Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize | Adam Vogt | 2009-10-03 | 1 | -5/+4 |
* | Small style change in L.SimplestFloat | Adam Vogt | 2009-10-02 | 1 | -5/+4 |
* | Remove redundant parentheses from L.MouseResizableTile | Adam Vogt | 2009-09-30 | 1 | -10/+9 |
* | Factor out redundancy in L.MouseResizableTile.handleResize | Adam Vogt | 2009-09-30 | 1 | -18/+9 |
* | Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile | Adam Vogt | 2009-09-30 | 1 | -1/+1 |
* | Fix haddock parse error in MouseResizableTile | Adam Vogt | 2009-09-30 | 1 | -0/+2 |
* | A ResizableTile-like layout that can be resized using the mouse. | Jan Vornberger | 2009-09-30 | 1 | -0/+279 |
* | Replaced more stuff in X.L.Maximize with pure versions | Jan Vornberger | 2009-05-17 | 1 | -5/+5 |
* | Expanded on X.L.Maximize functionality | Jan Vornberger | 2009-05-03 | 1 | -11/+16 |
* | LayoutModifier to minimize windows (re-recorded from Bluetile repo) | Jan Vornberger | 2009-09-29 | 1 | -0/+95 |
* | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 2009-09-19 | 4 | -30/+30 |
* | Add function to disable focusFollowsMouse conditionally | Daniel Schoepe | 2009-08-29 | 1 | -1/+17 |