| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a SetStruts message to H.ManageDocks. | Adam Vogt | 2009-10-05 | 1 | -1/+3 |
* | Rearrange the GSCONFIG class in A.Gridselect | Adam Vogt | 2009-10-05 | 1 | -28/+93 |
* | Add a GSCONFIG class to overload defaultGSConfig. | Adam Vogt | 2009-10-03 | 2 | -22/+31 |
* | Add a screenshots section in the A.GridSelect haddocks | Adam Vogt | 2009-10-04 | 1 | -4/+13 |
* | A.CycleWindows update docs, use lib fn second instead of custom lambda | Wirt Wolff | 2009-09-26 | 1 | -5/+14 |
* | Group functions in GridSelect haddock, add an inline screenshot. | Adam Vogt | 2009-10-03 | 1 | -4/+14 |
* | Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize | Adam Vogt | 2009-10-03 | 1 | -3/+3 |
* | Mention X.L.Maximize and X.L.Minimize in WindowMenu documentation | Jan Vornberger | 2009-10-03 | 1 | -0/+4 |
* | Use U.XUtils.fi to make WindowMenu clearer | Adam Vogt | 2009-10-02 | 1 | -12/+11 |
* | Extended GridSelect | Jan Vornberger | 2009-09-30 | 1 | -9/+24 |
* | WindowMenu based on GridSelect that displays actions for the focused window (... | Jan Vornberger | 2009-09-30 | 1 | -0/+75 |
* | Note that ManageDocks is preferred to A.DeManage | Adam Vogt | 2009-09-30 | 1 | -1/+2 |
* | Remove redundant ($) in A.Commands | Adam Vogt | 2009-09-30 | 1 | -5/+5 |
* | Only use search history for completion in X.A.Search | Daniel Schoepe | 2009-09-21 | 1 | -2/+3 |
* | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 2009-09-19 | 5 | -35/+35 |
* | Remove excess broadcastMessage ReleaseResources from A.Commands | Adam Vogt | 2009-09-04 | 1 | -3/+2 |
* | Mark modules last-modified in 2007 as stable | Adam Vogt | 2009-09-04 | 10 | -10/+10 |
* | Improve/correct documentation in X.A.TagWindows | Daniel Schoepe | 2009-08-23 | 1 | -3/+3 |
* | Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela... | Clemens Fruhwirth | 2009-08-09 | 1 | -1/+1 |
* | A.CycleWS: add toggleOrView fns, fix doc, prevent head exception | Wirt Wolff | 2009-08-17 | 1 | -3/+48 |
* | XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :! | gwern0 | 2009-08-08 | 1 | -1/+1 |
* | XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOf | gwern0 | 2009-08-08 | 1 | -13/+9 |
* | XMonad.Actions.Search: +wikt | gwern0 | 2009-08-08 | 1 | -1/+3 |
* | Revert to old behavior where unmatched keys do not exit the eventloop for A.G... | Adam Vogt | 2009-07-27 | 1 | -3/+2 |
* | Make direction keybindings configurable in A.GridSelect | Adam Vogt | 2009-07-26 | 1 | -30/+54 |
* | Clean Xkb masks in X.A.Submap | Khudyakov Alexey | 2009-06-23 | 1 | -3/+3 |
* | Fix defaulting warning with A.RandomBackground | Adam Vogt | 2009-07-17 | 1 | -2/+1 |
* | X.A.CopyWindow: add wsContainingCopies, doc cleanup | wirtwolff | 2009-07-03 | 1 | -14/+45 |
* | Remove trailing whitespace from many modules | Adam Vogt | 2009-07-05 | 5 | -11/+11 |
* | 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 | 2 | -1/+171 |
* | Refactor A.OnScreen to use Maybe Monad | Adam Vogt | 2009-07-03 | 1 | -17/+14 |
* | Added XMonad.Actions.OnScreen | mail | 2009-07-02 | 1 | -0/+118 |
* | Remove code duplication in X.A.CopyWindow | Daniel Schoepe | 2009-07-02 | 1 | -9/+5 |
* | X.A.Search: use the new canonical package URL for hackage search | Brent Yorgey | 2009-06-29 | 1 | -1/+1 |
* | 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 | 1 | -0/+39 |
* | 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 | 2 | -7/+7 |
* | From A.Topicspace split functions for storing strings with root to U.StringProp | Adam Vogt | 2009-06-23 | 1 | -41/+6 |
* | 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 | 1 | -1/+1 |
* | XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr... | gwern0 | 2009-06-22 | 1 | -5/+6 |
* | XMonad.Actions.WindowGo: improve haddocks | gwern0 | 2009-06-22 | 1 | -13/+13 |
* | Correct many typos in the documentation, consistent US spellingg | Adam Vogt | 2009-06-18 | 3 | -4/+4 |
* | X.A.PhysicalScreens: fix typo | Roman Cheplyaka | 2009-06-02 | 1 | -1/+1 |
* | UpdatePointer - Don't warp while dragging with mouse | Anders Engstrom | 2009-05-30 | 1 | -0/+3 |