| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove trailing whitespace from many modules | Adam Vogt | 2009-07-05 | 32 | -146/+146 |
* | Clarify documentation the Migrate message added to L.SubLayouts | Adam Vogt | 2009-07-05 | 1 | -2/+3 |
* | Reduce a bit of recently introduced duplication in L.SubLayouts | Adam Vogt | 2009-07-05 | 1 | -5/+3 |
* | Add Migrate message to L.SubLayouts, for better support of moving windows bet... | Adam Vogt | 2009-07-05 | 1 | -13/+23 |
* | L.SubLayouts: also run the layout being modified in a restricted environment | Adam Vogt | 2009-07-05 | 1 | -11/+30 |
* | L.SubLayouts fix bug where previously run layouts would not get messages | Adam Vogt | 2009-07-05 | 1 | -3/+3 |
* | Simplify A.WorkspaceCursors use of layout for state, add documentation | Adam Vogt | 2009-07-05 | 1 | -72/+121 |
* | Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensions | Adam Vogt | 2009-07-02 | 3 | -1/+172 |
* | Refactor A.OnScreen to use Maybe Monad | Adam Vogt | 2009-07-03 | 1 | -17/+14 |
* | Added XMonad.Actions.OnScreen | mail | 2009-07-02 | 2 | -0/+119 |
* | Remove code duplication in X.A.CopyWindow | Daniel Schoepe | 2009-07-02 | 1 | -9/+5 |
* | Cleanup code duplication in X.P.Layout and X.P.Workspace | sean.escriva | 2009-07-01 | 2 | -8/+2 |
* | X.A.Search: use the new canonical package URL for hackage search | Brent Yorgey | 2009-06-29 | 1 | -1/+1 |
* | X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAt | Brent Yorgey | 2009-06-05 | 1 | -9/+23 |
* | Keep track of whether messages should be given to new sublayouts in L.SubLayouts | Adam Vogt | 2009-06-28 | 1 | -11/+11 |
* | Run sublayouts in L.Sublayouts in a restricted state | Adam Vogt | 2009-06-28 | 1 | -3/+11 |
* | A.RandomBackground: Parameterize randomBg by a RandomColor data | Adam Vogt | 2009-06-29 | 1 | -16/+29 |
* | Add A.RandomBackground, actions to start terminals with a random -bg option | Adam Vogt | 2009-06-27 | 2 | -0/+40 |
* | Replace most -fglasgow-exts with specific LANGUAGE pragmas | Adam Vogt | 2009-06-26 | 18 | -47/+19 |
* | Column_layout.dpatch | portnov84 | 2009-06-05 | 2 | -0/+72 |
* | X.A.Search: add Google "I'm feeling lucky" search | Brent Yorgey | 2009-06-25 | 1 | -3/+7 |
* | Add ifWindow and ifWindows and simplify WindowGo | Daniel Schoepe | 2009-06-25 | 1 | -25/+36 |
* | Use -fwarn-tabs for test, remove tabs | Adam Vogt | 2009-06-24 | 8 | -31/+31 |
* | From A.Topicspace split functions for storing strings with root to U.StringProp | Adam Vogt | 2009-06-23 | 3 | -41/+63 |
* | Correct A.TopicSpace sample config | Adam Vogt | 2009-06-23 | 1 | -1/+1 |
* | Add shiftNthLastFocused to A.TopicSpace | Adam Vogt | 2009-06-23 | 1 | -1/+8 |
* | Generalize Actions.SpawnOn | Daniel Schoepe | 2009-06-22 | 1 | -8/+16 |
* | update callers of safeSpawn | gwern0 | 2009-06-22 | 3 | -4/+4 |
* | XMonad.Util.Run: improve definition so this can be used with emacs | gwern0 | 2009-06-22 | 1 | -4/+4 |
* | XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr... | gwern0 | 2009-06-22 | 1 | -5/+6 |
* | XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ... | gwern0 | 2009-06-22 | 1 | -0/+7 |
* | XMonad.Actions.WindowGo: improve haddocks | gwern0 | 2009-06-22 | 1 | -13/+13 |
* | Fix window ordering bug in L.LimitWindows | Adam Vogt | 2009-06-22 | 1 | -4/+7 |
* | L.LimitWindows add usage information, functions to modify the limit | Adam Vogt | 2009-06-22 | 1 | -3/+46 |
* | Expand Tabbed documentation to describe mouse clicks processing | Dmitry Astapov | 2009-06-21 | 1 | -0/+4 |
* | Close tabs by middle click on tab decoration | Dmitry Astapov | 2009-06-21 | 1 | -0/+10 |
* | Provide means to find original window by its decoration. | Dmitry Astapov | 2009-06-21 | 1 | -0/+4 |
* | Add L.LimitWindows layout modifier | Adam Vogt | 2009-06-19 | 2 | -0/+56 |
* | Remove Hooks.EventHook | Daniel Schoepe | 2009-06-18 | 3 | -111/+1 |
* | use 'take 1' instead of custom truncHead function in L.WindowNavigation | Adam Vogt | 2009-06-18 | 1 | -5/+1 |
* | Correct many typos in the documentation, consistent US spellingg | Adam Vogt | 2009-06-18 | 21 | -55/+53 |
* | minor typo in ./XMonad/Layout/StackTile.hs | Joachim Breitner | 2009-06-17 | 1 | -1/+1 |
* | X.L.ResizableTile: make sure windows aren't resized to a height larger than t... | Brent Yorgey | 2009-06-04 | 1 | -1/+1 |
* | X.A.PhysicalScreens: fix typo | Roman Cheplyaka | 2009-06-02 | 1 | -1/+1 |
* | X.L.AutoMaster: fix warning | Roman Cheplyaka | 2009-06-02 | 1 | -1/+1 |
* | AutoMaster.dpatch | Ilya Portnov | 2009-04-26 | 2 | -0/+124 |
* | UpdatePointer - Don't warp while dragging with mouse | Anders Engstrom | 2009-05-30 | 1 | -0/+3 |
* | FlexibleResize - Resize from edge, don't move adjust at opposite edge | Anders Engstrom | 2009-05-30 | 1 | -21/+35 |
* | Remove USE_UTF8 defines. | Khudyakov Alexey | 2009-04-19 | 3 | -57/+1 |
* | FloatSnap - calculate gaps instead of snapping against unmanaged windows | Anders Engstrom | 2009-05-27 | 2 | -19/+14 |