summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAge
* 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
|
* fix mecab variablesiikamiika2019-11-23
|
* click & text selection improvements on search pagesiikamiika2019-11-23
|
* switch to mousemove events in query parsersiikamiika2019-11-23
|
* respect text selection option in query parsersiikamiika2019-11-23
|
* optimize mouseover scanning in query parsersiikamiika2019-11-23
|
* add mecab supportsiikamiika2019-11-23
|
* use handlebars templates for query parsersiikamiika2019-11-23
|
* use correct source textsiikamiika2019-11-23
|
* fix default params for term clickingsiikamiika2019-11-23
|
* improve text previewsiikamiika2019-11-23
|
* remove unused csssiikamiika2019-11-23
|
* fix stem length checkingsiikamiika2019-11-23
| | | | | Starting from the end and stopping at first match doesn't guarantee correctness. Starting from the beginning does.
* add kana to textsiikamiika2019-11-23
|
* add simple query parsersiikamiika2019-11-23
|
* Fix missing detailstoasted-nutbread2019-11-18
|
* Merge pull request #274 from toasted-nutbread/lookup-wildcardsAlex Yatskov2019-11-13
|\ | | | | Lookup wildcards
| * Add support for wildcardstoasted-nutbread2019-11-10
| |
| * Add details field to apiTermsFindtoasted-nutbread2019-11-10
| |
| * Simplify how definition count is limitedtoasted-nutbread2019-11-10
| |
| * Give findKanji the same API as findTermstoasted-nutbread2019-11-10
| |
| * Update how apiTermsFind workstoasted-nutbread2019-11-10
| |
| * Simplify dictTermsSorttoasted-nutbread2019-11-10
| |
| * Rename functiontoasted-nutbread2019-11-10
| |
| * Move functiontoasted-nutbread2019-11-10
| |
* | close popups on search page when query changessiikamiika2019-11-13
| |
* | only paste Japanese text from clipboardsiikamiika2019-11-13
| |
* | Fix dictionary settings not using the current profiletoasted-nutbread2019-11-12
| |
* | Fix settings not being saved correctlytoasted-nutbread2019-11-12
|/
* Create functions for the cases of isMouseButtontoasted-nutbread2019-11-10
| | | | | | | | | | | | | | jshint was showing a warning that there was no break statement after the first case, which there doesn't need to be. The most straightforward way to fix this without using the unclear // jshint ignore:line is to just have two functions. This change also updates invocations of isMouseButton to use the exact case function, as this will remove the need to check the case of mosueEvent.type. This was done because onMouseMove is invoked at a high frequency.
* Fix overwriting const valuetoasted-nutbread2019-11-10
|
* Fix several warnings about name conflictstoasted-nutbread2019-11-10
|
* Optimize DisplaySearch.onKeyDowntoasted-nutbread2019-11-10
|
* Refactor apiOptionsSettoasted-nutbread2019-11-10
|