aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2017-04-18Move keyboard utils to keydown and migrate normal/visual modes.Stephen Blott
2017-04-18Check whether chrome.storage.sync is enabled, fall back to .local if notmrmr1993
2017-04-16Use browser independent new tab page URL (about:newtab)mrmr1993
2017-04-16Only remove settings from storage.local if it's not our main storemrmr1993
2017-04-16Fallback to storage.local if storage.sync is not availablemrmr1993
2017-03-22Note TODO re. keydown, keypress.Stephen Blott
2017-03-22Move key handling to keydown and event.key.Stephen Blott
2017-03-22Remove and refactor mapKeyRegistery.Stephen Blott
2017-03-19event.key is not always definedStephen Blott
2017-03-04Merge pull request #2369 from gdh1995/zoomed-docEl-offsetStephen Blott
2017-02-09Guard against undefined (out of spec) getDestinationInsertionPointsmrmr1993
2017-01-03take documentElement's border into considerationgdh1995
2017-01-03getViewportTopLeft: consider the new style "contain"gdh1995
2017-01-03getViewportTopLeft: support zoomed static documentElementgdh1995
2016-12-21Merge pull request #2311 from smblott-github/enterNormalModeStephen Blott
2016-10-23Move SearchEngines to bg-utils.coffee.Stephen Blott
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-10Add TODO.Stephen Blott
2016-10-10Rename 'translate' to 'mapkey'.Stephen Blott
2016-10-09Tweak (simplify) #2306.Stephen Blott
2016-10-09Extend key translation to include Escape.Stephen Blott
2016-10-08Better positioning of link-hints flash rect.Stephen Blott
2016-10-02Rework key-sequence parsing.Stephen Blott
2016-10-01Remove legacy migrations.Stephen Blott
2016-09-25Space rotates hints (to make hidden hints visible).Stephen Blott
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