aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-3/+2
* Rename variables "state" to avoid warnings about shadowingAdam Vogt2012-11-091-2/+2
* Improves haddock documentationc.lopez2012-08-261-3/+4
* Fixes typos in Actions.Launcher haddock documentationc.lopez2012-08-111-21/+22
* Removes warnings, adds a browser value for LauncherConfig in haddock commentsc.lopez2012-06-281-4/+4
* Changes on XPrompt:c.lopez2012-06-281-0/+177
* A workscreen permits to display a set of workspaces on severalkedals02012-07-061-0/+109
* Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shownJesper Reenberg2012-05-011-6/+34
* Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrderAdam Vogt2012-04-281-1/+1
* add 'withNthWorkspace' to DynamicWorkspaceOrder.jakob2012-04-071-1/+14
* GroupNavigation: fix import typo in usageJens Petersen2012-03-121-1/+1
* add sendToEmptyWorkspace to FindEmptyWorkspaceJens Petersen2012-03-121-1/+6
* Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p...gwern02012-01-161-1/+1
* XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick <haskell@chris...gwern02012-01-151-2/+1
* X.A.Navigation2DNorbert Zeh2011-12-081-0/+778
* Export types to improve haddock links.Adam Vogt2011-11-181-1/+4
* Export types to reduce haddock warnings.Adam Vogt2010-10-238-18/+21
* get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner2011-11-151-2/+2
* Remove X.A.GroupNavigation.currentWindowNorbert Zeh2011-09-201-7/+2
* X.A.CycleWS Refactor and add toggleWS' that excludes listed tagsWirt Wolff2011-09-081-9/+19
* X.A.FlexibleManipulate: Set expected fixities for Pnt math operatorsWirt Wolff2011-09-051-0/+3
* GHC 7 compatDaniel Wagner2011-07-312-7/+12
* ungrab-keyboard-before-actionBen Boeckel2011-05-151-1/+2
* add-movenext-moveprev-bindingsBen Boeckel2011-05-151-17/+23
* Export X.A.CycleWS.screenBy (issue 439)Adam Vogt2011-06-071-0/+13
* Documentation fix (issue 445)Adam Vogt2011-05-271-1/+2
* Extend GridSelect navigationIlya Portnov2011-05-151-1/+26
* Aesthetics on FlexiblemanipulateMats Rauhala2011-05-061-14/+24
* Compile with ghc7Mats Rauhala2011-05-042-30/+13
* Action search autocomplete based on whole lineMats Rauhala2011-05-041-1/+3
* documentation: tell where to find a few auxiliary functions that might be use...Daniel Wagner2011-04-161-1/+7
* Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopiesAdam Vogt2011-03-011-1/+3
* Fix A.Gridselect image links (thanks dobblego)Adam Vogt2011-01-201-2/+2
* Fix A.OnScreen example code typoAdam Vogt2010-12-121-1/+1
* Rename state in A.Gridselect to avoid name shadowing (mtl-2)Adam Vogt2010-11-161-23/+22
* Substring search support for X.A.GridSelect. As keymaps get more complicated ...Clemens Fruhwirth2010-11-021-78/+181
* Make substring search case insensitiveClemens Fruhwirth2010-10-161-1/+3
* Introduce grayoutAllElements in X.A.GridSelectClemens Fruhwirth2010-10-161-1/+13
* Add substring filter to td_elementmapClemens Fruhwirth2010-10-161-2/+5
* Refactor for ad-hoc element and position matching turning td_elementmap into ...Clemens Fruhwirth2010-10-161-4/+11
* Remove nub from diamondLayer in X.A.GridSelectClemens Fruhwirth2010-10-161-5/+7
* Convert access of td_elementmap from field styled to function call styled in ...Clemens Fruhwirth2010-10-161-8/+9
* Make use of field names when constructing TwoDState in X.A.GridSelectClemens Fruhwirth2010-10-161-8/+7
* windowbringer-menu-choicemathstuf2010-09-051-11/+45
* Orphan my modulesmoserq2010-10-011-1/+1
* Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger2010-07-281-1/+1
* WindowGo: bulk up 'runOrRaise' doc to point to 'raiseMaybe' for shell scriptinggwern02010-07-121-2/+5
* WindowGo: fmt & spgwern02010-07-121-2/+2
* encode string of bytes not list of charsKhudyakov Alexey2010-06-131-2/+2
* GroupNavigation.hs: clean up importsgwern02010-06-081-3/+1