Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More display refactoring (#697) | toasted-nutbread | 2020-08-01 |
| | | | | | | | | | | | | | | | | | | | * Remove some unnecessary _setQuery calls * Add support for forcing the query parser to be visible or hidden * Move _setEventListenersActive calls * Remove URL for kanji links * Refactor _setContentTermsOrKanji * Move search query text assignment into Display * Move title updates into Display * Move popup close calls * Prevent infinite loop of extension unload events | ||
* | Dictionary data utility class (#698) | toasted-nutbread | 2020-07-30 |
| | | | | | * Create utility class for helping format dictionary data * Change format | ||
* | API refactor (#532) | toasted-nutbread | 2020-05-24 |
| | | | | | | | | | | | | | * Convert api.js into a class instance * Use new api.* functions * Fix missing binds * Group functions with progress callbacks together * Change style * Fix API override not working | ||
* | Add support for displaying images | toasted-nutbread | 2020-04-18 |
| | |||
* | 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 |
| | | |||
* | | 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 :) | ||
* | 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 |
| | |||
* | Update styles | toasted-nutbread | 2020-03-28 |
| | |||
* | Move Japanese utility functions out of display-generator.js | 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 |
| | |||
* | Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanji | toasted-nutbread | 2020-03-21 |
| | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | toasted-nutbread | 2020-03-09 |
| | |||
* | Remove unused | toasted-nutbread | 2020-02-23 |
| | |||
* | Use TemplateHandler for DisplayGenerator | toasted-nutbread | 2020-02-23 |
| | |||
* | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ | | | | | Simplify display prepare | ||
| * | simplify DisplayGenerator initialization | siikamiika | 2020-02-13 |
| | | |||
* | | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
|/ | |||
* | Assign _isInitialized | toasted-nutbread | 2020-02-10 |
| | |||
* | add scannable tags for expression and reading | siikamiika | 2020-02-02 |
| | |||
* | Fix term tags not always being displayed | toasted-nutbread | 2020-02-01 |
| | |||
* | Fix double clicking reason and glossary text | toasted-nutbread | 2020-02-01 |
| | |||
* | Fix tag double click | toasted-nutbread | 2020-02-01 |
| | |||
* | fix term reason selector | siikamiika | 2020-01-19 |
| | |||
* | Always show actions when there is only a single term result | toasted-nutbread | 2020-01-16 |
| | |||
* | Move display templates into a single file | toasted-nutbread | 2020-01-16 |
| | |||
* | Only instantiate the first child | toasted-nutbread | 2020-01-16 |
| | |||
* | Fix furigana segmentation | toasted-nutbread | 2020-01-16 |
| | |||
* | Update display content generation to use HTML templates | toasted-nutbread | 2020-01-16 |