aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.html
AgeCommit message (Collapse)Author
2014-12-14Allow more exclusion rules before showing a scrollbarPhil Crosby
2014-12-14Remove the custom scrollbar stylingPhil Crosby
IMO the default styling looks a lot better, at least on OSX
2014-12-12Merge remote-tracking branch 'smblott-github/option-for-options-page'Phil Crosby
Conflicts: pages/options.html
2014-11-29Options; Reintroduce min-height for exclusion rules.Stephen Blott
We need to keep *some* minimum height to avoid the help texts colliding.
2014-11-29Options; restyle exclusion rules.Stephen Blott
2014-11-22Options; 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-18Options; Exclusion headers, style fiddles.Stephen Blott
2014-11-16Options; 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-11Smooth scroll; options above the fold.Stephen Blott
2014-11-07Smooth scrolling.Stephen Blott
2014-11-05Merge 'explain-default-options-remove-restore-button'.Stephen Blott
Conflicts: pages/options.html
2014-11-05Consistent capitalization on the options page.Stephen Blott
2014-11-05Make help text on options page more concise.Stephen Blott
2014-11-03Tone down help messages in footer.Stephen Blott
2014-11-02Do not line wrap some text options.Stephen Blott
2014-11-02Options help text and grammar.Stephen Blott
2014-11-02Reposition save button such that "always" on screen.Stephen Blott
2014-11-02Delete rule button for exclusion rules not tab selectable.Stephen Blott
2014-11-02Reduce the size of the excluded URLs container.Stephen Blott
2014-11-02Move custom search engines above the fold.Stephen Blott
2014-11-02Tweaks to options page.Stephen Blott
2014-11-02Touch up options page (newTabUrl).Stephen Blott
2014-11-02Cosmetic tweaks for @smblott-githubmrmr1993
2014-11-02Automatically load content scripts into the options and blank pagesmrmr1993
Load all appropriate content scripts by traversing the list in the manifest. This removes the need to list them manually.
2014-11-02Optional custom new tab URLmrmr1993
This resolves #979.
2014-11-01Move "Custom key mappings" above the fold.Stephen Blott
2014-11-01Remove "Restore to defaults" button.Stephen Blott
And line up main frame with the first two columns of the main options table.
2014-11-01Help text for non-empty text options.Stephen Blott
2014-09-06Structured passkeys; changes following code review; major rewrite of options.Stephen Blott
2014-09-02Structured exclusion rules: Fix typos and minor issues.Stephen Blott
2014-09-02Structured passkeys, internally and on the options and popup pages.Stephen Blott
2014-08-23Allow passing of keys to the underlying page (minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page.Stephen Blott
2014-07-20Fix a typoPhil Crosby
2014-06-30Update some help labelsPhil Crosby
2014-06-14Improve the help for saved searchesPhil Crosby
2014-05-29Adding in search engines feature to fix #1009mike-work
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
Also correct a bug with the show / hide advanced commands button.