aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-20Tweak #2007.Stephen Blott
2016-02-21fix a crash of unit testsgdh1995
2016-02-20Fix bug in #2001.Stephen Blott
2016-02-21use chrome.windows.onFocusChanged to listen window switchinggdh1995
2016-02-20Fix `<count>removeTab`.Stephen Blott
2016-02-20Remove unused variable.Stephen Blott
2016-02-20Remove (unused) `tabInfoMap`.Stephen Blott
2016-02-20Note moveTabToNewWindow count prefix in README.md.Stephen Blott
2016-02-20Merge pull request #2003 from smblott-github/count-for-new-windowStephen Blott
2016-02-20Merge remote-tracking branch 'upstream/master'Stephen Blott
2016-02-20Note count prefix command options in README.md.Stephen Blott
2016-02-20Merge pull request #2001 from smblott-github/add-count-command-optionStephen Blott
2016-02-20Simplify command-option parsing.Stephen Blott
2016-02-20moveToNewWindow accepts a count.Stephen Blott
2016-02-20Merge pull request #2002 from smblott-github/move-to-chrome.sessionsStephen Blott
2016-02-20Move wholly to chrome.sessions.Stephen Blott
2016-02-20Add `count` command option.Stephen Blott
2016-02-20Refactor command-option parsing.Stephen Blott
2016-02-20Merge pull request #2000 from smblott-github/hide-HUD-in-insert-mode-onlyStephen Blott
2016-02-20Correctly set `settingsVersion`.Stephen Blott
2016-02-20hideHUD option applies to insert mode only.Stephen Blott
2016-02-18Tweak README.md.Stephen Blott
2016-02-18Note new filtered-hints coption in README.txt.Stephen Blott
2016-02-18Merge pull request #1950 from smblott-github/filtered-hints--wait-for-enterStephen Blott
2016-02-18Wait-for-enter: default to "true" for new users.Stephen Blott
2016-02-18Wait-for-enter: better wording on options page.Stephen Blott
2016-02-18Wait-for-enter: hold flash in typing protector.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-18Fix typo in README.md.Stephen Blott
2016-02-18Note passNextKey in README.md.Stephen Blott
2016-02-18Merge pull request #1985 from smblott-github/pass-next-keyStephen Blott
2016-02-18PassNextKey; exclude single-character mappings.Stephen Blott
2016-02-18PassNextKey; minor tweak.Stephen Blott
2016-02-18PassNextKey; fix tests.Stephen Blott
2016-02-18PassNextKey; allow multiple mappings.Stephen Blott
2016-02-18PassNextKey; handle pass-next-key in insert mode.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-18PassNextKey; initial implementation.Stephen Blott
2016-02-16Merge pull request #1994 from mrmr1993/correct-loop-types-2Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-14Merge pull request #1991 from smblott-github/nuke-some-migrationsStephen Blott
2016-02-14Merge pull request #1993 from smblott-github/filtered-hints-word-splitStephen Blott
2016-02-14Split filtered hints on non-word and hint characters.Stephen Blott
2016-02-12Nuke some legacy migration code.Stephen Blott
2016-02-12Note visitPreviousTab command in README.md.Stephen Blott
2016-02-12Merge pull request #1984 from smblott-github/previous-tabStephen Blott
2016-02-11Merge pull request #1977 from mrmr1993/help-dialog-uicomponentStephen Blott
2016-02-11Change HelpDialog. to @ for methods inside the HelpDialog objectmrmr1993