aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Expand)Author
2016-02-18Wait-for-enter: hold flash in typing protector.Stephen Blott
2016-02-18Wait-for-enter: for filtered hints.Stephen Blott
2016-02-14Split filtered hints on non-word and hint characters.Stephen Blott
2016-02-01Use a count with link hints; better comment.Stephen Blott
2016-02-01Use a count with link hints; exit on Backspace.Stephen Blott
2016-01-31Use a count with link hints; working w/ Escape.Stephen Blott
2016-01-31Use a count with link hints.Stephen Blott
2016-01-31Better scoring for filtered hints.Stephen Blott
2016-01-31Merge pull request #1819 from mrmr1993/unhover-links-when-clicking-link-hintStephen Blott
2016-01-30Merge pull request #1954 from smblott-github/link-hints-need-linksStephen Blott
2016-01-30Rework unhovering to occur automatically for all simulated hoversmrmr1993
2016-01-30Exit link hints if there are no links.Stephen Blott
2016-01-30Emit mouseout when clicking a new element link hintsmrmr1993
2016-01-30Merge pull request #1952 from smblott-github/link-hints-ignore-scrollStephen Blott
2016-01-30Do not enter link-hints mode on scroll.Stephen Blott
2016-01-29Simplify hint-string generation; tweaks.Stephen Blott
2016-01-29Simplify hint-string generation; filtered hints.Stephen Blott
2016-01-28Simplify hint-string generation; simplification.Stephen Blott
2016-01-28Simplify hint-string generation; tweaks.Stephen Blott
2016-01-28Simplify hint-string generationStephen Blott
2016-01-09Ensure hint handler is always removed.Stephen Blott
2015-10-10Merge pull request #1845 from smblott-github/better-delay-for-filtered-link-h...Stephen Blott
2015-10-04Suppress trailing key events (after link hints).Stephen Blott
2015-10-02Simplify c9af886a92e4b686456b34949e907a9d79fb223e.Stephen Blott
2015-10-02Block keyboard events when a filtered hint matches.Stephen Blott
2015-09-13Only show link hints for <label>s for elements without a hintmrmr1993
2015-09-13Make <label>s clickable with LinkHintsmrmr1993
2015-09-11Make the sort used for filetered link hints stable.Stephen Blott
2015-08-28clean codegdh1995
2015-08-26Use createElementNS for XML documents and remove XML specific codepathsmrmr1993
2015-07-02Better angularJS detection.Stephen Blott
2015-07-01Re-work angularJS checks.Stephen Blott
2015-06-19More concise commentDaniel Skogly
2015-06-19Clarifications to ngClick checkDaniel Skogly
2015-06-18Proper function callDaniel Skogly
2015-06-18Proper function definitionDaniel Skogly
2015-06-18Added hasNgClick-check in getVisibleClickableDaniel Skogly
2015-06-11Revert "Make "a-z" characters work in filter hints mode."Stephen Blott
2015-06-11Make "a-z" characters work in filter hints mode.Stephen Blott
2015-06-10Fix bug relating to duplicate hint strings.Stephen Blott
2015-06-10Fix incorrect filtering.Stephen Blott
2015-06-10Note changes in README.Stephen Blott
2015-06-10Account for words at start of filter text.Stephen Blott
2015-06-10Rank filtered hints by score.Stephen Blott
2015-06-10Remove legacy (broken and unnecessary) calls.Stephen Blott
2015-06-10Simplify activate-on-enter logic.Stephen Blott
2015-06-09Minor touch ups.Stephen Blott
2015-06-09Make LinkHints a class (LinkHintsMode).Stephen Blott
2015-06-09Use tab to select filetered link hints.Stephen Blott
2015-06-09Tweak comments re. keydown versus keypress.Stephen Blott