aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug in history maintenance of X.A.GroupNavigationNorbert Zeh2010-06-041-2/+2
* TopicSpace: +reverseLastFocusedTopicsNicolas Pouillard2010-05-201-1/+7
* TopicSpace: improve the lastFocusedTopic handlingNicolas Pouillard2009-12-201-9/+10
* X.A.GroupNavigation with containers < 0.3.0.0 compatibilityNorbert Zeh2010-05-151-4/+19
* New module XMonad.Actions.GroupNavigationNorbert Zeh2010-05-101-0/+210
* Remove trailing whitespace in A.KeyRemapAdam Vogt2010-05-031-21/+21
* Adding XMonad.Actions.KeyRemap for mapping single keysstettberger2010-05-021-0/+156
* A.Search: Remove unnecessary `do'Adam Vogt2010-04-291-2/+1
* Fix escaping of URIKhudyakov Alexey2010-04-231-26/+14
* Use imported `fi' alias for fromIntegral more often.Adam Vogt2010-04-162-6/+2
* WindowMenu: own colorizer that works better with Bluetile's new themeJan Vornberger2010-04-021-1/+9
* Update my e-mail addressquentin.moser2010-01-171-2/+2
* fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser2010-03-161-4/+4
* DynamicWorkspaces.hs: rm whitespacegwern02010-03-141-1/+1
* X.A.PhysicalScreens cleaning and allow cyclingAnders Engstrom2010-03-081-10/+38