| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-04 | Consistent capitalisation on the options page. | Stephen Blott | |
| 2016-02-20 | hideHUD option applies to insert mode only. | Stephen Blott | |
| This makes the `hideHud` option apply only to insert mode (when entered with `i`). Fixes #1953. Fixes #487. We could rename the option itself and add migration code, but that seems overkill. An alternative would be to remove this option entirely. | |||
| 2016-02-18 | Wait-for-enter: better wording on options page. | Stephen Blott | |
| 2016-02-18 | Wait-for-enter: add necessary option support. | Stephen Blott | |
| 2015-09-09 | Tweak option text | Phil Crosby | |
| 2015-06-16 | Make "Show Advanced Options" state persistent. | Stephen Blott | |
| 2015-06-06 | Merge branch 'rework-completions' | Stephen Blott | |
| Conflicts: background_scripts/completion.coffee background_scripts/completion_engines.coffee | |||
| 2015-06-01 | Eliminate possibility of race condition. | Stephen Blott | |
| See newly-added long comment for details. | |||
| 2015-05-31 | Completion page; functional version. | Stephen Blott | |
| 2015-05-31 | Merge pull request #1486 from smblott-github/advanced-options-button | Stephen Blott | |
| Move "show-advanced-options" to a fixed-position button. | |||
| 2015-05-29 | Use lib/settings.coffee to provide settings to options.html/popup.html | mrmr1993 | |
| Instead of directly accessing the background page's Settings object, the options page and the page popup now have their own. | |||
| 2015-05-28 | Custom-only: remove omniSearchWeightOption. | Stephen Blott | |
| This option is no longer needed, since we don't do search completion except for custom searches. | |||
| 2015-05-12 | Add header for Advanced Options. | Stephen Blott | |
| 2015-05-11 | Search completion; add weigthing option. | Stephen Blott | |
| 2015-03-15 | Fall back to "chrome://newtab" in incognito mode. | Stephen Blott | |
| 2015-02-15 | Move "show-advanced-options" to a button. | Stephen Blott | |
| 2015-02-13 | Tweaks for grab-back-focus. | Stephen Blott | |
| - Fix incorrect camel case in option name. - Better text on options page. - Loud comments re. using option directly from chrome.storage.sync. | |||
| 2015-02-12 | Grab back focus... | Stephen Blott | |
| - add new option "GrabBackFocus" - use chrome.storage.sync.get() to get option value - avoid race conditions on load - fix tests | |||
| 2014-12-30 | Merge branch 'search-engine-descriptions' of ↵ | Stephen Blott | |
| https://github.com/smblott-github/vimium into smblott-github-search-engine-descriptions | |||
| 2014-12-29 | Descriptions for custom search engines. | Stephen Blott | |
| 2014-12-21 | Exclusion; better comments. | Stephen Blott | |
| 2014-12-21 | Exclusion; move exclusion HTML to separate, shared page. | Stephen Blott | |
| 2014-12-21 | Exclusion; minor updates after review. | Stephen Blott | |
| 2014-12-21 | Exclusion; add Save button. | Stephen Blott | |
| 2014-12-20 | Exclusion; allow multiple matching rules. | Stephen Blott | |
| 2014-12-16 | Revert "Hide the smooth scroll option from the settings UI" | Phil Crosby | |
| This reverts commit 5ec7f490b5e9e68bddb415b66b6cae86841a3d52. | |||
| 2014-12-14 | Hide the smooth scroll option from the settings UI | Phil Crosby | |
| See #1299 for context. | |||
| 2014-12-14 | Allow more exclusion rules before showing a scrollbar | Phil Crosby | |
| 2014-12-14 | Remove the custom scrollbar styling | Phil Crosby | |
| IMO the default styling looks a lot better, at least on OSX | |||
| 2014-12-12 | Merge remote-tracking branch 'smblott-github/option-for-options-page' | Phil Crosby | |
| Conflicts: pages/options.html | |||
| 2014-11-29 | Options; Reintroduce min-height for exclusion rules. | Stephen Blott | |
| We need to keep *some* minimum height to avoid the help texts colliding. | |||
| 2014-11-29 | Options; restyle exclusion rules. | Stephen Blott | |
| 2014-11-22 | Options; add help text for scrollStepSize. | Stephen Blott | |
| No help is really needed. However, the gap where the help text should be looks ugly. | |||
| 2014-11-18 | Options; Exclusion headers, style fiddles. | Stephen Blott | |
| 2014-11-16 | Options; reworked, with fixed footer. | Stephen Blott | |
| Changes: - Added caption "Miscellaneous toggles" to visually separate the link-hints checkbox from the others. - Made the text for the two link-hint character sets the same. - The "Show advanced options" link now spans two columns, so it does not affect its column's width, so the layout doesn't change when the options below the fold are expanded. - Added a fixed footer containing the help text and the save button. - The text of the save button now changes when it is enabled. (I sometimes find it hard to tell whether its been activated or not.) - Control-Enter anywhere on the page saves all options. - Aligned the entire options table left, instead of centered. This is the chrome style. However, it also makes it easier to get the alignment right between main table and the footer. - Change width of main wrapper such that it actually matches the table's width. This aligns the right edge of the bar under the title with the right edge of the second column of the table. | |||
| 2014-11-11 | Smooth scroll; options above the fold. | Stephen Blott | |
| 2014-11-07 | Smooth scrolling. | Stephen Blott | |
| 2014-11-05 | Merge 'explain-default-options-remove-restore-button'. | Stephen Blott | |
| Conflicts: pages/options.html | |||
| 2014-11-05 | Consistent capitalization on the options page. | Stephen Blott | |
| 2014-11-05 | Make help text on options page more concise. | Stephen Blott | |
| 2014-11-03 | Tone down help messages in footer. | Stephen Blott | |
| 2014-11-02 | Do not line wrap some text options. | Stephen Blott | |
| 2014-11-02 | Options help text and grammar. | Stephen Blott | |
| 2014-11-02 | Reposition save button such that "always" on screen. | Stephen Blott | |
| 2014-11-02 | Delete rule button for exclusion rules not tab selectable. | Stephen Blott | |
| 2014-11-02 | Reduce the size of the excluded URLs container. | Stephen Blott | |
| 2014-11-02 | Move custom search engines above the fold. | Stephen Blott | |
| 2014-11-02 | Tweaks to options page. | Stephen Blott | |
| 2014-11-02 | Touch up options page (newTabUrl). | Stephen Blott | |
| 2014-11-02 | Cosmetic tweaks for @smblott-github | mrmr1993 | |
