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