aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
AgeCommit message (Collapse)Author
2010-06-22Don't show the options page link on the command listings dialog.ilya
2010-05-29Enable vimium on options pageConrad Irwin
2010-04-18Small styling change on the options page.ilya
2010-04-18Add an unmapAll command to the remapping interface. This closes #116.ilya
2010-03-09Make blue those ugly purple links on the options pagePhil Crosby
2010-03-09give another 40px width to the Options page, so the entry boxes are larger ↵Phil Crosby
and our help dialog message doesn't wrap.
2010-03-09Refresh completion keys on all tabs and associated data structures after key ↵ilya
mappings are saved.
2010-03-09Clean up the dialog code in options.html to be more generic.ilya
2010-03-09Fix a bug where if you add a mapping, save, and then remove it -- it won't ↵ilya
get actually unmapped.
2010-03-09Add a dialog to show all available commands for key mappings under the ↵ilya
options page.
2010-03-07Remove the command reference on the Options page in favor of showing the ↵Phil Crosby
Help dialog.
2010-03-07Fix a br tag.ilya
2010-03-04Move key mappings to the top of the advanced optionsPhil Crosby
2010-03-04tweak the explanatory text next to key mappingsPhil Crosby
2010-02-26Key Mapping - Reparse the mappings whenever a new value is saved in the ↵ilya
options page.
2010-02-26Key Mapping - Add support for comments in the mappings text.ilya
2010-02-26Key Mapping - Add option textbox and text to the options page.ilya
2010-01-30Make the options page in sync with the readme.Phil Crosby
2010-01-22Add a UI on the options page for entering custom CSS for link hints.Phil Crosby
2010-01-22Make the enabling of the save button on the Options page based on textfield ↵Phil Crosby
content, not keystrokes.
2010-01-21Fix a bug in the options page which would prevent excluded URLs from being savedPhil Crosby
2010-01-18Make the comparison between text values and integer default settings less ↵Phil Crosby
confusing. There's no bug here, but this needed a readability improvement.
2010-01-18Don't enable the save button when tabbing through fields on the Options page.Phil Crosby
2010-01-18Make clicking "advanced options" toggle all advanced options on and off.Phil Crosby
2010-01-18Clean up how defaults are restored, and avoid persisting preferences which ↵Phil Crosby
are equal to the defaults to localStorage.
2010-01-18Have the Options page use the default settings hash defined in ↵Phil Crosby
background_page.html
2010-01-18Make the characters used in link hints a user-configurable option. Fixes #66.Phil Crosby
I'll clean up the way we store and handle default options shortly.
2010-01-18A work in progress of having an advanced options section, and adding link ↵Phil Crosby
hints chars as an option.
2010-01-17A couple of minor visual touchups on the options screen.Phil Crosby
2010-01-17Make the save button disabled, enable it when a change is made, and then ↵Phil Crosby
disable it again upon saving.
2010-01-17Add a 'restore to defaults' button on the options pagePhil Crosby
2010-01-17Rename settings.html to options.html, to match Chrome's nomenclaturePhil Crosby