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