aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.coffee
AgeCommit message (Expand)Author
2017-12-16Custom CSS should reset when empty.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-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-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-09-29Manually inject custom user CSS into our own frames/pagesmrmr1993
2017-09-15Use .textContent instead of .innerHTML, where appropriate.Stephen Blott
2017-08-31Add ignoreKeyboardLayout option (under advanced).Stephen Blott
2017-02-08Stop using deprecated tabs.getSelected; switch to tabs.querymrmr1993
2016-12-21Merge pull request #2327 from sco-tt/capitalized-link-hints-options-2Stephen Blott
2016-12-14Forces user defined link hints to when options are saved on options pageScott Pinkelman
2016-12-11Rework help-dialog HTML.Stephen Blott
2016-04-21Prime focus input on the Vimium options page.Stephen Blott
2016-04-21Help dialog; remove ability to blur the dialog.Stephen Blott
2016-04-17Make showHelp a top-frame command.Stephen Blott
2016-04-17Make showHelp not a background command.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-03-27Do not hide help dialog on click (on options page).Stephen Blott
2016-03-13Tweak options page class names...Stephen Blott
2016-03-04Do not use standalone @.Stephen Blott
2016-02-18Wait-for-enter: add necessary option support.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-05Stop options page link from blurring the help dialog iframemrmr1993
2016-02-03Rename VimiumHelpDialog to HelpDialogmrmr1993
2016-02-03Remove redundant functions show/hideHelpDialogmrmr1993
2015-06-20Add test that every option has a default value.Stephen Blott
2015-06-16Make "Show Advanced Options" state persistent.Stephen Blott
2015-06-11Initialise options-page link-hint mode correctly (better).Stephen Blott
2015-06-10Initialise options-page link-hint mode correctly.Stephen Blott
2015-06-01Tweak a456de97daaf1361bc3ad7df775f1b6cbe1f720e.Stephen Blott
2015-06-01Use JSON.stringify to compare setting values everywheremrmr1993
2015-06-01Merge branch 'unified-settings-implementation'Stephen Blott
2015-06-01Always call performPostUpdateHook after Setting updates (.set/.clear)mrmr1993
2015-06-01Eliminate possibility of race condition.Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Fully remove unused option.Stephen Blott
2015-05-31Merge pull request #1486 from smblott-github/advanced-options-buttonStephen Blott
2015-05-29Use lib/settings.coffee to provide settings to options.html/popup.htmlmrmr1993
2015-05-11Search completion; add weigthing option.Stephen Blott