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
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
2010-12-31
Refactoring. Make hint filtering more 'functional'.
jez
2010-12-31
Reset hintKeystrokeQueue when user enters filtering link text
jez
2010-12-31
More refactoring as well as bugfixing.
jez
2010-12-31
Refactoring linkHints.js
jez
2010-12-31
Object-ify linkHints.js
jez
2010-12-29
Renumber hints when they are filtered
jez
2010-12-29
Remove dubious if clause
jez
2010-12-29
Filter hints mode should automatically use numbers for hints
jez
2010-12-28
Append hint div to documentElement instead of body. Closes issue #140.
jez
2010-12-28
Revert "Fix hint marker positioning when body's position is not static. Close...
jez
2010-12-27
Extend link hinting XPath to include tabindex and role properties.
jez
2010-12-26
Fix hint marker positioning when body's position is not static. Closes #140.
jez
2010-11-26
Added narrow link hints option to advanced settings
Bill Casarin
2010-11-26
Attempt to fix rare link hint bug
Bill Casarin
2010-11-26
Fixed the logic for both cases, should work great now
Bill Casarin
2010-11-26
Link hints don't reappear after being narrowed away
Bill Casarin
2010-11-26
Narrow results working, hints not updating the way one might expect
Bill Casarin
2010-10-05
Fixed #221. Thanks hbt.
Ilya Sukhar
2010-09-24
Revert a rename - not sure why I committed that.
Ilya Sukhar
2010-09-24
Oops, fixed a regression.
Ilya Sukhar
2010-09-24
Code cleanup & README changes for the multiple link hints patch.
Ilya Sukhar
2010-09-23
Clean up code
abe
2010-09-23
added resetLinkHintsMode
abe
2010-09-22
Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js a...
abe
2010-06-29
Merge branch 'branden'
ilya
2010-06-03
Use Element.children instead of Element.childNodes
int3
2010-05-17
Some optimizations for link hints. Approx 4-12% faster.
int3
2010-05-17
Fix link elimination boundaries
int3
2010-05-01
Activate check for floated children if either dimension of the link is zero.
int3
2010-05-01
Ensure getComputedStyle is only called on element nodes
int3
2010-05-01
Show link hints for floated elements
int3
2010-04-28
Shift key toggles current/new tab in link hints mode.
Branden Rolston
2010-04-24
A few comments and cleanups around the linkhints xpath
Phil Crosby
2010-04-24
Encapsulate the generation of clickableElementsXPath
int3
2010-04-24
Add link hints support for XHTML
int3
2010-04-18
Factor in zoom when eliminating offscreen links
int3
2010-04-18
Fix offscreen link exclusion bug
int3
2010-04-18
Fix visibility tests
int3
2010-04-18
Use getComputedStyle for visibility checks and getClientRect for hint positio...
int3
2010-04-17
Use keyboardUtils functions in linkHints mode. This fixes issue #113.
int3
2010-03-24
checking in a fix for issue 98, link highlight positioning bug
Bill Mill
2010-01-31
Recognize elements with "onclick" attributes in link hints.
Phil Crosby
[next]