index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
/
Actions
/
GridSelect.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use Data.Default wherever possible, and deprecate the things it replaces
Daniel Wagner
2013-05-28
1
-6
/
+12
*
Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shown
Jesper Reenberg
2012-05-01
1
-6
/
+34
*
Export types to improve haddock links.
Adam Vogt
2011-11-18
1
-1
/
+4
*
get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)
Daniel Wagner
2011-11-15
1
-2
/
+2
*
add-movenext-moveprev-bindings
Ben Boeckel
2011-05-15
1
-17
/
+23
*
Extend GridSelect navigation
Ilya Portnov
2011-05-15
1
-1
/
+26
*
Fix A.Gridselect image links (thanks dobblego)
Adam Vogt
2011-01-20
1
-2
/
+2
*
Rename state in A.Gridselect to avoid name shadowing (mtl-2)
Adam Vogt
2010-11-16
1
-23
/
+22
*
Substring search support for X.A.GridSelect. As keymaps get more complicated ...
Clemens Fruhwirth
2010-11-02
1
-78
/
+181
*
Make substring search case insensitive
Clemens Fruhwirth
2010-10-16
1
-1
/
+3
*
Introduce grayoutAllElements in X.A.GridSelect
Clemens Fruhwirth
2010-10-16
1
-1
/
+13
*
Add substring filter to td_elementmap
Clemens Fruhwirth
2010-10-16
1
-2
/
+5
*
Refactor for ad-hoc element and position matching turning td_elementmap into ...
Clemens Fruhwirth
2010-10-16
1
-4
/
+11
*
Remove nub from diamondLayer in X.A.GridSelect
Clemens Fruhwirth
2010-10-16
1
-5
/
+7
*
Convert access of td_elementmap from field styled to function call styled in ...
Clemens Fruhwirth
2010-10-16
1
-8
/
+9
*
Make use of field names when constructing TwoDState in X.A.GridSelect
Clemens Fruhwirth
2010-10-16
1
-8
/
+7
*
X.A.GridSelect: documentation typo fix
Tomas Janousek
2009-12-11
1
-2
/
+2
*
A.GridSelect shouldn't grab keys if there are no choices.
Adam Vogt
2009-12-10
1
-0
/
+1
*
Rename gridselectViewWorkspace to gridselectWorkspace, add another example.
Adam Vogt
2009-11-12
1
-3
/
+7
*
Add gridselectViewWorkspace in X.A.GridSelect
Daniel Schoepe
2009-11-09
1
-0
/
+9
*
Inline tupadd function in A.GridSelect
Adam Vogt
2009-11-01
1
-4
/
+1
*
Refer to modm as the current modMask
Adam Vogt
2009-10-22
1
-4
/
+4
*
Clean keymask in GridSelect(solves issue 318)
Daniel Schoepe
2009-10-22
1
-2
/
+4
*
More docs formatting in A.GridSelect
Adam Vogt
2009-10-16
1
-2
/
+2
*
In A.GridSelect correct haddocks
Adam Vogt
2009-10-16
1
-20
/
+26
*
Rearrange the GSCONFIG class in A.Gridselect
Adam Vogt
2009-10-05
1
-28
/
+93
*
Add a GSCONFIG class to overload defaultGSConfig.
Adam Vogt
2009-10-03
1
-14
/
+30
*
Add a screenshots section in the A.GridSelect haddocks
Adam Vogt
2009-10-04
1
-4
/
+13
*
Group functions in GridSelect haddock, add an inline screenshot.
Adam Vogt
2009-10-03
1
-4
/
+14
*
Extended GridSelect
Jan Vornberger
2009-09-30
1
-9
/
+24
*
Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...
Clemens Fruhwirth
2009-08-09
1
-1
/
+1
*
Revert to old behavior where unmatched keys do not exit the eventloop for A.G...
Adam Vogt
2009-07-27
1
-3
/
+2
*
Make direction keybindings configurable in A.GridSelect
Adam Vogt
2009-07-26
1
-30
/
+54
*
Remove trailing whitespace from many modules
Adam Vogt
2009-07-05
1
-5
/
+5
*
Update haddock description for Actions.GridSelect
Daniel Schoepe
2009-04-22
1
-2
/
+2
*
Mouse support for GridSelect
Daniel Schoepe
2009-04-10
1
-1
/
+13
*
Generalize GridSelect to arbitrary elements
Daniel Schoepe
2009-04-09
1
-80
/
+99
*
Easier Colorizers for X.A.GridSelect
quentin.moser
2009-01-28
1
-8
/
+54
*
Fix boolean operator precedence in GridSelect keybindings
Aleksandar Dimitrov
2008-12-01
1
-4
/
+4
*
GridSelect.hs: navigate grid with h,j,k,l as well as arrow keys
sean.escriva
2008-11-22
1
-4
/
+4
*
GridSelect: Export default_colorizer
Dominik Bruhn
2008-11-12
1
-1
/
+2
*
Simplify code for restriction-calculation and remove compiletime warnings
Dominik Bruhn
2008-11-12
1
-2
/
+4
*
Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key...
Clemens Fruhwirth
2008-11-11
1
-38
/
+62
*
GridSelect: force cursor stay in visible area
Roman Cheplyaka
2008-11-11
1
-3
/
+5
*
GridSelect: fix infiniteness problem with diamondRestrict
Roman Cheplyaka
2008-11-11
1
-10
/
+2
*
GridSelect: remove tabs
Roman Cheplyaka
2008-11-11
1
-61
/
+61
*
Exported shrinkWhile from Decoration to use in GridSelect
Roman Cheplyaka
2008-11-10
1
-11
/
+0
*
GridSelect: added link to a screenshot
Roman Cheplyaka
2008-11-10
1
-0
/
+1
*
GridSelect: various improvements
Roman Cheplyaka
2008-11-10
1
-2
/
+47
*
Initial version of GridSelect.hs with a lot room for improvement/cleanups
Clemens Fruhwirth
2008-11-07
1
-0
/
+246