summaryrefslogtreecommitdiff
path: root/ext/mixed
Commit message (Collapse)AuthorAge
* Use URLSearchParamstoasted-nutbread2020-02-22
|
* Use a token to ensure that messages are coming from Yomichantoasted-nutbread2020-02-17
|
* Allow apiInjectStylesheet to inject a URLtoasted-nutbread2020-02-16
|
* Create EventListenerCollection classtoasted-nutbread2020-02-16
|
* Move generateId functiontoasted-nutbread2020-02-16
|
* Use consistent timeout for both setContentTerms and setContentKanjitoasted-nutbread2020-02-15
|
* Use promiseTimeout instead of delaytoasted-nutbread2020-02-15
|
* Move error handling for apiDefinitionsAddabletoasted-nutbread2020-02-15
|
* 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.
* Merge pull request #358 from toasted-nutbread/general-refactoringtoasted-nutbread2020-02-14
|\ | | | | General refactoring
| * Add apiTemplateRender back to mixed api.jstoasted-nutbread2020-02-14
| |
| * Validate bounds of Display.definitions before usingtoasted-nutbread2020-02-13
| |
| * Use Array.from in toIterabletoasted-nutbread2020-02-13
| |
| * Use Map for audioGetFromSources's cache parametertoasted-nutbread2020-02-13
| |
| * Remove unused handlebarsRenderStatictoasted-nutbread2020-02-13
| |
* | remove extra setContentToken check from Displaysiikamiika2020-02-14
| |
* | Merge pull request #357 from siikamiika/simplify-display-preparesiikamiika2020-02-14
|\ \ | |/ |/| Simplify display prepare
| * use Promise.all to await dependenciessiikamiika2020-02-13
| |
| * remove isPrepared checksiikamiika2020-02-13
| |
| * rename display initialize methods to preparesiikamiika2020-02-13
| |
| * simplify DisplayGenerator initializationsiikamiika2020-02-13
| |
* | Change no-undef from off to errortoasted-nutbread2020-02-11
|/
* Merge pull request #350 from siikamiika/query-parser-html-templatessiikamiika2020-02-11
|\ | | | | query parser html templates
| * simplify TemplateHandlersiikamiika2020-02-10
| |
| * query parser html templatessiikamiika2020-02-10
| |
* | Improve style of some tagstoasted-nutbread2020-02-10
| |
* | Assign _isInitializedtoasted-nutbread2020-02-10
|/
* use parseUrl in Backendsiikamiika2020-02-10
|
* hide search input in native popupssiikamiika2020-02-09
|
* Move japanese.js into bgtoasted-nutbread2020-02-08
|
* prevent unwanted wheel events on history barsiikamiika2020-02-05
|
* add scannable tags for expression and readingsiikamiika2020-02-02
|
* fix glossary item selectorsiikamiika2020-02-02
|
* Fix term tags not always being displayedtoasted-nutbread2020-02-01
|
* More fixes for Firefoxtoasted-nutbread2020-02-01
|
* Workaround Firefox text selection bugtoasted-nutbread2020-02-01
|
* Fix double clicking reason and glossary texttoasted-nutbread2020-02-01
|
* Fix tag double clicktoasted-nutbread2020-02-01
|
* partially revert be77544d77ba1f07955d76ebba1ab36286f0e52fsiikamiika2020-01-28
|
* fix audio index in resultOutputMode = 'merge'siikamiika2020-01-27
|
* Ensure textSource is cleaned up if it isn't usedtoasted-nutbread2020-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
| |
| * query parser: add reading mode 'none'siikamiika2020-01-25
| |
* | Add support for dashestoasted-nutbread2020-01-24
| |
* | Move where 'a' character offset is appliedtoasted-nutbread2020-01-24
| |
* | Replace and remove old character/string testing functionstoasted-nutbread2020-01-24
| |
* | Create new character/string testing functionstoasted-nutbread2020-01-24
| |
* | Add character range definitionstoasted-nutbread2020-01-24
| |
* | Update constant naming conventiontoasted-nutbread2020-01-24
| |