aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-02-11Only load help dialog iframe when the dialog is to be shownmrmr1993
2016-02-11Add a comment explaining why HelpDialog has seemingly redundant fieldsmrmr1993
2016-02-11Show vomnibar above the help dialog, remove an unnecessary CSS rulemrmr1993
2016-02-11Tidy up detection for the current page and context belonging to usmrmr1993
2016-02-10BgUtils; two fixes...Stephen Blott
2016-02-09BgUtils; implement visitPreviousTab.Stephen Blott
2016-02-09BgUtils; move tabRecency to bg_tiles.coffee.Stephen Blott
2016-02-05Stop options page link from blurring the help dialog iframemrmr1993
2016-02-04Revert "Tweaks to #1966."Stephen Blott
2016-02-04Tweaks to #1966.Stephen Blott
2016-02-03Hide help dialog when clicking outside of itmrmr1993
2016-02-03Fix closing the help dialogmrmr1993
2016-02-03Prevent nested help dialog iframesmrmr1993
2016-02-03Move help dialog into an iframemrmr1993
2016-02-03Move toggleHelpDialog to HelpDialog.togglemrmr1993
2016-02-03Move frameId check from toggleHelpDialog to its message listenermrmr1993
2016-02-03Move isShowingHelpDialog to HelpDialog.showingmrmr1993
2016-02-03Rename VimiumHelpDialog to HelpDialogmrmr1993
2016-02-03Remove redundant functions show/hideHelpDialogmrmr1993
2016-02-03Show/hide advanced commands with CSS class, other tidyingmrmr1993
2016-02-03Update only help dialog contents when showingmrmr1993
2016-02-03Use <span>s as placeholders in help_dialog.htmlmrmr1993
2016-02-03Store help dialog injected strings together, inject all at oncemrmr1993
2016-02-03Restructure VimiumHelpDialog so show and init have appropriate codemrmr1993
2016-02-03Move help dialog hide code into VimiumHelpDialog.hidemrmr1993
2016-02-03Move remaining help dialog show code into VimiumHelpDialog.showmrmr1993
2016-02-03Move help dialog setup to VimiumHelpDialog.initmrmr1993
2016-02-03Simple cosmetic changes to VimiumHelpDialogmrmr1993
2016-02-03Move VimiumHelpDialog out of showHelpDialogmrmr1993
2016-02-01Not bug fixes in README.md.Stephen Blott