aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/GridSelect.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* GridSelect: added link to a screenshotRoman Cheplyaka2008-11-101-0/+1
* GridSelect: various improvementsRoman Cheplyaka2008-11-101-2/+47
* Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth2008-11-071-0/+246