aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-26Improves next/previous links by targetting button elements and adding single ...Scott Pinkelman
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-13Add <c-y> and <c-e> for visual mode.Stephen Blott
2016-04-12Make rects absolute in window earlier.Stephen Blott
2016-04-05Check for document.activeElement.Stephen Blott
2016-04-02Refactor DomUtils.documentReady.Stephen Blott
2016-04-02Rework DomUtils.documentReady().Stephen Blott
2016-04-02Move the test for small windows to DomUtils.Stephen Blott
2016-04-01Tweak Settings to add onLoaded() method.Stephen Blott
2016-03-31Fix @suppressEvent and tweak comments.Stephen Blott
2016-03-30Rework handlerStack.bubbleEvent() for greater clarity.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-28Global link hints; revert b7535a604954b5873d825eb66bfecd08f1f2c99b.Stephen Blott
2016-03-27Remove simulateUnhover(); not being used.Stephen Blott
2016-03-27Remove longestCommonPrefix(); not being used.Stephen Blott
2016-03-27Remove copyObjectOmittingProperties(); not being used.Stephen Blott
2016-03-27Add test for invokeCommandString().Stephen Blott
2016-03-26Multiple minor tweaks.Stephen Blott
2016-03-26Merge branch 'standardise-foreground-commands'Stephen Blott
2016-03-26Simplify invokeCommandString().Stephen Blott
2016-03-21Simplify singleton handling.Stephen Blott
2016-03-21Rework visual mode.Stephen Blott
2016-03-18Add Utils.makeIdempotent.Stephen Blott
2016-03-06Tweak documentReady().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-02-26Don't try to evaluate DomUtils.isSelectable on non-elementsmrmr1993
2016-02-26Remove outdated blacklist in DomUtils.isEditable, use .isSelectablemrmr1993
2016-02-20Correctly set `settingsVersion`.Stephen Blott
2016-02-18Wait-for-enter: default to "true" for new users.Stephen Blott
2016-02-18Wait-for-enter: add necessary option support.Stephen Blott
2016-02-18Wait-for-enter: for filtered hints.Stephen Blott
2016-02-18PassNextKey; minor tweak.Stephen Blott
2016-02-18PassNextKey; allow multiple mappings.Stephen Blott
2016-02-18PassNextKey; move key parsing to keyboard_utils.coffee.Stephen Blott
2016-02-18PassNextKey; store key mapping in settings.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-12Nuke some legacy migration code.Stephen Blott
2016-02-11Tidy up detection for the current page and context belonging to usmrmr1993
2016-02-03Move help dialog into an iframemrmr1993
2016-01-31Merge pull request #1908 from smblott-github/fix-ctrl-escapeStephen Blott
2016-01-30Rework unhovering to occur automatically for all simulated hoversmrmr1993
2016-01-30Emit mouseout when clicking a new element link hintsmrmr1993
2016-01-30Merge pull request #1949 from smblott-github/simpler-hint-stringStephen Blott
2016-01-28Simplify hint-string generation; simplification.Stephen Blott
2016-01-26Disable position-at-end in text areas.Stephen Blott
2015-12-04For Ctrl-[, also require NOT AltStephen Blott