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
/
linkHints.js
Age
Commit message (
Expand
)
Author
2012-01-09
Consider all clientRects when checking for visibility.
Jez Ng
2012-01-09
Capture all key events when in delayMode.
Jez Ng
2012-01-09
Make focusInput detect textareas as well, and refactor the XPath code.
Jez Ng
2011-11-26
whitespace
Phil Crosby
2011-10-09
fixes #393: detect Image map in hint mode
Akira Ohnishi
2011-09-04
Fixing bug where opening a link in a seperate tab the second time fails to work
Fred Song
2011-07-29
Remove the zooming functionality. It conflict's with Chrome's native zooming ...
Phil Crosby
2011-07-21
Make link hints appear out of order
nazri
2011-07-14
Cleaning up comments and console output
Murphy McMahon
2011-07-14
Added clipboard copying to linkHints mode (default binding: 'Y')
Murphy McMahon
2011-06-14
Fix for issue #286 - GitHub logo doesn't get hinted
Robert Smith
2011-05-14
Stop looping over array once we have modified it.
jez
2011-05-14
Format lines to 110 characters.
jez
2011-05-14
Remove focus after clicking on links.
jez
2011-05-14
Add comment about caching hintString.length.
jez
2011-05-14
Pre-compute DOM collection lengths before usage in for loops.
jez
2011-02-02
Refactor hint marker production
jez
2011-02-02
Code cleanup.
jez
2011-02-02
Fix regression: Deactivate link hinting when a textbox gets selected.
jez
2011-02-01
Use only one key[event] handler for all modes.
jez
2011-01-31
Cosmetics
jez
2011-01-31
Deactivate hintKeystrokeQueue.
jez
2011-01-31
Cosmetics
jez
2011-01-31
Add a namespace for utility linkHints functions.
jez
2011-01-31
deactivateMode should always invoke the callback passed to it.
jez
2011-01-31
Fix matchHintsByKey's return values
jez
2011-01-31
Begin switch from inheritance to composition
jez
2011-01-24
Reduce coupling.
jez
2011-01-23
Make deactivateMode() within linkHintsBase async
jez
2011-01-23
Simplify initializeLinkHints.
jez
2011-01-08
Adjust line width and other formatting.
jez
2011-01-08
Remove 'Key Down' log message.
jez
2011-01-08
Reduce nesting in getVisibleClickableElements.
jez
2011-01-08
In filter-mode, 'Enter' should activate the lowest-numbered visible hint.
jez
2011-01-04
Fix filter hinting for images, and added corresponding test.
jez
2011-01-04
Add a 0.2s delay before filter-mode deactivation.
jez
2011-01-04
Switch from tagName to nodeName and lowercase it when doing checks.
jez
2011-01-04
Add filtering for input and image elements, together with tests.
jez
2011-01-04
Prevent a referenceError.
jez
2011-01-03
Missed factoring out the link text generation.
jez
2011-01-03
Revise how the linkHints object is generated. Add lib/utils.js.
jez
2011-01-02
Handle enter key while in filter-hints mode
jez
2011-01-01
Change 'narrow' to 'filter' in variable names.
jez
2011-01-01
Missed factoring out a function.
jez
2011-01-01
Comments and formatting.
jez
2010-12-31
Shorten linkHint variables where possible.
jez
2010-12-31
Number hints from one, not zero.
jez
2010-12-31
Object-ify settings.
jez
2010-12-31
Merge remote branch 'origin/master' into filter-hints
jez
2010-12-31
Use 'this' instead of 'linkHints' where possible.
jez
[next]