| Commit message (Expand) | Author | Files | Lines |
2009-08-08 | XMonad.Actions.Search: +wikt | gwern0 | 1 | -1/+3 |
2009-01-28 | NoWrap export patch for use with X.L.MessageControl | quentin.moser | 1 | -7/+7 |
2009-01-28 | new XMonad.Layout.MessageControl module | quentin.moser | 1 | -0/+126 |
2009-07-26 | U.NamedActions: align the descriptions for each section, refactor its integra... | Adam Vogt | 2 | -51/+57 |
2009-05-25 | U.NamedActions support subtitles bound to (0,0) unreachable normally | Adam Vogt | 1 | -12/+56 |
2009-05-04 | Add U.NamedActions: present a list of keybindings including submaps | Adam Vogt | 2 | -1/+279 |
2009-07-27 | Revert to old behavior where unmatched keys do not exit the eventloop for A.G... | Adam Vogt | 1 | -3/+2 |
2009-07-26 | Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifier | Adam Vogt | 1 | -13/+13 |
2009-07-26 | Make direction keybindings configurable in A.GridSelect | Adam Vogt | 1 | -30/+54 |
2009-05-13 | LayoutBuilder - make an example more sane | Anders Engstrom | 1 | -3/+3 |
2009-06-23 | Clean Xkb masks in X.A.Submap | Khudyakov Alexey | 1 | -3/+3 |
2009-07-17 | Fix defaulting warning with A.RandomBackground | Adam Vogt | 1 | -2/+1 |
2009-07-15 | Addition of Machine window property. | Juraj Hercek | 1 | -1/+4 |
2009-07-16 | remove myself as maintainer from code I don't maintain. | David Roundy | 5 | -5/+5 |
2009-07-03 | X.A.CopyWindow: add wsContainingCopies, doc cleanup | wirtwolff | 1 | -14/+45 |
2009-07-09 | Add ability to copy the entered string in X.Prompt | Daniel Schoepe | 1 | -1/+6 |
2009-07-08 | Correct license for L.CenteredMaster | Adam Vogt | 1 | -1/+1 |
2009-07-05 | Remove trailing whitespace from many modules | Adam Vogt | 32 | -146/+146 |
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 |