aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/GridSelect.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add rearrangers to X.A.GridSelectDmitri Iouchtchenko2013-01-231-9/+59
* Avoid repainting elements in X.A.GridSelectDmitri Iouchtchenko2013-01-231-11/+21
* Give a name to the initial state in X.A.GridSelectDmitri Iouchtchenko2013-01-211-14/+14
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-6/+12
* Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shownJesper Reenberg2012-05-011-6/+34
* Export types to improve haddock links.Adam Vogt2011-11-181-1/+4
* get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner2011-11-151-2/+2
* add-movenext-moveprev-bindingsBen Boeckel2011-05-151-17/+23
* Extend GridSelect navigationIlya Portnov2011-05-151-1/+26
* Fix A.Gridselect image links (thanks dobblego)Adam Vogt2011-01-201-2/+2
* 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
* 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
* Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt2009-11-121-3/+7
* Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe2009-11-091-0/+9
* Inline tupadd function in A.GridSelectAdam Vogt2009-11-011-4/+1
* Refer to modm as the current modMaskAdam Vogt2009-10-221-4/+4
* Clean keymask in GridSelect(solves issue 318)Daniel Schoepe2009-10-221-2/+4
* More docs formatting in A.GridSelectAdam Vogt2009-10-161-2/+2
* In A.GridSelect correct haddocksAdam Vogt2009-10-161-20/+26
* Rearrange the GSCONFIG class in A.GridselectAdam Vogt2009-10-051-28/+93
* Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt2009-10-031-14/+30
* Add a screenshots section in the A.GridSelect haddocksAdam Vogt2009-10-041-4/+13
* Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt2009-10-031-4/+14
* Extended GridSelectJan Vornberger2009-09-301-9/+24
* Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...Clemens Fruhwirth2009-08-091-1/+1
* Revert to old behavior where unmatched keys do not exit the eventloop for A.G...Adam Vogt2009-07-271-3/+2
* Make direction keybindings configurable in A.GridSelectAdam Vogt2009-07-261-30/+54
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-5/+5
* Update haddock description for Actions.GridSelectDaniel Schoepe2009-04-221-2/+2
* Mouse support for GridSelectDaniel Schoepe2009-04-101-1/+13
* Generalize GridSelect to arbitrary elementsDaniel Schoepe2009-04-091-80/+99
* Easier Colorizers for X.A.GridSelectquentin.moser2009-01-281-8/+54
* Fix boolean operator precedence in GridSelect keybindingsAleksandar Dimitrov2008-12-011-4/+4
* GridSelect.hs: navigate grid with h,j,k,l as well as arrow keyssean.escriva2008-11-221-4/+4
* GridSelect: Export default_colorizerDominik Bruhn2008-11-121-1/+2
* Simplify code for restriction-calculation and remove compiletime warningsDominik Bruhn2008-11-121-2/+4
* Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key...Clemens Fruhwirth2008-11-111-38/+62
* GridSelect: force cursor stay in visible areaRoman Cheplyaka2008-11-111-3/+5
* GridSelect: fix infiniteness problem with diamondRestrictRoman Cheplyaka2008-11-111-10/+2
* GridSelect: remove tabsRoman Cheplyaka2008-11-111-61/+61
* Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka2008-11-101-11/+0