| Commit message (Expand) | Author | Files | Lines |
2009-06-23 | From A.Topicspace split functions for storing strings with root to U.StringProp | Adam Vogt | 2 | -41/+62 |
2009-06-23 | Correct A.TopicSpace sample config | Adam Vogt | 1 | -1/+1 |
2009-06-23 | Add shiftNthLastFocused to A.TopicSpace | Adam Vogt | 1 | -1/+8 |
2009-06-22 | Generalize Actions.SpawnOn | Daniel Schoepe | 1 | -8/+16 |
2009-06-22 | update callers of safeSpawn | gwern0 | 3 | -4/+4 |
2009-06-22 | XMonad.Util.Run: improve definition so this can be used with emacs | gwern0 | 1 | -4/+4 |
2009-06-22 | XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr... | gwern0 | 1 | -5/+6 |
2009-06-22 | XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ... | gwern0 | 1 | -0/+7 |
2009-06-22 | XMonad.Actions.WindowGo: improve haddocks | gwern0 | 1 | -13/+13 |
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 | Remove Hooks.EventHook | Daniel Schoepe | 2 | -110/+1 |
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 | 21 | -55/+53 |
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.A.PhysicalScreens: fix typo | Roman Cheplyaka | 1 | -1/+1 |
2009-06-02 | X.L.AutoMaster: fix warning | Roman Cheplyaka | 1 | -1/+1 |
2009-04-26 | AutoMaster.dpatch | Ilya Portnov | 1 | -0/+123 |
2009-05-30 | UpdatePointer - Don't warp while dragging with mouse | Anders Engstrom | 1 | -0/+3 |
2009-05-30 | FlexibleResize - Resize from edge, don't move adjust at opposite edge | Anders Engstrom | 1 | -21/+35 |
2009-04-19 | Remove USE_UTF8 defines. | Khudyakov Alexey | 2 | -56/+1 |
2009-05-27 | FloatSnap - calculate gaps instead of snapping against unmanaged windows | Anders Engstrom | 2 | -19/+14 |
2009-05-25 | Fix L.Mosaic bug where stored [Rational] was not extended | Adam Vogt | 1 | -2/+7 |
2009-05-25 | X.A.Search: add Wolfram|Alpha search | Brent Yorgey | 1 | -3/+7 |
2009-05-25 | Remove L.ThreeColumnsMiddle compatiblity module | Adam Vogt | 1 | -4/+0 |
2009-05-25 | A.FloatSnap snap to unmanaged docks too | Adam Vogt | 2 | -4/+16 |
2009-05-24 | LayoutBuilder fix maintainer | Anders Engstrom | 1 | -1/+1 |
2009-05-24 | FloatSnap fix maintainer | Anders Engstrom | 1 | -1/+1 |
2009-05-24 | X.A.FloatSnap - More configuration for magic resize, adaption for mouse bindi... | Anders Engstrom | 1 | -22/+65 |
2009-05-24 | X.A.FloatSnap - Assisted move/resize of windows | Anders Engstrom | 1 | -0/+278 |
2009-05-24 | Simplyify L.Mosaic interface, and support resizing specific windows | Adam Vogt | 1 | -107/+112 |
2009-05-19 | L.ResizableTile document ResizableTall parameters with records | Adam Vogt | 1 | -1/+14 |
2009-05-19 | L.LayoutHints, add layoutHintsToCentre | Adam Vogt | 1 | -11/+162 |
2009-05-19 | Remove excess whitespace from L.LayoutHints | Adam Vogt | 1 | -3/+3 |
2009-05-14 | new layout module X.L.Spacing, put blank space around each window | Brent Yorgey | 1 | -0/+54 |
2009-05-09 | X.L.LayoutBuilder doc fix and cleaning | Anders Engstrom | 1 | -17/+44 |
2009-05-09 | X.L.LayoutBuilder custom layouts | Anders Engstrom | 1 | -0/+250 |
2009-04-26 | submapDefault fix key leakage | Anders Engstrom | 1 | -2/+2 |
2009-05-08 | Fix typo in L.Mosaic hints | Adam Vogt | 1 | -1/+1 |
2009-04-12 | U.Loggers: add maildirNew, other loggers, and logger formatting utilities | wirtwolff | 1 | -27/+238 |
2009-05-03 | ThreeCol - Update docs to match reality | Anders Engstrom | 1 | -9/+10 |
2009-05-03 | Remove some excess whitespace in XMonad.AppLauncher | Adam Vogt | 1 | -1/+1 |
2009-04-25 | Export ThreeColMid from L.ThreeColumnsMiddle | Adam Vogt | 1 | -0/+4 |
2009-04-14 | ThreeColumns support middle column, with more backwards compatiblity | Adam Vogt | 1 | -10/+18 |
2009-04-11 | X.L.ThreeColumnsMiddle merged into X.L.ThreeColumns with some new features | Anders Engstrom | 2 | -117/+42 |