summaryrefslogtreecommitdiff
path: root/ext/mixed/js/display.js
Commit message (Collapse)AuthorAge
* Create EventListenerCollection classtoasted-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
| * Validate bounds of Display.definitions before usingtoasted-nutbread2020-02-13
| |
| * Use Map for audioGetFromSources's cache parametertoasted-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
|/
* 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 audio index in resultOutputMode = 'merge'siikamiika2020-01-27
|
* Fix incorrect selectortoasted-nutbread2020-01-16
|
* Fix scroll position when header is visibletoasted-nutbread2020-01-16
|
* Move display templates into a single filetoasted-nutbread2020-01-16
|
* Update how content display is changedtoasted-nutbread2020-01-16
|
* Don't use document fragmenttoasted-nutbread2020-01-16
|
* Update content assignment to use unique tokentoasted-nutbread2020-01-16
|
* Only use Display.setContenttoasted-nutbread2020-01-16
|
* Update how spinner visibility is controlledtoasted-nutbread2020-01-16
|
* Update display content generation to use HTML templatestoasted-nutbread2020-01-16
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Move optionsUpdate message handler into Yomichan classtoasted-nutbread2019-12-20
|
* Simplify options passed to docRangeFromPointtoasted-nutbread2019-12-17
|
* Update display key handlerstoasted-nutbread2019-12-13
|
* Update display message handlerstoasted-nutbread2019-12-13
|
* navigate history with wheel only over buttonssiikamiika2019-12-07
|
* fix serialization errors on Chromesiikamiika2019-12-04
|
* Merge pull request #291 from toasted-nutbread/cloze-fixesAlex Yatskov2019-12-03
|\ | | | | Cloze fixes
| * Simplify clozeBuildtoasted-nutbread2019-11-26
| |
| * Update cloze.body to use original sentence texttoasted-nutbread2019-11-26
| |
| * Pass kanji character to clozeBuildtoasted-nutbread2019-11-26
| |
* | fix entry scroll index 0 bugsiikamiika2019-12-01
| | | | | | | | | | Introduced in 4e7d08ff2c184a361622a6efaf00e21af51428a9 because the range-limited index value isn't kept in the same scope.
* | always update current position on term lookupsiikamiika2019-12-01
| |
* | move Display context to a new classsiikamiika2019-12-01
| |
* | remove dead codesiikamiika2019-11-30
| |
* | rewrite history as a doubly linked listsiikamiika2019-11-30
| |
* | fix context type inconsistenciessiikamiika2019-11-29
| |
* | clear Display history on new lookupsiikamiika2019-11-28
| |
* | correct X scroll direction for history navigationsiikamiika2019-11-28
| |
* | preventDefault correctlysiikamiika2019-11-28
| |
* | store popped context history in Displaysiikamiika2019-11-28
| |