aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
AgeCommit message (Collapse)Author
2012-08-19Convert options.js -> options/options.coffee.Jez Ng
2012-08-04Miscellaneous cleanups.Jez Ng
* " -> " because my syntax highlighting gets confused * Remove inline onclick handlers as part of manifest v2 upgrade
2012-07-26Upgrade to manifest version 2.Jez Ng
I use the beta channel by default, and it no longer allows me to run development builds with the old manifest version.
2012-06-12Port settings.js to coffeescriptPhil Crosby
2012-06-12Port commands.js to coffeescriptPhil Crosby
2012-05-05Make the vomnibar work on the Options page.Phil Crosby
2012-05-05Put content scripts and background scripts in separate directories, so the ↵Phil Crosby
purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later.
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ↵Phil Crosby
vomnibar.
2012-02-27Store checkbox state as a boolean.Jez Ng
2012-02-26Options page should use the background settings object directly.Jez Ng
Makes for less complicated code. Closes #479.
2012-02-15Tidy up the options page.Phil Crosby
2012-02-15Merge pull request #466 from fernandezpablo85/masterPhil Crosby
Allow users to hide HUD
2012-01-26Re-enable Vimium on the options page.Jez Ng
The options page now modifies localStorage using the same settings interface as the content scripts.
2012-01-26Add migration code for old localStorage values.Jez Ng
Finish up the wrapping of localStorage. All background code should now modify localStorage via settings.js rather than doing it directly.
2012-01-26Refactor settings storage and make it support empty strings.Jez Ng
It appears that localStorage keys with the empty string as their value will have their values changed to undefined after a browser restart. The DOM Inspector shows that the keys are still present, but '{{key}} in localStorage' returns false. Convert all localStorage values to JSON as a workaround. This allows us to store null, numerical etc values seamlessly. Closes #434. Disable Vimium in the options page, due to a name collision.
2012-01-24hide HUD optionPablo Fernandez
2012-01-15Harden and move CSS declarations out of the code.Peter Parks
Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override.
2012-01-09Merge remote-tracking branch 'daning/master'Jez Ng
Make previous/next-page search patterns configurable. Note: window.find does not search using a regex, so \b is not a word delimiter! Conflicts: CREDITS options.html vimiumFrontend.js
2011-11-26Make the preferences UI for the new link filtering mode look nicer.Phil Crosby
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ↵Phil Crosby
and doesn't work as well. Now that Chrome saves your zoom settings, there's no need for our own zoom implementation. This also fixes #370.
2011-03-08issue 315: Suggest to add previous and next page pattern configunknown
2011-02-13Merge branch 'master' into filter-hintsjez
Conflicts: options.html
2011-02-11Make the options page use the normal help dialog code path when its showing ↵ilya
the command view. This fixes a regression with the new advanced commands functionality -- the command view wasn't showing at all.
2011-02-11Fix a bug where you can't save empty fields if there's a non-empty default. ↵ilya
Also made the option saving code more robust to similar scenarios
2011-01-31Merge branch 'master' into filter-hintsjez
Conflicts: CREDITS commands.js
2011-01-30Make "d" and "u" scroll up and down a page instead of closing and restoring ↵Phil Crosby
tabs. This implements #274. The motivation behind this change is that scrolling a page is far more common than closing a tab, and so those actions should be on a hotkey which doesn't require a modifier. Once you get used to scrolling without hitting ctrl, you won't be able to go back. For existing users, this change also adds a custom mapping for them in their preferences to preserve the old behavior as they upgrade from 1.21 to 1.22.
2011-01-03Revise how the linkHints object is generated. Add lib/utils.js.jez
Extend a template object rather than using prototype inheritance. The previous method created confusion about whether a given property resided in the base or in the specialization.
2011-01-01Tidy up checkbox handling in the options page.jez
Disable linkHintCharacters textbox when filterLinkHints option is on. Enable save button whenever there is data change in the form (keyup event does not account for the possibility of data change via mouse copy/paste, however unlikely that use case seems.)
2011-01-01Change 'narrow' to 'filter' in variable names.jez
2010-11-26Changed the wording from Narrow to FilterBill Casarin
2010-11-26Added narrow link hints option to advanced settingsBill Casarin
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