aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-09-17Merge branch 'gdh1995-backspace-as-go-back'Stephen Blott
2016-09-17Rework #2223 (backspace).Stephen Blott
2016-09-17use keyNames to check backspace keyCodegdh1995
2016-09-10simpler logic to detect backsapcegdh1995
2016-08-18support mapping <backspace>gdh1995
2016-08-10Consider the alt-key status when trying to detect <c-[>Colin Kiegel
2016-06-02Favour event.keyIdentifier over event.key.Stephen Blott
2016-05-27Merge pull request #2132 from sco-tt/masterStephen Blott
2016-05-15Also remove event.keyIdentifier in getKeyCharString().Stephen Blott
2016-05-15Use event.key (not event.keyIdentifier).Stephen Blott
2016-05-12Adds single left/right angle quotation marks to next/previous patternsScott Pinkelman
2016-05-12Revert "Improves next/previous links by targetting button elements and adding...Stephen Blott
2016-05-07Merge pull request #2118 from smblott-github/fix-ui-component-init-issuesStephen Blott
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-28Make vimiumFlash a class.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