| Commit message (Expand) | Author | Age | Files | Lines |
* | Describe arguments for X.A.ShowText.flashText | Adam Vogt | 2012-12-26 | 1 | -2/+5 |
* | Add XMonad.Actions.ShowText | pastorelli.mario | 2012-12-25 | 1 | -0/+110 |
* | Removes unused function spawnWithActions and redundant imports in XMonad.Acti... | c.lopez | 2012-12-15 | 1 | -30/+8 |
* | A.Launcher markup identifiers for haddock links | Adam Vogt | 2012-12-15 | 1 | -2/+2 |
* | Removes LocateMode and LocateRegexMode from XMonad.Actions.Launcher | c.lopez | 2012-12-14 | 1 | -52/+18 |
* | Remove trailing whitespace. | Adam Vogt | 2012-11-09 | 4 | -24/+24 |
* | Use Control.Exception.catch explitly to avoid warnings | Adam Vogt | 2012-11-09 | 1 | -3/+2 |
* | Rename variables "state" to avoid warnings about shadowing | Adam Vogt | 2012-11-09 | 1 | -2/+2 |
* | Improves haddock documentation | c.lopez | 2012-08-26 | 1 | -3/+4 |
* | Fixes typos in Actions.Launcher haddock documentation | c.lopez | 2012-08-11 | 1 | -21/+22 |
* | Removes warnings, adds a browser value for LauncherConfig in haddock comments | c.lopez | 2012-06-28 | 1 | -4/+4 |
* | Changes on XPrompt: | c.lopez | 2012-06-28 | 1 | -0/+177 |
* | A workscreen permits to display a set of workspaces on several | kedals0 | 2012-07-06 | 1 | -0/+109 |
* | Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shown | Jesper Reenberg | 2012-05-01 | 1 | -6/+34 |
* | Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrder | Adam Vogt | 2012-04-28 | 1 | -1/+1 |
* | add 'withNthWorkspace' to DynamicWorkspaceOrder. | jakob | 2012-04-07 | 1 | -1/+14 |
* | GroupNavigation: fix import typo in usage | Jens Petersen | 2012-03-12 | 1 | -1/+1 |
* | add sendToEmptyWorkspace to FindEmptyWorkspace | Jens Petersen | 2012-03-12 | 1 | -1/+6 |
* | Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p... | gwern0 | 2012-01-16 | 1 | -1/+1 |
* | XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick <haskell@chris... | gwern0 | 2012-01-15 | 1 | -2/+1 |
* | X.A.Navigation2D | Norbert Zeh | 2011-12-08 | 1 | -0/+778 |
* | Export types to improve haddock links. | Adam Vogt | 2011-11-18 | 1 | -1/+4 |
* | Export types to reduce haddock warnings. | Adam Vogt | 2010-10-23 | 8 | -18/+21 |
* | get ready for GHC 7.4: Num a no longer implies (Eq a, Show a) | Daniel Wagner | 2011-11-15 | 1 | -2/+2 |
* | Remove X.A.GroupNavigation.currentWindow | Norbert Zeh | 2011-09-20 | 1 | -7/+2 |
* | X.A.CycleWS Refactor and add toggleWS' that excludes listed tags | Wirt Wolff | 2011-09-08 | 1 | -9/+19 |
* | X.A.FlexibleManipulate: Set expected fixities for Pnt math operators | Wirt Wolff | 2011-09-05 | 1 | -0/+3 |
* | GHC 7 compat | Daniel Wagner | 2011-07-31 | 2 | -7/+12 |
* | ungrab-keyboard-before-action | Ben Boeckel | 2011-05-15 | 1 | -1/+2 |
* | add-movenext-moveprev-bindings | Ben Boeckel | 2011-05-15 | 1 | -17/+23 |
* | Export X.A.CycleWS.screenBy (issue 439) | Adam Vogt | 2011-06-07 | 1 | -0/+13 |
* | Documentation fix (issue 445) | Adam Vogt | 2011-05-27 | 1 | -1/+2 |
* | Extend GridSelect navigation | Ilya Portnov | 2011-05-15 | 1 | -1/+26 |
* | Aesthetics on Flexiblemanipulate | Mats Rauhala | 2011-05-06 | 1 | -14/+24 |
* | Compile with ghc7 | Mats Rauhala | 2011-05-04 | 2 | -30/+13 |
* | Action search autocomplete based on whole line | Mats Rauhala | 2011-05-04 | 1 | -1/+3 |
* | documentation: tell where to find a few auxiliary functions that might be use... | Daniel Wagner | 2011-04-16 | 1 | -1/+7 |
* | Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopies | Adam Vogt | 2011-03-01 | 1 | -1/+3 |
* | Fix A.Gridselect image links (thanks dobblego) | Adam Vogt | 2011-01-20 | 1 | -2/+2 |
* | Fix A.OnScreen example code typo | Adam Vogt | 2010-12-12 | 1 | -1/+1 |
* | Rename state in A.Gridselect to avoid name shadowing (mtl-2) | Adam Vogt | 2010-11-16 | 1 | -23/+22 |
* | Substring search support for X.A.GridSelect. As keymaps get more complicated ... | Clemens Fruhwirth | 2010-11-02 | 1 | -78/+181 |
* | Make substring search case insensitive | Clemens Fruhwirth | 2010-10-16 | 1 | -1/+3 |
* | Introduce grayoutAllElements in X.A.GridSelect | Clemens Fruhwirth | 2010-10-16 | 1 | -1/+13 |
* | Add substring filter to td_elementmap | Clemens Fruhwirth | 2010-10-16 | 1 | -2/+5 |
* | Refactor for ad-hoc element and position matching turning td_elementmap into ... | Clemens Fruhwirth | 2010-10-16 | 1 | -4/+11 |
* | Remove nub from diamondLayer in X.A.GridSelect | Clemens Fruhwirth | 2010-10-16 | 1 | -5/+7 |
* | Convert access of td_elementmap from field styled to function call styled in ... | Clemens Fruhwirth | 2010-10-16 | 1 | -8/+9 |
* | Make use of field names when constructing TwoDState in X.A.GridSelect | Clemens Fruhwirth | 2010-10-16 | 1 | -8/+7 |
* | windowbringer-menu-choice | mathstuf | 2010-09-05 | 1 | -11/+45 |