aboutsummaryrefslogtreecommitdiffstats
path: root/pages
AgeCommit message (Expand)Author
2018-02-06Include backup/restore as advanced.Stephen Blott
2018-02-04Handle <Enter> on keypress (not keydown) in Vomnibar and HUD.Stephen Blott
2018-01-28on vomnibar hiding, blur input firstgdh1995
2017-12-16Custom CSS should reset when empty.Stephen Blott
2017-12-15Better version number formatting.Stephen Blott
2017-12-14Include the version number on the popup.Stephen Blott
2017-12-02Show browser-blocking complaint in the popup for empty portForTab objectmrmr1993
2017-12-02Use portsForTab to decide whether Vimium can access a tab or notmrmr1993
2017-12-02Note disabled in page popup.Stephen Blott
2017-12-02Do not initialise backup/restore on the popup page.Stephen Blott
2017-11-25Remove unused parameter.Stephen Blott
2017-11-18FF: Show HUD (transparently) when pasting, manage focus changes bettermrmr1993
2017-11-18FF: Use HUD.copyToClipboard everywheremrmr1993
2017-11-18FF: Refocus the parent window after focusing the HUD for clipboard opsmrmr1993
2017-11-18FF: Add copy/paste functions to the HUDmrmr1993
2017-11-16Change description of CSS optionmrmr1993
2017-11-12Use tabIndex to provide the special focusInput behaviour in the optionsmrmr1993
2017-11-02Fix typosmrmr1993
2017-10-29Better wording of backup/restore help text.Stephen Blott
2017-10-29Merge pull request #2748 from mrmr1993/frontend-splitStephen Blott
2017-10-29Refacator restore/save code.Stephen Blott
2017-10-29Reset the restore-backup file chooser on save.Stephen Blott
2017-10-29Fix restore for exclusion rules.Stephen Blott
2017-10-29Tidy up backup code.Stephen Blott
2017-10-29Fix backup link for FF and Chrome.Stephen Blott
2017-10-29Fix backup download for Firefox.Stephen Blott
2017-10-29Hide "Download Backup" Link.Stephen Blott
2017-10-29Include settingsVersion in backup.Stephen Blott
2017-10-29Make backup JSON human readable.Stephen Blott
2017-10-29FF: Show backup download link in the options pagemrmr1993
2017-10-28Add backup/restore for Vimium options.Stephen Blott
2017-10-27Move NormalMode to its own content scriptmrmr1993
2017-10-06Allow using capital letters as link hint charactersAnton Strömkvist
2017-10-01Merge pull request #2687 from mrmr1993/fix-popupStephen Blott
2017-10-01Include DOM utils in the popup dialogmrmr1993
2017-09-30Update "Treat find queries as regular expressions"Dibyadeep Paul
2017-09-29Manually inject custom user CSS into our own frames/pagesmrmr1993
2017-09-15Use .textContent instead of .innerHTML, where appropriate.Stephen Blott
2017-09-01Load settings.js in the HUD.Stephen Blott
2017-09-01Better explanation of ignoreKeyboardLayout.Stephen Blott
2017-09-01Include Settings in Vomnibar page.Stephen Blott
2017-08-31Add ignoreKeyboardLayout option (under advanced).Stephen Blott
2017-08-31Update URLs to HTTPS in code, pages and docsDavid Beitey
2017-04-21Firefox: Fix format of popup buttons.Stephen Blott
2017-04-18Avoid repeating Backspace and Delete keys.Stephen Blott
2017-04-18Remove use of keyCodes entirely.Stephen Blott
2017-04-18Move keyboard utils to keydown and migrate normal/visual modes.Stephen Blott
2017-04-17Remove content_script_loader and all references to itmrmr1993
2017-04-16Guard against unsupported non-standard contentEditable=plaintext-onlymrmr1993
2017-04-16Revert "Use HTML5 import to load content scripts."mrmr1993