aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-06Aesthetics on FlexiblemanipulateMats Rauhala1-14/+24
2011-05-04Compile with ghc7Mats Rauhala2-30/+13
2011-05-04Action search autocomplete based on whole lineMats Rauhala1-1/+3
2011-04-16documentation: tell where to find a few auxiliary functions that might be use...Daniel Wagner1-1/+7
2011-03-01Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopiesAdam Vogt1-1/+3
2011-01-20Fix A.Gridselect image links (thanks dobblego)Adam Vogt1-2/+2
2010-12-12Fix A.OnScreen example code typoAdam Vogt1-1/+1
2010-11-16Rename state in A.Gridselect to avoid name shadowing (mtl-2)Adam Vogt1-23/+22
2010-11-02Substring search support for X.A.GridSelect. As keymaps get more complicated ...Clemens Fruhwirth1-78/+181
2010-10-16Make substring search case insensitiveClemens Fruhwirth1-1/+3
2010-10-16Introduce grayoutAllElements in X.A.GridSelectClemens Fruhwirth1-1/+13
2010-10-16Add substring filter to td_elementmapClemens Fruhwirth1-2/+5
2010-10-16Refactor for ad-hoc element and position matching turning td_elementmap into ...Clemens Fruhwirth1-4/+11
2010-10-16Remove nub from diamondLayer in X.A.GridSelectClemens Fruhwirth1-5/+7
2010-10-16Convert access of td_elementmap from field styled to function call styled in ...Clemens Fruhwirth1-8/+9
2010-10-16Make use of field names when constructing TwoDState in X.A.GridSelectClemens Fruhwirth1-8/+7
2010-09-05windowbringer-menu-choicemathstuf1-11/+45
2010-10-01Orphan my modulesmoserq1-1/+1
2010-07-28Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger1-1/+1
2010-07-12WindowGo: bulk up 'runOrRaise' doc to point to 'raiseMaybe' for shell scriptinggwern01-2/+5
2010-07-12WindowGo: fmt & spgwern01-2/+2
2010-06-13encode string of bytes not list of charsKhudyakov Alexey1-2/+2
2010-06-08GroupNavigation.hs: clean up importsgwern01-3/+1
2010-06-04Fix bug in history maintenance of X.A.GroupNavigationNorbert Zeh1-2/+2
2010-05-20TopicSpace: +reverseLastFocusedTopicsNicolas Pouillard1-1/+7
2009-12-20TopicSpace: improve the lastFocusedTopic handlingNicolas Pouillard1-9/+10
2010-05-15X.A.GroupNavigation with containers < 0.3.0.0 compatibilityNorbert Zeh1-4/+19
2010-05-10New module XMonad.Actions.GroupNavigationNorbert Zeh1-0/+210
2010-05-03Remove trailing whitespace in A.KeyRemapAdam Vogt1-21/+21
2010-05-02Adding XMonad.Actions.KeyRemap for mapping single keysstettberger1-0/+156
2010-04-29A.Search: Remove unnecessary `do'Adam Vogt1-2/+1
2010-04-23Fix escaping of URIKhudyakov Alexey1-26/+14
2010-04-16Use imported `fi' alias for fromIntegral more often.Adam Vogt2-6/+2
2010-04-02WindowMenu: own colorizer that works better with Bluetile's new themeJan Vornberger1-1/+9
2010-01-17Update my e-mail addressquentin.moser1-2/+2
2010-03-16fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser1-4/+4
2010-03-14DynamicWorkspaces.hs: rm whitespacegwern01-1/+1
2010-03-08X.A.PhysicalScreens cleaning and allow cyclingAnders Engstrom1-10/+38
2010-02-22Prevent possible pattern match failure in X.A.UpdateFocusDaniel Schoepe1-2/+2
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey12-17/+2
2010-01-24A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff1-3/+5
2009-12-30import new contrib module, X.A.DynamicWorkspaceOrderBrent Yorgey1-0/+166
2009-12-30X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey1-2/+8
2009-12-29new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp...Brent Yorgey1-0/+137
2009-12-29new contrib module from Tomas Janousek, X.A.WorkspaceNamesBrent Yorgey1-0/+155
2009-12-28Use imported xC_bottom_right_corner in A.MouseResizeAdam Vogt1-4/+1
2009-12-27X.A.MouseResize: assign an appropriate cursor for the resizing inpuwinTomas Janousek1-0/+8
2009-12-22Actions/Search: added openstreetmapintrigeri1-24/+28
2009-12-11X.A.GridSelect: documentation typo fixTomas Janousek1-2/+2
2009-12-10A.GridSelect shouldn't grab keys if there are no choices.Adam Vogt1-0/+1