aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/GridSelect.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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