| Commit message (Expand) | Author | Age |
* | Fix button title text not updating correctly in merge mode | toasted-nutbread | 2020-04-18 |
* | Return index of the source instead of the source value | toasted-nutbread | 2020-04-18 |
* | Only return the cached value if it uses a valid source | toasted-nutbread | 2020-04-18 |
* | Disable cache on the backend and fix a bug with the cache key | toasted-nutbread | 2020-04-18 |
* | Remove de/structuring from public API | toasted-nutbread | 2020-04-18 |
* | Update the parameters passed to various audio-related functions | toasted-nutbread | 2020-04-18 |
* | Merge pull request #447 from toasted-nutbread/util-conversions | toasted-nutbread | 2020-04-18 |
|\ |
|
| * | Convert some util* functions into api* functions | toasted-nutbread | 2020-04-11 |
| * | Add isExtensionUrl utility function to yomichan object | toasted-nutbread | 2020-04-11 |
* | | Merge pull request #456 from siikamiika/parse-text-refactor | siikamiika | 2020-04-17 |
|\ \ |
|
| * | | move QueryParser.parseText to Backend | siikamiika | 2020-04-13 |
* | | | Merge pull request #439 from siikamiika/popup-live-toggle | siikamiika | 2020-04-17 |
|\ \ \
| |/ /
|/| | |
|
| * | | simplify frontend disable override | siikamiika | 2020-04-11 |
| * | | change iframe popup live | siikamiika | 2020-04-11 |
| * | | limit popup depth live | siikamiika | 2020-04-11 |
| |/ |
|
* | | Merge pull request #443 from toasted-nutbread/fix-get-selection | toasted-nutbread | 2020-04-12 |
|\ \
| |/
|/| |
|
| * | Fix getSelection not working in QueryParser | toasted-nutbread | 2020-04-10 |
* | | 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 |
| * | | Use data-expression-multi instead of data-multi | toasted-nutbread | 2020-04-09 |
| |/ |
|
* | | Merge pull request #437 from toasted-nutbread/backend-api-handler-changes | toasted-nutbread | 2020-04-11 |
|\ \ |
|
| * | | 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 |
|/ |
|
* | 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 |
* | 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 |