aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
AgeCommit message (Expand)Author
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
2010-12-26Fix hint marker positioning when body's position is not static. Closes #140.jez
2010-11-26Added narrow link hints option to advanced settingsBill Casarin
2010-11-26Attempt to fix rare link hint bugBill Casarin
2010-11-26Fixed the logic for both cases, should work great nowBill Casarin
2010-11-26Link hints don't reappear after being narrowed awayBill Casarin
2010-11-26Narrow results working, hints not updating the way one might expectBill Casarin
2010-10-05Fixed #221. Thanks hbt.Ilya Sukhar
2010-09-24Revert a rename - not sure why I committed that.Ilya Sukhar
2010-09-24Oops, fixed a regression.Ilya Sukhar
2010-09-24Code cleanup & README changes for the multiple link hints patch.Ilya Sukhar
2010-09-23Clean up codeabe
2010-09-23added resetLinkHintsModeabe
2010-09-22Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js a...abe
2010-06-29Merge branch 'branden'ilya
2010-06-03Use Element.children instead of Element.childNodesint3
2010-05-17Some optimizations for link hints. Approx 4-12% faster.int3
2010-05-17Fix link elimination boundariesint3
2010-05-01Activate check for floated children if either dimension of the link is zero.int3
2010-05-01Ensure getComputedStyle is only called on element nodesint3
2010-05-01Show link hints for floated elementsint3
2010-04-28Shift key toggles current/new tab in link hints mode.Branden Rolston
2010-04-24A few comments and cleanups around the linkhints xpathPhil Crosby
2010-04-24Encapsulate the generation of clickableElementsXPathint3
2010-04-24Add link hints support for XHTMLint3
2010-04-18Factor in zoom when eliminating offscreen linksint3
2010-04-18Fix offscreen link exclusion bugint3
2010-04-18Fix visibility testsint3
2010-04-18Use getComputedStyle for visibility checks and getClientRect for hint positio...int3
2010-04-17Use keyboardUtils functions in linkHints mode. This fixes issue #113.int3
2010-03-24checking in a fix for issue 98, link highlight positioning bugBill Mill
2010-01-31Recognize elements with "onclick" attributes in link hints.Phil Crosby