aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Expand)Author
2016-09-26Use title attribute for link text.Stephen Blott
2016-09-26Tweak jsaction detection and add tests.Stephen Blott
2016-09-26Fix comment.Stephen Blott
2016-09-25Active hint marker may be in another frame.Stephen Blott
2016-09-25Reinstate highlighting of first hint.Stephen Blott
2016-09-25Do not reset tab index on modifiers.Stephen Blott
2016-09-25Make tab-selected hint visible.Stephen Blott
2016-09-25Refactor z-index allocation to a separate function.Stephen Blott
2016-09-25Don't forget the tab count on <Space>.Stephen Blott
2016-09-25Hint rotation, tweaks for readability.Stephen Blott
2016-09-25Space rotates hints (to make hidden hints visible).Stephen Blott
2016-09-09Merge pull request #2242 from gdh1995/hint-label-for-not-disabledStephen Blott
2016-09-09hint a label only if its control is not disabledgdh1995
2016-08-16Add support for opening details elementsBouke van der Bijl
2016-04-26Merge pull request #2107 from smblott-github/modernize-help-dialog-stylingStephen Blott
2016-04-25Make zoom-in/out images clickable.Stephen Blott
2016-04-24Filtered hints; tweak scoring.Stephen Blott
2016-04-24Fix tests following 029741ea2d93031f0c9d5e57ba9cf75546976798.Stephen Blott
2016-04-24Filter filtered-mode link hints.Stephen Blott
2016-04-22Help dialog; do not offer hints outside of the help dialog.Stephen Blott
2016-04-17Better window focus handling.Stephen Blott
2016-04-12Set the mode indicator last.Stephen Blott
2016-04-12Make rects absolute in window earlier.Stephen Blott
2016-04-09Minor performance tweak.Stephen Blott
2016-04-08Trim linkText when it's collected, not repreatedly.Stephen Blott
2016-04-08Filtered hints; do not accept split characters.Stephen Blott
2016-04-08Simplify filtered hint matching.Stephen Blott
2016-04-08Merge pull request #2088 from smblott-github/filtered-hints-better-typed-text...Stephen Blott
2016-04-08Refactor setModeIndicator().Stephen Blott
2016-04-08Show filtered characters in mode indicator.Stephen Blott
2016-04-08Filtered hints; ignore unmatched text.Stephen Blott
2016-04-08Do not post hint descriptors back to the frame itself.Stephen Blott
2016-04-05Better close-down for global link hints.Stephen Blott
2016-04-05Unregister frame on "unload".Stephen Blott
2016-04-04Remove keyboard-suppressing mode when necessary.Stephen Blott
2016-04-04Better indicator message.Stephen Blott
2016-04-04Shorten link text.Stephen Blott
2016-04-04Handle requireHref for link hints locally.Stephen Blott
2016-04-04Document hint descriptors.Stephen Blott
2016-04-04Keep showLinkText local for link hints.Stephen Blott
2016-04-04Keep reason local for link hints.Stephen Blott
2016-04-04Keep rects local for link hints.Stephen Blott
2016-04-04Do not render link hints in remote frames.Stephen Blott
2016-04-03Freeze frame state on link-hint activation.Stephen Blott
2016-04-03Remove blocking mode when no hints found.Stephen Blott
2016-04-02Make stableSortCount per instance.Stephen Blott
2016-04-02Make document.body selectable as scrollable.Stephen Blott
2016-04-02Use ports for all link-hint messages.Stephen Blott
2016-04-02Use port for frame-to-background messages.Stephen Blott
2016-04-02Wait for docomentReady to generate hints.Stephen Blott