aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Expand)Author
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
2015-06-09Only look up linkHintNumbers once.Stephen Blott
2015-06-09Alphabet hints, use keydown for defaults.Stephen Blott
2015-06-08Make hint filters classes.Stephen Blott
2015-06-08Refactor to keydown, as required.Stephen Blott
2015-06-07Exit link-hint mode on click or scroll.Stephen Blott
2015-06-05Use keypress (instead of keydown) for link hint characters.Stephen Blott
2015-06-01Remove LinkHints.init()...Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Replace settings.get with Settings.get in the frontendmrmr1993
2015-04-29Use innerHTML instead of contentText.Stephen Blott
2015-04-29Fix text matching/exclusion; repair tests.Stephen Blott
2015-04-29Fix text matching/exclusion for text link hints.Stephen Blott
2015-04-29Ignore keyboard repeats in link hint key handlermrmr1993
2015-04-28Make DomUtils.getVisibleClientRects default to expected behaviourmrmr1993
2015-04-27Don't focus <input type="submit" /> elements from link hintsmrmr1993
2015-04-22Also filter for HREF in incognito mode.Stephen Blott
2015-04-22Filter out non-HREF elements for "yf".Stephen Blott
2015-04-22For "yf", handle case where link.href isn't defined.Stephen Blott
2015-04-22Show yanked text in HUD for "yf".Stephen Blott
2015-04-18Mode indicator: more fix for link hints.Stephen Blott
2015-04-18Mode indicator: fix for link hints.Stephen Blott
2015-04-18Mode indicator: strip all references to badges.Stephen Blott
2015-03-09Pass keyup events after entering link-hint mode.Stephen Blott
2015-03-03Do not include duplicated texts in link hints.Stephen Blott
2015-01-18Merge pull request #1413 from smblott-github/modesStephen Blott
2015-01-18Modes; pre-merge clean up.Stephen Blott
2015-01-17Minor rework in link hints.Stephen Blott
2015-01-17Rework modifier key handling for link hints.Stephen Blott
2015-01-17Make `activateModeWithQueue` support link hint mode modifiersmrmr1993
2015-01-17Re-introduce ctrl, shift keys as link hint mode modifiersmrmr1993
2015-01-15Modes; tweaks and fiddles.Stephen Blott
2015-01-14Modes; substantial reworking of insert mode (and friends).Stephen Blott
2015-01-13Modes; temporary commit.Stephen Blott
2015-01-13Modes; temporary commit.Stephen Blott
2015-01-12Modes; hint mode should be an insert-mode blocker...Stephen Blott
2015-01-12Modes; (slightly) nicer badge.Stephen Blott
2015-01-11Modes; incorporate link hints.Stephen Blott