Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #423 from toasted-nutbread/text-source-map | toasted-nutbread | 2020-04-05 |
|\ | | | | | Text source map | ||
| * | Add tests | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Create simplified source map class | toasted-nutbread | 2020-03-28 |
| | | |||
* | | Merge pull request #385 from toasted-nutbread/pitch-accents | toasted-nutbread | 2020-04-05 |
|\ \ | | | | | | | Pitch accents | ||
| * | | 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 #430 from toasted-nutbread/manual-dom-tests | toasted-nutbread | 2020-04-04 |
|\ \ | |/ |/| | Create some tests for fullscreen elements, <iframe>s, and shadow DOMs | ||
| * | Add allowfullscreen="true" | toasted-nutbread | 2020-04-04 |
| | | |||
| * | Create some tests for fullscreen elements, <iframe>s, and shadow DOMs | toasted-nutbread | 2020-04-04 |
|/ | |||
* | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 |
|\ | | | | | Convert Japanese utilities to a module-like style | ||
| * | Add more tests for convertReading | toasted-nutbread | 2020-03-21 |
| | | |||
| * | 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 |
| | | |||
| * | Add unit tests | toasted-nutbread | 2020-03-15 |
| | | |||
| * | 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 |
| | | |||
* | | Merge pull request #411 from siikamiika/apply-all-options-profile-change | siikamiika | 2020-03-21 |
|\ \ | | | | | | | apply all options on profile change | ||
| * | | 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 |
|/ / | |||
* | | Update jsdom to version 16.2.1 | toasted-nutbread | 2020-03-15 |
| | | |||
* | | Merge pull request #416 from FooSoft/dependabot/npm_and_yarn/acorn-6.4.1 | toasted-nutbread | 2020-03-15 |
|\ \ | |/ |/| | Bump acorn from 6.4.0 to 6.4.1 | ||
| * | Bump acorn from 6.4.0 to 6.4.1 | dependabot[bot] | 2020-03-16 |
|/ | | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> | ||
* | 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 |
| | | |||
| * | Add some extra tests | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add error message checking | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Fix misuse of getPathString | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add tests | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add ObjectPropertyAccessor | toasted-nutbread | 2020-03-14 |
| | | |||
* | | Update EOL definition for handlebars files | toasted-nutbread | 2020-03-15 |
| | | |||
* | | Bump version20.3.14.0 | Alex Yatskov | 2020-03-14 |
|/ |