summaryrefslogtreecommitdiff
path: root/ext/bg/js/settings
Commit message (Collapse)AuthorAge
* Use functions directly rather than wrapping in () => {} when args are sametoasted-nutbread2020-02-26
|
* Use .bind instead of () => {}toasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Use Map to avoid using for intoasted-nutbread2020-02-25
|
* Fix popupScalingFactor being limited to integer valuestoasted-nutbread2020-02-23
|
* Add no-shadowtoasted-nutbread2020-02-22
|
* Fix unnamed functionstoasted-nutbread2020-02-22
|
* Fix block paddingtoasted-nutbread2020-02-22
|
* Use Maptoasted-nutbread2020-02-22
|
* Check origin on window messagestoasted-nutbread2020-02-16
|
* Create more generic function for injecting stylesheetstoasted-nutbread2020-02-16
|
* Override setCustomOuterCss instead of Popup.injectOuterStylesheettoasted-nutbread2020-02-16
|
* Change parameter nametoasted-nutbread2020-02-16
|
* Update how popups are createdtoasted-nutbread2020-02-16
|
* Create EventListenerCollection classtoasted-nutbread2020-02-16
|
* Rename optionsUpdate event to optionsUpdatedtoasted-nutbread2020-02-14
| | | | | | Past tense better indicates that the options were changed, but no data is being included as part of the event. It is also more consistent with the other event names the yomichan object currently provides.
* Define more globalstoasted-nutbread2020-02-11
|
* Remove redundant declarationtoasted-nutbread2020-02-11
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* add permission check to formReadsiikamiika2020-02-09
|
* fix settings page checkboxsiikamiika2020-02-09
|
* add global clipboard monitor that spawns popupssiikamiika2020-02-09
| | | | | TODO: refactor the search page clipboard monitor and popup clipboard monitor to use a common ClipboardMonitor class
* Hide anki-invalid-response-error when there is no errortoasted-nutbread2020-02-02
|
* add scannable tags for expression and readingsiikamiika2020-02-02
|
* Update main dictionary value when changing modifying profiletoasted-nutbread2020-02-01
|
* Remove option for dictionaries that aren't installed after changing valuestoasted-nutbread2020-02-01
|
* Separate the functionality of updateMainDictionarySelecttoasted-nutbread2020-02-01
| | | | | One function now updates the options, and another handles updating the value. The options are no longer mutated due to updating this <select>'s available options.
* Remove argument from onDictionaryOptionsChangedtoasted-nutbread2020-02-01
|
* Use awaittoasted-nutbread2020-02-01
|
* Improve error messages when Interface server is invalidtoasted-nutbread2020-01-26
|
* Fix equals function on TextSourceRange when imposter elements are usedtoasted-nutbread2020-01-26
|
* fix term spacing value display in settingssiikamiika2020-01-26
|
* Merge pull request #330 from siikamiika/query-parser-helper-disablingsiikamiika2020-01-25
|\ | | | | Query parser helper disabling
| * query parser: add toggle for term spacingsiikamiika2020-01-25
| |
* | Add convertHiraganaToKatakana optiontoasted-nutbread2020-01-24
| |
* | Reorganized variants to better reflect usage ordertoasted-nutbread2020-01-24
| |
* | Add translation optionstoasted-nutbread2020-01-24
|/
* Add option for changing poup scale relative to visual viewporttoasted-nutbread2020-01-22
|
* Add settings to control popup content scaletoasted-nutbread2020-01-22
|
* Remove redundant window resize handlertoasted-nutbread2020-01-22
|
* Improve debug loggingtoasted-nutbread2020-01-21
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Implement settings resettoasted-nutbread2019-12-29
|
* Implement settings importtoasted-nutbread2019-12-29
|
* Implement settings exporttoasted-nutbread2019-12-29
|
* Update anki-templates.js to control the value of fieldTemplatestoasted-nutbread2019-12-29
| | | | Also assigns a value of null when using the default value
* Treat null templates as the default valuetoasted-nutbread2019-12-29
|
* Move PopupProxyHost initializationtoasted-nutbread2019-12-21
|
* Update initializationtoasted-nutbread2019-12-21
|