| Commit message (Expand) | Author | Age |
* | Simplify how anki templates are reset | toasted-nutbread | 2019-12-01 |
* | Organize main settings script | toasted-nutbread | 2019-12-01 |
* | Move popup preview settings into new script | toasted-nutbread | 2019-12-01 |
* | Move storage settings into new script | toasted-nutbread | 2019-12-01 |
* | Move anki template settings into new script | toasted-nutbread | 2019-12-01 |
* | Move anki settings into new script | toasted-nutbread | 2019-12-01 |
* | Move audio settings into new script | toasted-nutbread | 2019-12-01 |
* | Move settings scripts | toasted-nutbread | 2019-12-01 |
* | Move PageExitPrevention to its own file | toasted-nutbread | 2019-12-01 |
* | fix entry scroll index 0 bug | siikamiika | 2019-12-01 |
* | add missing disableHistory | siikamiika | 2019-12-01 |
* | always update current position on term lookup | siikamiika | 2019-12-01 |
* | move Display context to a new class | siikamiika | 2019-12-01 |
* | remove dead code | siikamiika | 2019-11-30 |
* | rewrite history as a doubly linked list | siikamiika | 2019-11-30 |
* | fix yomichan menu on Firefox Android | siikamiika | 2019-11-29 |
* | fix context type inconsistencies | siikamiika | 2019-11-29 |
* | clear Display history on search page lookup | siikamiika | 2019-11-28 |
* | clear Display history on new lookup | siikamiika | 2019-11-28 |
* | Display history navigation buttons fixed position | siikamiika | 2019-11-28 |
* | fix clicking on query parser | siikamiika | 2019-11-28 |
* | correct X scroll direction for history navigation | siikamiika | 2019-11-28 |
* | preventDefault correctly | siikamiika | 2019-11-28 |
* | store popped context history in Display | siikamiika | 2019-11-28 |
* | set current entry even when disableScroll is true | siikamiika | 2019-11-28 |
* | fix scroll issues in Display.entryScrollIntoView | siikamiika | 2019-11-28 |
* | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
* | Add missing semicolon | toasted-nutbread | 2019-11-26 |
* | Remove trailing commas | toasted-nutbread | 2019-11-26 |
* | Update unused arguments | toasted-nutbread | 2019-11-26 |
* | Use const rather than let where possible | toasted-nutbread | 2019-11-26 |
* | Remove unnecessary escapes from regex literals | toasted-nutbread | 2019-11-26 |
* | Comment empty blocks | toasted-nutbread | 2019-11-26 |
* | Use single quotes | toasted-nutbread | 2019-11-26 |
* | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
* | Move additional utility functions to DOM | toasted-nutbread | 2019-11-26 |
* | Create DOM utility file | toasted-nutbread | 2019-11-26 |
* | use fallback for ambiguous furigana | siikamiika | 2019-11-27 |
* | Organize core.js | toasted-nutbread | 2019-11-26 |
* | utilIsObject => isObject, move to core.js | toasted-nutbread | 2019-11-26 |
* | Rename extension.js to core.js to better reflect its use | toasted-nutbread | 2019-11-26 |
* | Move utilInvoke into api.js, rename to _apiInvoke | toasted-nutbread | 2019-11-26 |
* | Use consistent event handler notation | toasted-nutbread | 2019-11-26 |
* | Remove utilAsync | toasted-nutbread | 2019-11-26 |
* | Update WanaKana to v4.0.2 | toasted-nutbread | 2019-11-26 |
* | Update how source terms are navigated | toasted-nutbread | 2019-11-26 |
* | Require context for setContentTerms and setContentKanji | toasted-nutbread | 2019-11-26 |
* | Include sentence in context on search page | toasted-nutbread | 2019-11-26 |
* | Merge pull request #279 from siikamiika/query-parser-1 | siikamiika | 2019-11-26 |
|\ |
|
| * | always return a promise from Mecab.invoke | siikamiika | 2019-11-24 |