aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2016-04-18Simplify find-mode exit event.Stephen Blott
2016-04-18Abandon HUD on help-dialog close.Stephen Blott
2016-04-18Wait for documentReady() when whoeing ui components.Stephen Blott
2016-04-18Require documentReady for all UI components.Stephen Blott
2016-04-18Revert "UI-compnent commands must wait for the document to be ready."Stephen Blott
2016-04-17UI-compnent commands must wait for the document to be ready.Stephen Blott
2016-04-17Only Vomnibar.init() when the Vomnibar is needed.Stephen Blott
2016-04-17Do not init() the HUD until it's needed.Stephen Blott
2016-04-17Make showHelp a top-frame command.Stephen Blott
2016-04-17Make showHelp not a background command.Stephen Blott
2016-04-17Fix 5c3e4bda2968486e23f8cc3410e776de67fec849.Stephen Blott
2016-04-17Better window focus handling.Stephen Blott
2016-04-17More code review of UI-component focus handling.Stephen Blott
2016-04-17Use register/unregister frame in help dialog.Stephen Blott
2016-04-16Minor code review.Stephen Blott
2016-04-16Do not focus a hidden help dialog.Stephen Blott
2016-04-16Reinstate vomnibar from within help dialog.Stephen Blott
2016-04-16Self code review re. ui-component focus handling.Stephen Blott
2016-04-16We cannot wait for nextTick() here...Stephen Blott
2016-04-16Remove dead code from the HUD initialization.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-14Merge pull request #2097 from smblott-github/ui-component-init-sequenceStephen Blott
2016-04-14Rework UI component init sequence.Stephen Blott
2016-04-13Add <c-y> and <c-e> for visual mode.Stephen Blott
2016-04-12Set the mode indicator last.Stephen Blott
2016-04-12Make rects absolute in window earlier.Stephen Blott
2016-04-11Better visual-mode selection handling.Stephen Blott
2016-04-11Revert always initialize help dialog.Stephen Blott
2016-04-10Always init() the help dialog.Stephen Blott
2016-04-10Fix Vomnibar initialization issue.Stephen Blott
2016-04-09A UI component isn't ready until it's ready.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-04Do not offer activated element as scrollable.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