aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
AgeCommit message (Expand)Author
2011-02-28Fix a crucial bug with insufficient padding of link hints.ilya
2011-02-16Tighten up the array-length caching from the previous patch, and don't bother...Phil Crosby
2011-02-06Pre-compute object lengths before usage in for loops.Keryn Knight
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-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
2010-01-30Add the link hint markers to the DOM all at once instead of piecemeal. This a...Phil Crosby
2010-01-30Exclude links which are scrolled horizontally off the page when hinting.Phil Crosby
2010-01-30When hinting, exclude links which have just a few pixels on screen.Phil Crosby
2010-01-30Avoid calling document.elementFromPoint for very small links. This helps link...Phil Crosby
2010-01-30Add the abililty to show a "vimium has been upgraded" message to the HUD. Als...Phil Crosby
2010-01-22Move the link hints CSS to the background page, and create a setting for user...Phil Crosby
2010-01-18Make the characters used in link hints a user-configurable option. Fixes #66.Phil Crosby
2010-01-07Use the CTRL key instead of the meta key to open links in new windows on Linu...Phil Crosby
2009-12-31Fix a regression where buttons were not clickable via link-hintsPhil Crosby
2009-12-06Use "p" instead of "u" when generating link hints, because typing FU seems a ...Phil Crosby
2009-12-06Use both the upper-left corner and the center of a link's bounding box to det...Phil Crosby
2009-12-06Explicitly set the width of our link hints, so they aren't affected by page l...Phil Crosby
2009-12-06Add a note as to why the links on Google's homepage are shown in the link hints.Phil Crosby
2009-12-06Make opening links in the background tab feel a little snappier by removing t...Phil Crosby
2009-12-06Put the cursor at the end of the text field when selecting it via link hints....Phil Crosby
2009-12-06Use the center of a link's bounding box instead of its upper-left corner to d...Phil Crosby
2009-12-05Use more characters in the link hints, and do a better job of converting a nu...Phil Crosby
2009-12-05Show a link hint instead of empty-string for the first link on a page with fe...Phil Crosby