| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-18 | Modes; refactor permanent instance. | Stephen Blott | |
| I had intended the whole Insert.permanentInstance lark to be gone before merging #1413. Somehow, this got missed. It's retained, here, but is only needed for the tests. It gives the tests a hook into the single insert-mode permanent instance, so they can test its state. | |||
| 2015-01-18 | Give focusInput a memory (fix typo). | Stephen Blott | |
| 2015-01-18 | Merge branch 'master' into focus-input-with-memory | Stephen Blott | |
| 2015-01-18 | Modes; fix error for exit insert mode. | Stephen Blott | |
| We were blurring the active input element whenever we exit insert mode (my bad). It should only be blurred when we exit insert mode via Escape. | |||
| 2015-01-18 | Give focusInput a memory; add tests. | Stephen Blott | |
| 2015-01-18 | Give focusInput a memory. | Stephen Blott | |
| - Track the most recently-focused input. - When focusInput is launched (with a count of 1) start with the most recently focused input. This does two things: - If the user is editing an element then comes back, they end up back where they started. - It gives focusInput a memory. | |||
| 2015-01-18 | Merge pull request #1434 from smblott-github/perform-find-in-place | Stephen Blott | |
| Fix slightly wonky perform-find-in-place | |||
| 2015-01-18 | Merge pull request #1413 from smblott-github/modes | Stephen Blott | |
| A modal-browsing framework | |||
| 2015-01-18 | Modes; disable debugging output by default. | Stephen Blott | |
| 2015-01-18 | Modes; pre-merge clean up. | Stephen Blott | |
| 2015-01-17 | Minor rework in link hints. | Stephen Blott | |
| 2015-01-17 | Rework modifier key handling for link hints. | Stephen Blott | |
| Mainly reduce code duplication. | |||
| 2015-01-17 | Make `activateModeWithQueue` support link hint mode modifiers | mrmr1993 | |
| 2015-01-17 | Re-introduce ctrl, shift keys as link hint mode modifiers | mrmr1993 | |
| This fixes #1096. | |||
| 2015-01-17 | Add comments for performFindInPlace(). | Stephen Blott | |
| 2015-01-17 | Modes; yet more tweaks... | Stephen Blott | |
| - Mainly comments. - Rename chooseBadge to updateBadge (for consistency). - No badge for passkeys; also fix tests. | |||
| 2015-01-16 | Instead, just restore the selection, for performFindInPlace(). | Stephen Blott | |
| 2015-01-16 | Use selection.collapseToStart() for performFindInPlace(). | Stephen Blott | |
| 2015-01-16 | Modes; clean up. | Stephen Blott | |
| 2015-01-16 | Modes; tweaks. | Stephen Blott | |
| 2015-01-16 | Modes; refactoring. | Stephen Blott | |
| - refactor PostFindMode (to keep separate functionality separated). | |||
| 2015-01-15 | Modes; yet more teaks and fiddles. | Stephen Blott | |
| 2015-01-15 | Modes; tweaks and fiddles. | Stephen Blott | |
| 2015-01-14 | Modes; more reworking. | Stephen Blott | |
| 2015-01-14 | Modes; fix tests. | Stephen Blott | |
| 2015-01-14 | Modes; rework PostFindMode (again). | Stephen Blott | |
| 2015-01-14 | Modes; substantial reworking of insert mode (and friends). | Stephen Blott | |
| 2015-01-13 | Modes; temporary commit. | Stephen Blott | |
| 2015-01-13 | Modes; temporary commit. | Stephen Blott | |
| 2015-01-13 | Modes; enter insert mode if the selection changes. | Stephen Blott | |
| See discussion in #1415. | |||
| 2015-01-13 | Modes; block all printable keyboard events. | Stephen Blott | |
| 2015-01-12 | Modes; hint mode should be an insert-mode blocker... | Stephen Blott | |
| Also: - visual-mode template should block insert. - hint mode should exit on click. | |||
| 2015-01-12 | Fix race condition on the options page (better still). | Stephen Blott | |
| a | |||
| 2015-01-12 | Fix race condition on the options page (better). | Stephen Blott | |
| Uses document.readyState for all onDOMContentLoaded dependent functions. This should fix the same race condition as #1426 for all cases. | |||
| 2015-01-12 | Fix race condition on the options page. | Stephen Blott | |
| Fixes #1426. | |||
| 2015-01-12 | Modes; (slightly) nicer badge. | Stephen Blott | |
| 2015-01-12 | Modes; re-work key suppression for PostFindMode. | Stephen Blott | |
| 2015-01-11 | Modes; incorporate link hints. | Stephen Blott | |
| 2015-01-11 | Modes; yet more tweaks, yet more tests. | Stephen Blott | |
| 2015-01-11 | Modes; tweaks, including more tests. | Stephen Blott | |
| 2015-01-11 | Modes; tweek tests. | Stephen Blott | |
| 2015-01-11 | Modes; rework debugging support. | Stephen Blott | |
| 2015-01-11 | Modes; add DOM tests. | Stephen Blott | |
| 2015-01-11 | Modes; add DOM tests. | Stephen Blott | |
| 2015-01-11 | Modes; various tweeks. | Stephen Blott | |
| 2015-01-10 | Modes; re-architect key suppression and passkeys. | Stephen Blott | |
| 2015-01-10 | Modes; better printable detection, move to keyboard_utils. | Stephen Blott | |
| 2015-01-10 | Modes; reinstate key blockers: | Stephen Blott | |
| - when the selection is contentEditable - in PostFindMode Restricted to printable characters. | |||
| 2015-01-10 | Modes; minor changes. | Stephen Blott | |
| 2015-01-10 | Modes; revert to master's handling of #1415. | Stephen Blott | |
| The behaviour in the situations described in #1415 require more thought and discussion. | |||
