Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #204 from toasted-nutbread/settings-improvements | Alex Yatskov | 2019-09-08 |
|\ | | | | | Settings improvements | ||
| * | Simplify logic for how option updates are propagated | toasted-nutbread | 2019-09-06 |
| | | |||
| * | Use consistent structure for params | toasted-nutbread | 2019-09-06 |
| | | |||
| * | Remove unnecessary functions | toasted-nutbread | 2019-09-06 |
| | | | | | | | | | | | | apiOptionsSet not required in bg/js/api.js after optionsSave; optionsSave already invokes apiOptionsSet. apiOptionsSet not required in fg/js/api.js since it's never invoked by the foreground. optionsSet handler not required in bg/js/backend.js since the message is never sent by the foreground. | ||
| * | Create common function for utilBackend().options | toasted-nutbread | 2019-09-06 |
| | | |||
| * | Change update process | toasted-nutbread | 2019-09-06 |
| | | |||
| * | Add function to create default options | toasted-nutbread | 2019-09-05 |
| | | |||
| * | Add some validation to options loading | toasted-nutbread | 2019-09-05 |
| | | |||
| * | Prevent infinite loops for corrupt options | toasted-nutbread | 2019-09-05 |
| | | |||
| * | Add some parameters to field-templates textarea | toasted-nutbread | 2019-09-05 |
| | | |||
| * | Use non-bold text for label information | toasted-nutbread | 2019-09-05 |
| | | | | | | | | Units, etc. | ||
| * | Collapse two-column options on smaller screens | toasted-nutbread | 2019-09-05 |
| | | |||
| * | Use consistent styling for all two-column settings | toasted-nutbread | 2019-09-05 |
| | | |||
| * | Group all two-column settings together | toasted-nutbread | 2019-09-05 |
| | | |||
* | | Merge pull request #202 from toasted-nutbread/temporary-object-optimization | Alex Yatskov | 2019-09-05 |
|\ \ | |/ |/| | Temporary object optimization | ||
| * | Use string.substr instead of string.split | toasted-nutbread | 2019-09-02 |
| | | |||
| * | Replace some instances of Array.concat | toasted-nutbread | 2019-09-02 |
| | | | | | | | | .push or .unshift can accomplish the same operation without constructing new arrays. | ||
* | | Add option to enable/disable scanning of source expressions in popups | toasted-nutbread | 2019-09-02 |
| | | |||
* | | Fix messaging issues when iframes are present in the document | toasted-nutbread | 2019-09-02 |
| | | |||
* | | Add support for popup on the search page | toasted-nutbread | 2019-09-02 |
| | | |||
* | | Add option for maximum nested popup depth | toasted-nutbread | 2019-09-02 |
| | | |||
* | | Add support for showing recursive popups | toasted-nutbread | 2019-09-02 |
|/ | |||
* | Add option for enabling deep scanning | toasted-nutbread | 2019-09-02 |
| | |||
* | Merge pull request #196 from toasted-nutbread/vertical-text-popup-position | Alex Yatskov | 2019-09-02 |
|\ | | | | | Vertical text popup position | ||
| * | Group options onto the same line | toasted-nutbread | 2019-08-31 |
| | | |||
| * | Add option for position of popup for horizontal text | toasted-nutbread | 2019-08-31 |
| | | |||
| * | Improve popup position for vertical text | toasted-nutbread | 2019-08-31 |
| | | |||
* | | Update deinflect.json | toasted-nutbread | 2019-09-01 |
|/ | |||
* | Replace double quotes with single quotes | toasted-nutbread | 2019-08-29 |
| | |||
* | Merge pull request #188 from toasted-nutbread/edge-support | Alex Yatskov | 2019-08-28 |
|\ | | | | | Add support for Edge browser | ||
| * | Add support for Edge browser | toasted-nutbread | 2019-08-26 |
| | | |||
* | | Suppress messages about unchecked runtime.lastError | toasted-nutbread | 2019-08-23 |
| | | |||
* | | pr fixes | Alex Yatskov | 2019-08-17 |
|/ | |||
* | Add screenshot settings | toasted-nutbread | 2019-08-15 |
| | |||
* | Add ability to save screenshot to anki cards | toasted-nutbread | 2019-08-15 |
| | |||
* | add source term button to terms | siikamiika | 2019-08-03 |
| | |||
* | add doc scripts to search too | siikamiika | 2019-08-03 |
| | |||
* | inject doc functions as dependencies | siikamiika | 2019-08-03 |
| | |||
* | Revert "use ES6 import and export" | siikamiika | 2019-08-03 |
| | | | | This reverts commit 04f4607922e84d93ca8a05708802fb6bbd61f359. | ||
* | use ES6 import and export | siikamiika | 2019-08-02 |
| | |||
* | Add support for custom popup CSS | toasted-nutbread | 2019-07-09 |
| | |||
* | Merge pull request #140 from KarboniteKream/horizontal-offset | Alex Yatskov | 2019-05-19 |
|\ | | | | | Add horizontal popup offset | ||
| * | Add horizontal popup offset | Klemen Košir | 2018-10-02 |
| | | |||
* | | Database changes automatically update storage stats | toasted-nutbread | 2019-05-04 |
| | | |||
* | | Passively handle database errors | toasted-nutbread | 2019-05-04 |
| | | |||
* | | Add storage information to settings page | toasted-nutbread | 2019-05-04 |
| | | |||
* | | Make extension badge and onCommand optional | toasted-nutbread | 2019-05-04 |
| | | |||
* | | Add search link and padding to settings page links | toasted-nutbread | 2019-05-04 |
| | | | | | | | | This makes the bottom links easier to touch and makes the search page easier to access when there is no extension badge | ||
* | | Add meta viewport tag to all html pages | toasted-nutbread | 2019-05-04 |
| | | |||
* | | Merge pull request #157 from toasted-nutbread/touch-input | Alex Yatskov | 2019-03-07 |
|\ \ | | | | | | | Add support for touch input |