aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/GridSelect.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-6/+12
2012-05-01Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shownJesper Reenberg1-6/+34
2011-11-18Export types to improve haddock links.Adam Vogt1-1/+4
2011-11-15get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner1-2/+2
2011-05-15add-movenext-moveprev-bindingsBen Boeckel1-17/+23
2011-05-15Extend GridSelect navigationIlya Portnov1-1/+26
2011-01-20Fix A.Gridselect image links (thanks dobblego)Adam Vogt1-2/+2
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
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
2009-11-12Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt1-3/+7
2009-11-09Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe1-0/+9
2009-11-01Inline tupadd function in A.GridSelectAdam Vogt1-4/+1
2009-10-22Refer to modm as the current modMaskAdam Vogt1-4/+4
2009-10-22Clean keymask in GridSelect(solves issue 318)Daniel Schoepe1-2/+4
2009-10-16More docs formatting in A.GridSelectAdam Vogt1-2/+2
2009-10-16In A.GridSelect correct haddocksAdam Vogt1-20/+26
2009-10-05Rearrange the GSCONFIG class in A.GridselectAdam Vogt1-28/+93
2009-10-03Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt1-14/+30
2009-10-04Add a screenshots section in the A.GridSelect haddocksAdam Vogt1-4/+13
2009-10-03Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt1-4/+14
2009-09-30Extended GridSelectJan Vornberger1-9/+24
2009-08-09Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...Clemens Fruhwirth1-1/+1
2009-07-27Revert to old behavior where unmatched keys do not exit the eventloop for A.G...Adam Vogt1-3/+2
2009-07-26Make direction keybindings configurable in A.GridSelectAdam Vogt1-30/+54
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-5/+5
2009-04-22Update haddock description for Actions.GridSelectDaniel Schoepe1-2/+2
2009-04-10Mouse support for GridSelectDaniel Schoepe1-1/+13
2009-04-09Generalize GridSelect to arbitrary elementsDaniel Schoepe1-80/+99
2009-01-28Easier Colorizers for X.A.GridSelectquentin.moser1-8/+54
2008-12-01Fix boolean operator precedence in GridSelect keybindingsAleksandar Dimitrov1-4/+4
2008-11-22GridSelect.hs: navigate grid with h,j,k,l as well as arrow keyssean.escriva1-4/+4
2008-11-12GridSelect: Export default_colorizerDominik Bruhn1-1/+2
2008-11-12Simplify code for restriction-calculation and remove compiletime warningsDominik Bruhn1-2/+4
2008-11-11Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key...Clemens Fruhwirth1-38/+62
2008-11-11GridSelect: force cursor stay in visible areaRoman Cheplyaka1-3/+5
2008-11-11GridSelect: fix infiniteness problem with diamondRestrictRoman Cheplyaka1-10/+2
2008-11-11GridSelect: remove tabsRoman Cheplyaka1-61/+61
2008-11-10Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka1-11/+0
2008-11-10GridSelect: added link to a screenshotRoman Cheplyaka1-0/+1
2008-11-10GridSelect: various improvementsRoman Cheplyaka1-2/+47
2008-11-07Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth1-0/+246