Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor getTemporaryListenerResult timeout | siikamiika | 2020-04-05 |
| | |||
* | temporary listener abstraction | siikamiika | 2020-04-05 |
| | |||
* | refactor | siikamiika | 2020-04-05 |
| | |||
* | move frame offset forwarding code to a class | siikamiika | 2020-04-05 |
| | |||
* | simplify popup proxy prepare | siikamiika | 2020-04-05 |
| | |||
* | fix and simplify | siikamiika | 2020-04-05 |
| | |||
* | adjust iframe popup position to root page | siikamiika | 2020-04-05 |
| | |||
* | simplify popup prepare | siikamiika | 2020-04-05 |
| | |||
* | show iframe popups in root frame | siikamiika | 2020-04-05 |
| | |||
* | Merge pull request #424 from toasted-nutbread/dictionary-importer | toasted-nutbread | 2020-04-05 |
|\ | | | | | Dictionary importer | ||
| * | Move dictionary import functionality into a new class | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Add importDictionary function to Backend | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Move database creation into Backend | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Add isPrepared | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Make dictionaryExists public | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Update bulkAdd implementation | toasted-nutbread | 2020-03-30 |
| | | |||
* | | Merge pull request #423 from toasted-nutbread/text-source-map | toasted-nutbread | 2020-04-05 |
|\ \ | | | | | | | Text source map | ||
| * | | Create simplified source map class | toasted-nutbread | 2020-03-28 |
| |/ | |||
* | | Hide reading disambiguation if the downstep notation is visible | toasted-nutbread | 2020-03-29 |
| | | |||
* | | 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 |
| | | |||
* | | Fix layering issue | 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 returning pitch data from the database | 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 |
| | | |||
* | | Update dictionary schema to support pitch accent data | 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 unnecessary sourceMapping population in convertAlphabeticToKana | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Fix case issue | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Add more unicode code point ranges | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Convert Japanese utilities to a module-like style | toasted-nutbread | 2020-03-15 |
| | | |||
* | | remove targetPopupId 'all' | siikamiika | 2020-03-21 |
| | | | | | | | | Make unset targetPopupId mean the same thing instead | ||
* | | use random ID as popup ID | siikamiika | 2020-03-21 |
| | | |||
* | | remove stubs | siikamiika | 2020-03-21 |
| | | |||
* | | use dependency injection in QueryParser | siikamiika | 2020-03-21 |
| | | | | | | | | | | Also fix an issue with settings update triggering a lookup on unprepared QueryParser. | ||
* | | apply all options on profile change | siikamiika | 2020-03-21 |
|/ | |||
* | Merge pull request #406 from toasted-nutbread/object-property-accessor | toasted-nutbread | 2020-03-15 |
|\ | | | | | Object property accessor | ||
| * | 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 |
| | |