| Commit message (Expand) | Author | Files | Lines |
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 | Add Portability and Stability boilerplate for a couple modules. | Adam Vogt | 6 | -0/+12 |
2009-10-12 | Correct hyperlink in A.DeManage | Adam Vogt | 1 | -1/+1 |
2009-10-12 | NoFrillsDecoration - most basic version of decoration for windows | Jan Vornberger | 1 | -0/+48 |
2009-10-12 | Split A.TopicSpace documentation into sections | Adam Vogt | 1 | -42/+52 |
2009-10-08 | Use hyperlinks in WorkspaceCursors documentation. | Adam Vogt | 1 | -2/+2 |
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-05 | Finish a sentence in H.ManageDocks haddocks. | Adam Vogt | 1 | -1/+1 |
2009-10-05 | Add a SetStruts message to H.ManageDocks. | Adam Vogt | 2 | -14/+46 |
2009-10-05 | Derive Enum for U.Types.Direction2D | Adam Vogt | 1 | -1/+1 |
2009-10-05 | Rearrange the GSCONFIG class in A.Gridselect | Adam Vogt | 1 | -28/+93 |
2009-10-03 | Add a GSCONFIG class to overload defaultGSConfig. | Adam Vogt | 2 | -22/+31 |
2009-10-04 | Add a screenshots section in the A.GridSelect haddocks | Adam Vogt | 1 | -4/+13 |
2009-10-04 | Fixed guard in WorkspaceByPos - condition got switched during transformation | Jan Vornberger | 1 | -1/+1 |
2009-09-26 | A.CycleWindows update docs, use lib fn second instead of custom lambda | Wirt Wolff | 1 | -5/+14 |
2009-10-03 | Group functions in GridSelect haddock, add an inline screenshot. | Adam Vogt | 1 | -4/+14 |
2009-09-28 | minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules | sean.escriva | 7 | -30/+27 |
2009-09-15 | New module : X.H.SetCursor | mail | 1 | -0/+47 |
2009-10-03 | Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize | Adam Vogt | 3 | -9/+8 |
2009-10-03 | Mention X.L.Maximize and X.L.Minimize in WindowMenu documentation | Jan Vornberger | 1 | -0/+4 |
2009-10-02 | Small style change in L.SimplestFloat | Adam Vogt | 1 | -5/+4 |
2009-10-02 | Use U.XUtils.fi to make WindowMenu clearer | Adam Vogt | 1 | -12/+11 |
2009-09-30 | Extended GridSelect | Jan Vornberger | 1 | -9/+24 |
2009-09-30 | WindowMenu based on GridSelect that displays actions for the focused window (... | Jan Vornberger | 1 | -0/+75 |
2009-10-01 | Use default handler in XMonad.Prompt.eventLoop | Daniel Schoepe | 1 | -1/+1 |
2009-09-30 | Remove redundant parentheses from L.MouseResizableTile | Adam Vogt | 1 | -10/+9 |
2009-09-30 | Use ErrorT instead of nested case for H.WorkspaceByPos | Adam Vogt | 1 | -24/+13 |
2009-09-30 | Note that ManageDocks is preferred to A.DeManage | Adam Vogt | 1 | -1/+2 |
2009-09-30 | Factor out redundancy in L.MouseResizableTile.handleResize | Adam Vogt | 1 | -18/+9 |
2009-09-30 | In a multi-head setup, move windows with a non-zero position upon creation to... | Jan Vornberger | 1 | -0/+65 |
2009-09-30 | Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile | Adam Vogt | 1 | -1/+1 |
2009-09-30 | Remove redundant ($) in A.Commands | Adam Vogt | 1 | -5/+5 |
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 | EventHook to restore minimized windows from taskbar (re-recorded from Bluetil... | Jan Vornberger | 1 | -0/+49 |
2009-09-29 | LayoutModifier to minimize windows (re-recorded from Bluetile repo) | Jan Vornberger | 1 | -0/+95 |
2009-09-28 | Correctly check completionKey field in XMonad.Prompt | Daniel Schoepe | 1 | -16/+17 |
2009-09-28 | Fix for issue 315 | Daniel Schoepe | 1 | -2/+3 |
2009-09-21 | Only use search history for completion in X.A.Search | Daniel Schoepe | 2 | -9/+21 |
2009-09-20 | Fix regression in XMonad.Prompt's completion | Daniel Schoepe | 1 | -14/+13 |
2009-09-20 | Clean keymask before use in XMonad.Prompt | Daniel Schoepe | 1 | -4/+17 |
2009-09-20 | Export moveCursor in XMonad.Prompt | Daniel Schoepe | 1 | -1/+1 |
2009-09-06 | U.EZConfig: Correct additionalKeysP M2-M5 values | Wirt Wolff | 1 | -4/+5 |
2009-09-19 | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 13 | -92/+111 |
2009-08-29 | Add function to disable focusFollowsMouse conditionally | Daniel Schoepe | 1 | -1/+17 |