summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | preventDefault correctlysiikamiika2019-11-28
| | |
| * | store popped context history in Displaysiikamiika2019-11-28
| | |
| * | set current entry even when disableScroll is truesiikamiika2019-11-28
| | |
| * | fix scroll issues in Display.entryScrollIntoViewsiikamiika2019-11-28
| | | | | | | | | | | | | | | | | | - Save scroll context before scrolling to top - Explicit null check for scroll param to handle scrolling to y=0 correctly
| * | Update arrow-parens to alwaystoasted-nutbread2019-11-26
| | |
| * | Add missing semicolontoasted-nutbread2019-11-26
| | |
| * | Remove trailing commastoasted-nutbread2019-11-26
| | |
| * | Update unused argumentstoasted-nutbread2019-11-26
| | |
| * | Use const rather than let where possibletoasted-nutbread2019-11-26
| | |
| * | Remove unnecessary escapes from regex literalstoasted-nutbread2019-11-26
| | |
| * | Comment empty blockstoasted-nutbread2019-11-26
| | |
| * | Use single quotestoasted-nutbread2019-11-26
| | |
| * | Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
| | |
| * | Update eslintrctoasted-nutbread2019-11-26
| | |
| * | Move additional utility functions to DOMtoasted-nutbread2019-11-26
| | |
| * | Create DOM utility filetoasted-nutbread2019-11-26
| | |
| * | use fallback for ambiguous furiganasiikamiika2019-11-27
| | | | | | | | | | | | fixes #281, fixes #94
| * | Organize core.jstoasted-nutbread2019-11-26
| | |
| * | utilIsObject => isObject, move to core.jstoasted-nutbread2019-11-26
| | |
| * | Rename extension.js to core.js to better reflect its usetoasted-nutbread2019-11-26
| | |
| * | Move utilInvoke into api.js, rename to _apiInvoketoasted-nutbread2019-11-26
| | |
| * | Use consistent event handler notationtoasted-nutbread2019-11-26
| | |
| * | Remove utilAsynctoasted-nutbread2019-11-26
| | |
| * | Update WanaKana to v4.0.2toasted-nutbread2019-11-26
| |/ | | | | | | Resolves #290
| * Update how source terms are navigatedtoasted-nutbread2019-11-26
| |
| * Require context for setContentTerms and setContentKanjitoasted-nutbread2019-11-26
| |
| * Include sentence in context on search pagetoasted-nutbread2019-11-26
| |
| * Merge pull request #279 from siikamiika/query-parser-1siikamiika2019-11-26
| |\ | | | | | | Search page query parser
| | * always return a promise from Mecab.invokesiikamiika2019-11-24
| | |
| | * remove popup from background pagesiikamiika2019-11-23
| | | | | | | | | | | | Not supported on all browsers
| | * add mecab version checksiikamiika2019-11-23
| | |
| | * fix scanning parsersiikamiika2019-11-23
| | |
| | * add reading modessiikamiika2019-11-23
| | |
| | * refactor selected parser refreshingsiikamiika2019-11-23
| | |
| | * remove asyncsiikamiika2019-11-23
| | |
| | * store local copy of selected parsersiikamiika2019-11-23
| | | | | | | | | | | | Options don't update early enough even after awaiting
| | * remove height hack and use overflow-y: scrollsiikamiika2019-11-23
| | |
| | * typosiikamiika2019-11-23
| | |
| | * add parser selectionsiikamiika2019-11-23
| | |
| | * give names to complex slicessiikamiika2019-11-23
| | |
| | * explicit checks in while and ifsiikamiika2019-11-23
| | |
| | * mecab refactoring and bugfixsiikamiika2019-11-23
| | |
| | * promise improvementssiikamiika2019-11-23
| | |
| | * use constsiikamiika2019-11-23
| | |
| | * remove dead codesiikamiika2019-11-23
| | |
| | * start mecab only after enabling the settingsiikamiika2019-11-23
| | |
| | * add parser selection optionssiikamiika2019-11-23
| | |
| | * remove unneeded featuresiikamiika2019-11-23
| | | | | | | | | | | | Unidic actually has a field for the base form of the input
| | * change mecab pathsiikamiika2019-11-23
| | | | | | | | | | | | https://github.com/siikamiika/yomichan-mecab-installer
| | * remove code duplicationsiikamiika2019-11-23
| | |