| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge pull request #438 from toasted-nutbread/display-generator-refactoring | toasted-nutbread | 2020-04-11 |
| |\ | | | | | Display generator refactoring | ||
| | * | Simplify access to details fields in createTermEntry | toasted-nutbread | 2020-04-09 |
| | | | |||
| | * | Update how termTags is passed to _createTermExpression | toasted-nutbread | 2020-04-09 |
| | | | |||
| | * | Rename "only" to "disambiguation" to match naming convention used for pitch ↵ | toasted-nutbread | 2020-04-09 |
| | | | | | | | | | accents | ||
| | * | Update _appendMultiple to not use a fallback | toasted-nutbread | 2020-04-09 |
| | | | |||
| | * | Organize | toasted-nutbread | 2020-04-09 |
| | | | |||
| | * | Mark functions as private | toasted-nutbread | 2020-04-09 |
| | | | |||
| | * | Remove statics | toasted-nutbread | 2020-04-09 |
| | | | |||
| | * | Remove data-multi assignments | toasted-nutbread | 2020-04-09 |
| | | | |||
| * | | Merge pull request #437 from toasted-nutbread/backend-api-handler-changes | toasted-nutbread | 2020-04-11 |
| |\ \ | | | | | | | Backend api handler changes | ||
| | * | | apiBroadcast => apiBroadcastTab | toasted-nutbread | 2020-04-10 |
| | | | | |||
| | * | | Rename apiForward to apiBroadcast | toasted-nutbread | 2020-04-07 |
| | |/ | |||
| * / | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
| |/ | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
| * | Fix not awaiting this._getNoteContext | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add overridable getDocumentTitle | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add support for {document-title} | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add custom context object for note creation | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Rename context to details | toasted-nutbread | 2020-04-06 |
| | | |||
| * | fix NOT (a OR B) to NOT (a AND b) | siikamiika | 2020-04-05 |
| | | |||
| * | strict object property type check | siikamiika | 2020-04-05 |
| | | |||
| * | simplify promise | siikamiika | 2020-04-05 |
| | | |||
| * | use duck typing for event listener | siikamiika | 2020-04-05 |
| | | |||
| * | setTimeout refactoring | siikamiika | 2020-04-05 |
| | | |||
| * | use getTemporaryListenerResult in other places | siikamiika | 2020-04-05 |
| | | |||
| * | refactor getTemporaryListenerResult timeout | siikamiika | 2020-04-05 |
| | | |||
| * | temporary listener abstraction | siikamiika | 2020-04-05 |
| | | |||
| * | Include readings in disambiguations | toasted-nutbread | 2020-03-29 |
| | | |||
| * | Change names | toasted-nutbread | 2020-03-29 |
| | | |||
| * | Update how pitch accent expressions are disambiguated | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Move set functions into core.js | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Update styles | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Move Japanese utility functions out of display-generator.js | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Add options | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Add support for accent graph | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Add support for displaying pitch accents | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Add metadata for unique expression count | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Add support for different sections for term content | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Update _appendMultiple to support general iterables | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 |
| |\ | | | | | Convert Japanese utilities to a module-like style | ||
| | * | Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanji | toasted-nutbread | 2020-03-21 |
| | | | |||
| | * | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | | | |||
| * | | remove targetPopupId 'all' | siikamiika | 2020-03-21 |
| | | | | | | | | | Make unset targetPopupId mean the same thing instead | ||
| * | | apply all options on profile change | siikamiika | 2020-03-21 |
| |/ | |||
| * | Change integer state IDs to strings | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Fix misuse of getPathString | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add ObjectPropertyAccessor | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Update global declarations | toasted-nutbread | 2020-03-10 |
| | | |||
| * | Merge pull request #408 from toasted-nutbread/use-code-point | toasted-nutbread | 2020-03-10 |
| |\ | | | | | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | ||
| | * | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | toasted-nutbread | 2020-03-09 |
| | | | |||
| * | | Rename audio functions using "url" to use "uri" | toasted-nutbread | 2020-03-07 |
| |/ | |||