aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Expand)Author
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
2016-04-01Ensure settings are loaded.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-30Fix link-hints race condition.Stephen Blott
2016-03-30Minor refactor of link-hints exit sequence.Stephen Blott
2016-03-29Add tests for WaitForEnter.Stephen Blott
2016-03-29Escape to exit WaitForEnter.Stephen Blott
2016-03-28Disable Ctrl modifier for filtered hints.Stephen Blott
2016-03-28Change hintMarkers to @hintMarkers.Stephen Blott
2016-03-28Better names for variables.Stephen Blott
2016-03-28Move LocalHints out of link-hints mode.Stephen Blott
2016-03-28Better test for scrollability.Stephen Blott
2016-03-28Fix for f6925630a7e22b4483bc872d9242776bce5337c1.Stephen Blott
2016-03-28Filter out link-hint false positives.Stephen Blott
2016-03-28Make scrollable elements selectable with hints.Stephen Blott