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-09-26
Use title attribute for link text.
Stephen Blott
2016-09-26
Tweak jsaction detection and add tests.
Stephen Blott
2016-09-26
Fix comment.
Stephen Blott
2016-09-25
Active hint marker may be in another frame.
Stephen Blott
2016-09-25
Reinstate highlighting of first hint.
Stephen Blott
2016-09-25
Do not reset tab index on modifiers.
Stephen Blott
2016-09-25
Make tab-selected hint visible.
Stephen Blott
2016-09-25
Refactor z-index allocation to a separate function.
Stephen Blott
2016-09-25
Don't forget the tab count on <Space>.
Stephen Blott
2016-09-25
Hint rotation, tweaks for readability.
Stephen Blott
2016-09-25
Space rotates hints (to make hidden hints visible).
Stephen Blott
2016-09-09
Merge pull request #2242 from gdh1995/hint-label-for-not-disabled
Stephen Blott
2016-09-09
hint a label only if its control is not disabled
gdh1995
2016-08-16
Add support for opening details elements
Bouke van der Bijl
2016-04-26
Merge pull request #2107 from smblott-github/modernize-help-dialog-styling
Stephen Blott
2016-04-25
Make zoom-in/out images clickable.
Stephen Blott
2016-04-24
Filtered hints; tweak scoring.
Stephen Blott
2016-04-24
Fix tests following 029741ea2d93031f0c9d5e57ba9cf75546976798.
Stephen Blott
2016-04-24
Filter filtered-mode link hints.
Stephen Blott
2016-04-22
Help dialog; do not offer hints outside of the help dialog.
Stephen Blott
2016-04-17
Better window focus handling.
Stephen Blott
2016-04-12
Set the mode indicator last.
Stephen Blott
2016-04-12
Make rects absolute in window earlier.
Stephen Blott
2016-04-09
Minor performance tweak.
Stephen Blott
2016-04-08
Trim linkText when it's collected, not repreatedly.
Stephen Blott
2016-04-08
Filtered hints; do not accept split characters.
Stephen Blott
2016-04-08
Simplify filtered hint matching.
Stephen Blott
2016-04-08
Merge pull request #2088 from smblott-github/filtered-hints-better-typed-text...
Stephen Blott
2016-04-08
Refactor setModeIndicator().
Stephen Blott
2016-04-08
Show filtered characters in mode indicator.
Stephen Blott
2016-04-08
Filtered hints; ignore unmatched text.
Stephen Blott
2016-04-08
Do not post hint descriptors back to the frame itself.
Stephen Blott
2016-04-05
Better close-down for global link hints.
Stephen Blott
2016-04-05
Unregister frame on "unload".
Stephen Blott
2016-04-04
Remove keyboard-suppressing mode when necessary.
Stephen Blott
2016-04-04
Better indicator message.
Stephen Blott
2016-04-04
Shorten link text.
Stephen Blott
2016-04-04
Handle requireHref for link hints locally.
Stephen Blott
2016-04-04
Document hint descriptors.
Stephen Blott
2016-04-04
Keep showLinkText local for link hints.
Stephen Blott
2016-04-04
Keep reason local for link hints.
Stephen Blott
2016-04-04
Keep rects local for link hints.
Stephen Blott
2016-04-04
Do not render link hints in remote frames.
Stephen Blott
2016-04-03
Freeze frame state on link-hint activation.
Stephen Blott
2016-04-03
Remove blocking mode when no hints found.
Stephen Blott
2016-04-02
Make stableSortCount per instance.
Stephen Blott
2016-04-02
Make document.body selectable as scrollable.
Stephen Blott
2016-04-02
Use ports for all link-hint messages.
Stephen Blott
2016-04-02
Use port for frame-to-background messages.
Stephen Blott
2016-04-02
Wait for docomentReady to generate hints.
Stephen Blott
[next]