aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode.coffee
AgeCommit message (Expand)Author
2018-08-13Cache keydown events while launching link hints.Stephen Blott
2017-10-29Let handlerStack call consumeKeyup rather than calling it explicitlymrmr1993
2017-10-29Suppress all keyup events automatically if we consume the keydownmrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-04-24Make Mode::exit idempotentmrmr1993
2017-04-18Use event.code to detect/suppress keyup events.Stephen Blott
2017-02-08Stop using non-standard event.srcElement; switch to event.targetmrmr1993
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-04-17Do not init() the HUD until it's needed.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-30Add test for SuppressAllKeyboardEvents.Stephen Blott
2016-03-30Fix link-hints race condition.Stephen Blott
2016-03-21Simplify singleton handling.Stephen Blott
2016-03-05Key bindings; refactor passKeys distribution.Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; minor tweaks.Stephen Blott
2016-03-05Key bindings; more tweaks and fixes.Stephen Blott
2016-03-04Do not use standalone @.Stephen Blott
2016-03-03Remove methods which aren't used.Stephen Blott
2016-01-31Pass arguments to modes' onExit handlers.Stephen Blott
2015-10-04Make mode.exit() idempotent.Stephen Blott
2015-10-04Make comment/explanation match implementation.Stephen Blott
2015-10-04Suppress trailing key events (after link hints).Stephen Blott
2015-06-07Exit link-hint mode on click or scroll.Stephen Blott
2015-06-05Fix event suppression for Marks keyboard events.Stephen Blott
2015-06-03Modes, better comments.Stephen Blott
2015-06-03Also set previous position for before global mark movement.Stephen Blott
2015-06-03Re-implement Marks, incl `` binding.Stephen Blott
2015-06-03Fix tests for #1713...Stephen Blott
2015-06-03Refactor to avoid having to cover all keyboard event cases.Stephen Blott
2015-04-28Activate grab-back-focus only if enabled.Stephen Blott
2015-04-18Mode indicator: more fix for link hints.Stephen Blott
2015-04-18Mode indicator: initial move to HUD.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-02-16Deactivate global insert mode on focus.Stephen Blott
2015-02-13Add callback to runtime message.Stephen Blott
2015-02-09Merge branch 'visual-and-edit-modes'Stephen Blott
2015-02-09Visual/edit modes: disable mode debugging for merge to master.Stephen Blott
2015-01-30Visual/edit modes: another minor code review.Stephen Blott
2015-01-29Visual/edit modes: really fix restore of insert-mode sub mode.Stephen Blott
2015-01-28Visual/edit modes: yet more minor changes.Stephen Blott
2015-01-28Visual/edit modes: minor changes...Stephen Blott
2015-01-27Visual/edit modes: minor changes.Stephen Blott
2015-01-27Visual/edit modes: self code review.Stephen Blott
2015-01-26Visual/edit modes: fix problem resuming insert mode.Stephen Blott
2015-01-25Visual/edit modes: better mode changes on blur/focus.Stephen Blott
2015-01-21Edit mode: initial framework.Stephen Blott
2015-01-20Rework DOM tests.Stephen Blott
2015-01-18Modes; disable debugging output by default.Stephen Blott