aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prevent possible pattern match failure in X.A.UpdateFocusDaniel Schoepe2010-02-221-2/+2
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-1212-17/+2
* A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff2010-01-241-3/+5
* import new contrib module, X.A.DynamicWorkspaceOrderBrent Yorgey2009-12-301-0/+166
* X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey2009-12-301-2/+8
* new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp...Brent Yorgey2009-12-291-0/+137
* new contrib module from Tomas Janousek, X.A.WorkspaceNamesBrent Yorgey2009-12-291-0/+155
* Use imported xC_bottom_right_corner in A.MouseResizeAdam Vogt2009-12-281-4/+1
* X.A.MouseResize: assign an appropriate cursor for the resizing inpuwinTomas Janousek2009-12-271-0/+8
* Actions/Search: added openstreetmapintrigeri2009-12-221-24/+28
* X.A.GridSelect: documentation typo fixTomas Janousek2009-12-111-2/+2
* A.GridSelect shouldn't grab keys if there are no choices.Adam Vogt2009-12-101-0/+1