| Commit message (Expand) | Author | Files | Lines |
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-07-05 | Simplify A.WorkspaceCursors use of layout for state, add documentation | Adam Vogt | 1 | -72/+121 |
2009-07-02 | Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensions | Adam Vogt | 2 | -1/+171 |
2009-07-03 | Refactor A.OnScreen to use Maybe Monad | Adam Vogt | 1 | -17/+14 |
2009-07-02 | Added XMonad.Actions.OnScreen | mail | 1 | -0/+118 |
2009-07-02 | Remove code duplication in X.A.CopyWindow | Daniel Schoepe | 1 | -9/+5 |
2009-07-01 | Cleanup code duplication in X.P.Layout and X.P.Workspace | sean.escriva | 2 | -8/+2 |
2009-06-29 | X.A.Search: use the new canonical package URL for hackage search | Brent Yorgey | 1 | -1/+1 |
2009-06-05 | X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAt | Brent Yorgey | 1 | -9/+23 |
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-29 | A.RandomBackground: Parameterize randomBg by a RandomColor data | Adam Vogt | 1 | -16/+29 |
2009-06-27 | Add A.RandomBackground, actions to start terminals with a random -bg option | Adam Vogt | 1 | -0/+39 |
2009-06-26 | Replace most -fglasgow-exts with specific LANGUAGE pragmas | Adam Vogt | 18 | -47/+19 |
2009-06-05 | Column_layout.dpatch | portnov84 | 1 | -0/+71 |
2009-06-25 | X.A.Search: add Google "I'm feeling lucky" search | Brent Yorgey | 1 | -3/+7 |
2009-06-25 | Add ifWindow and ifWindows and simplify WindowGo | Daniel Schoepe | 1 | -25/+36 |
2009-06-24 | Use -fwarn-tabs for test, remove tabs | Adam Vogt | 7 | -30/+30 |
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 |