| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-19 | Convert options.js -> options/options.coffee. | Jez Ng | |
| 2012-08-04 | Miscellaneous cleanups. | Jez Ng | |
| * " -> " because my syntax highlighting gets confused * Remove inline onclick handlers as part of manifest v2 upgrade | |||
| 2012-07-26 | Upgrade 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-12 | Port settings.js to coffeescript | Phil Crosby | |
| 2012-06-12 | Port commands.js to coffeescript | Phil Crosby | |
| 2012-05-05 | Make the vomnibar work on the Options page. | Phil Crosby | |
| 2012-05-05 | Put 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-29 | Remove the venerable bookmarks implementation which is now superceded by the ↵ | Phil Crosby | |
| vomnibar. | |||
| 2012-02-27 | Store checkbox state as a boolean. | Jez Ng | |
| 2012-02-26 | Options page should use the background settings object directly. | Jez Ng | |
| Makes for less complicated code. Closes #479. | |||
| 2012-02-15 | Tidy up the options page. | Phil Crosby | |
| 2012-02-15 | Merge pull request #466 from fernandezpablo85/master | Phil Crosby | |
| Allow users to hide HUD | |||
| 2012-01-26 | Re-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-26 | Add 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-26 | Refactor 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-24 | hide HUD option | Pablo Fernandez | |
| 2012-01-15 | Harden 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-09 | Merge 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-26 | Make the preferences UI for the new link filtering mode look nicer. | Phil Crosby | |
| 2011-07-29 | Remove 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-08 | issue 315: Suggest to add previous and next page pattern config | unknown | |
| 2011-02-13 | Merge branch 'master' into filter-hints | jez | |
| Conflicts: options.html | |||
| 2011-02-11 | Make 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-11 | Fix 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-31 | Merge branch 'master' into filter-hints | jez | |
| Conflicts: CREDITS commands.js | |||
| 2011-01-30 | Make "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-03 | Revise 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-01 | Tidy 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-01 | Change 'narrow' to 'filter' in variable names. | jez | |
| 2010-11-26 | Changed the wording from Narrow to Filter | Bill Casarin | |
| 2010-11-26 | Added narrow link hints option to advanced settings | Bill Casarin | |
| 2010-06-22 | Don't show the options page link on the command listings dialog. | ilya | |
| 2010-05-29 | Enable vimium on options page | Conrad Irwin | |
| 2010-04-18 | Small styling change on the options page. | ilya | |
| 2010-04-18 | Add an unmapAll command to the remapping interface. This closes #116. | ilya | |
| 2010-03-09 | Make blue those ugly purple links on the options page | Phil Crosby | |
| 2010-03-09 | give 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-09 | Refresh completion keys on all tabs and associated data structures after key ↵ | ilya | |
| mappings are saved. | |||
| 2010-03-09 | Clean up the dialog code in options.html to be more generic. | ilya | |
| 2010-03-09 | Fix a bug where if you add a mapping, save, and then remove it -- it won't ↵ | ilya | |
| get actually unmapped. | |||
| 2010-03-09 | Add a dialog to show all available commands for key mappings under the ↵ | ilya | |
| options page. | |||
| 2010-03-07 | Remove the command reference on the Options page in favor of showing the ↵ | Phil Crosby | |
| Help dialog. | |||
| 2010-03-07 | Fix a br tag. | ilya | |
| 2010-03-04 | Move key mappings to the top of the advanced options | Phil Crosby | |
| 2010-03-04 | tweak the explanatory text next to key mappings | Phil Crosby | |
| 2010-02-26 | Key Mapping - Reparse the mappings whenever a new value is saved in the ↵ | ilya | |
| options page. | |||
| 2010-02-26 | Key Mapping - Add support for comments in the mappings text. | ilya | |
| 2010-02-26 | Key Mapping - Add option textbox and text to the options page. | ilya | |
| 2010-01-30 | Make the options page in sync with the readme. | Phil Crosby | |
| 2010-01-22 | Add a UI on the options page for entering custom CSS for link hints. | Phil Crosby | |
