| Commit message (Expand) | Author | Age |
* | Enforce language (#1344) | toasted-nutbread | 2021-02-08 |
* | Add note errors (#1329) | toasted-nutbread | 2021-01-30 |
* | Remove the dictionary tag from the definitionTags (#1324) | toasted-nutbread | 2021-01-28 |
* | Audio button menu (#1302) | toasted-nutbread | 2021-01-23 |
* | Fix DisplayGenerator not working on pitch-accents-preview.html (#1276) | toasted-nutbread | 2021-01-19 |
* | Hotkey help controller (#1272) | toasted-nutbread | 2021-01-18 |
* | Update term tags display and fix a layout issue (#1208) | toasted-nutbread | 2021-01-09 |
* | Improve frequency display (#1209) | toasted-nutbread | 2021-01-09 |
* | Update copyright year (#1194) | toasted-nutbread | 2021-01-01 |
* | Display profile panel (#1178) | toasted-nutbread | 2020-12-29 |
* | Improve display tags (#1117) | toasted-nutbread | 2020-12-18 |
* | Fix frequency tags (#1080) | toasted-nutbread | 2020-12-05 |
* | JapaneseUtil normalization (#1076) | toasted-nutbread | 2020-11-29 |
* | Display style updates (#1072) | toasted-nutbread | 2020-11-27 |
* | Improve html templates (#1061) | toasted-nutbread | 2020-11-24 |
* | Frequency display improvements (#1060) | toasted-nutbread | 2020-11-24 |
* | More display updates (#1050) | toasted-nutbread | 2020-11-21 |
* | Display updates (#1029) | toasted-nutbread | 2020-11-14 |
* | Display updates (#1024) | toasted-nutbread | 2020-11-13 |
* | Compact tags refactor (#1021) | toasted-nutbread | 2020-11-12 |
* | Pitch accents preview (#987) | toasted-nutbread | 2020-11-03 |
* | Fix display issues (#984) | toasted-nutbread | 2020-11-01 |
* | Template handler update (#896) | toasted-nutbread | 2020-10-07 |
* | More display refactoring (#697) | toasted-nutbread | 2020-08-01 |
* | Dictionary data utility class (#698) | toasted-nutbread | 2020-07-30 |
* | API refactor (#532) | toasted-nutbread | 2020-05-24 |
* | 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 |
|\ |
|
| * | 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 a... | toasted-nutbread | 2020-04-09 |
| * | 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 |
|/ |
|
* | 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 |