aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
AgeCommit message (Expand)Author
2011-05-14Stop looping over array once we have modified it.jez
2011-05-14Format lines to 110 characters.jez
2011-05-14Remove focus after clicking on links.jez
2011-05-14Add comment about caching hintString.length.jez
2011-05-14Pre-compute DOM collection lengths before usage in for loops.jez
2011-02-02Refactor hint marker productionjez
2011-02-02Code cleanup.jez
2011-02-02Fix regression: Deactivate link hinting when a textbox gets selected.jez
2011-02-01Use only one key[event] handler for all modes.jez
2011-01-31Cosmeticsjez
2011-01-31Deactivate hintKeystrokeQueue.jez
2011-01-31Cosmeticsjez
2011-01-31Add a namespace for utility linkHints functions.jez
2011-01-31deactivateMode should always invoke the callback passed to it.jez
2011-01-31Fix matchHintsByKey's return valuesjez
2011-01-31Begin switch from inheritance to compositionjez
2011-01-24Reduce coupling.jez
2011-01-23Make deactivateMode() within linkHintsBase asyncjez
2011-01-23Simplify initializeLinkHints.jez
2011-01-08Adjust line width and other formatting.jez
2011-01-08Remove 'Key Down' log message.jez
2011-01-08Reduce nesting in getVisibleClickableElements.jez
2011-01-08In filter-mode, 'Enter' should activate the lowest-numbered visible hint.jez
2011-01-04Fix filter hinting for images, and added corresponding test.jez
2011-01-04Add a 0.2s delay before filter-mode deactivation.jez
2011-01-04Switch from tagName to nodeName and lowercase it when doing checks.jez
2011-01-04Add filtering for input and image elements, together with tests.jez
2011-01-04Prevent a referenceError.jez
2011-01-03Missed factoring out the link text generation.jez
2011-01-03Revise how the linkHints object is generated. Add lib/utils.js.jez
2011-01-02Handle enter key while in filter-hints modejez
2011-01-01Change 'narrow' to 'filter' in variable names.jez
2011-01-01Missed factoring out a function.jez
2011-01-01Comments and formatting.jez
2010-12-31Shorten linkHint variables where possible.jez
2010-12-31Number hints from one, not zero.jez
2010-12-31Object-ify settings.jez
2010-12-31Merge remote branch 'origin/master' into filter-hintsjez
2010-12-31Use 'this' instead of 'linkHints' where possible.jez
2010-12-31Refactoring. Make hint filtering more 'functional'.jez
2010-12-31Reset hintKeystrokeQueue when user enters filtering link textjez
2010-12-31More refactoring as well as bugfixing.jez
2010-12-31Refactoring linkHints.jsjez
2010-12-31Object-ify linkHints.jsjez
2010-12-29Renumber hints when they are filteredjez
2010-12-29Remove dubious if clausejez
2010-12-29Filter hints mode should automatically use numbers for hintsjez
2010-12-28Append hint div to documentElement instead of body. Closes issue #140.jez
2010-12-28Revert "Fix hint marker positioning when body's position is not static. Close...jez
2010-12-27Extend link hinting XPath to include tabindex and role properties.jez