index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content_scripts
/
link_hints.coffee
Age
Commit message (
Expand
)
Author
2016-02-18
Wait-for-enter: hold flash in typing protector.
Stephen Blott
2016-02-18
Wait-for-enter: for filtered hints.
Stephen Blott
2016-02-14
Split filtered hints on non-word and hint characters.
Stephen Blott
2016-02-01
Use a count with link hints; better comment.
Stephen Blott
2016-02-01
Use a count with link hints; exit on Backspace.
Stephen Blott
2016-01-31
Use a count with link hints; working w/ Escape.
Stephen Blott
2016-01-31
Use a count with link hints.
Stephen Blott
2016-01-31
Better scoring for filtered hints.
Stephen Blott
2016-01-31
Merge pull request #1819 from mrmr1993/unhover-links-when-clicking-link-hint
Stephen Blott
2016-01-30
Merge pull request #1954 from smblott-github/link-hints-need-links
Stephen Blott
2016-01-30
Rework unhovering to occur automatically for all simulated hovers
mrmr1993
2016-01-30
Exit link hints if there are no links.
Stephen Blott
2016-01-30
Emit mouseout when clicking a new element link hints
mrmr1993
2016-01-30
Merge pull request #1952 from smblott-github/link-hints-ignore-scroll
Stephen Blott
2016-01-30
Do not enter link-hints mode on scroll.
Stephen Blott
2016-01-29
Simplify hint-string generation; tweaks.
Stephen Blott
2016-01-29
Simplify hint-string generation; filtered hints.
Stephen Blott
2016-01-28
Simplify hint-string generation; simplification.
Stephen Blott
2016-01-28
Simplify hint-string generation; tweaks.
Stephen Blott
2016-01-28
Simplify hint-string generation
Stephen Blott
2016-01-09
Ensure hint handler is always removed.
Stephen Blott
2015-10-10
Merge pull request #1845 from smblott-github/better-delay-for-filtered-link-h...
Stephen Blott
2015-10-04
Suppress trailing key events (after link hints).
Stephen Blott
2015-10-02
Simplify c9af886a92e4b686456b34949e907a9d79fb223e.
Stephen Blott
2015-10-02
Block keyboard events when a filtered hint matches.
Stephen Blott
2015-09-13
Only show link hints for <label>s for elements without a hint
mrmr1993
2015-09-13
Make <label>s clickable with LinkHints
mrmr1993
2015-09-11
Make the sort used for filetered link hints stable.
Stephen Blott
2015-08-28
clean code
gdh1995
2015-08-26
Use createElementNS for XML documents and remove XML specific codepaths
mrmr1993
2015-07-02
Better angularJS detection.
Stephen Blott
2015-07-01
Re-work angularJS checks.
Stephen Blott
2015-06-19
More concise comment
Daniel Skogly
2015-06-19
Clarifications to ngClick check
Daniel Skogly
2015-06-18
Proper function call
Daniel Skogly
2015-06-18
Proper function definition
Daniel Skogly
2015-06-18
Added hasNgClick-check in getVisibleClickable
Daniel Skogly
2015-06-11
Revert "Make "a-z" characters work in filter hints mode."
Stephen Blott
2015-06-11
Make "a-z" characters work in filter hints mode.
Stephen Blott
2015-06-10
Fix bug relating to duplicate hint strings.
Stephen Blott
2015-06-10
Fix incorrect filtering.
Stephen Blott
2015-06-10
Note changes in README.
Stephen Blott
2015-06-10
Account for words at start of filter text.
Stephen Blott
2015-06-10
Rank filtered hints by score.
Stephen Blott
2015-06-10
Remove legacy (broken and unnecessary) calls.
Stephen Blott
2015-06-10
Simplify activate-on-enter logic.
Stephen Blott
2015-06-09
Minor touch ups.
Stephen Blott
2015-06-09
Make LinkHints a class (LinkHintsMode).
Stephen Blott
2015-06-09
Use tab to select filetered link hints.
Stephen Blott
2015-06-09
Tweak comments re. keydown versus keypress.
Stephen Blott
[next]