Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add mecab version check | siikamiika | 2019-11-23 |
| | |||
* | fix scanning parser | siikamiika | 2019-11-23 |
| | |||
* | add reading modes | siikamiika | 2019-11-23 |
| | |||
* | refactor selected parser refreshing | siikamiika | 2019-11-23 |
| | |||
* | remove async | siikamiika | 2019-11-23 |
| | |||
* | store local copy of selected parser | siikamiika | 2019-11-23 |
| | | | | Options don't update early enough even after awaiting | ||
* | remove height hack and use overflow-y: scroll | siikamiika | 2019-11-23 |
| | |||
* | typo | siikamiika | 2019-11-23 |
| | |||
* | add parser selection | siikamiika | 2019-11-23 |
| | |||
* | give names to complex slices | siikamiika | 2019-11-23 |
| | |||
* | explicit checks in while and if | siikamiika | 2019-11-23 |
| | |||
* | mecab refactoring and bugfix | siikamiika | 2019-11-23 |
| | |||
* | promise improvements | siikamiika | 2019-11-23 |
| | |||
* | use const | siikamiika | 2019-11-23 |
| | |||
* | remove dead code | siikamiika | 2019-11-23 |
| | |||
* | start mecab only after enabling the setting | siikamiika | 2019-11-23 |
| | |||
* | add parser selection options | siikamiika | 2019-11-23 |
| | |||
* | remove unneeded feature | siikamiika | 2019-11-23 |
| | | | | Unidic actually has a field for the base form of the input | ||
* | change mecab path | siikamiika | 2019-11-23 |
| | | | | https://github.com/siikamiika/yomichan-mecab-installer | ||
* | remove code duplication | siikamiika | 2019-11-23 |
| | |||
* | fix mecab variable | siikamiika | 2019-11-23 |
| | |||
* | click & text selection improvements on search page | siikamiika | 2019-11-23 |
| | |||
* | switch to mousemove events in query parser | siikamiika | 2019-11-23 |
| | |||
* | respect text selection option in query parser | siikamiika | 2019-11-23 |
| | |||
* | optimize mouseover scanning in query parser | siikamiika | 2019-11-23 |
| | |||
* | add mecab support | siikamiika | 2019-11-23 |
| | |||
* | use handlebars templates for query parser | siikamiika | 2019-11-23 |
| | |||
* | use correct source text | siikamiika | 2019-11-23 |
| | |||
* | fix default params for term clicking | siikamiika | 2019-11-23 |
| | |||
* | improve text preview | siikamiika | 2019-11-23 |
| | |||
* | remove unused css | siikamiika | 2019-11-23 |
| | |||
* | fix stem length checking | siikamiika | 2019-11-23 |
| | | | | | Starting from the end and stopping at first match doesn't guarantee correctness. Starting from the beginning does. | ||
* | add kana to text | siikamiika | 2019-11-23 |
| | |||
* | add simple query parser | siikamiika | 2019-11-23 |
| | |||
* | Fix missing details | toasted-nutbread | 2019-11-18 |
| | |||
* | Merge pull request #274 from toasted-nutbread/lookup-wildcards | Alex Yatskov | 2019-11-13 |
|\ | | | | | Lookup wildcards | ||
| * | Add support for wildcards | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Add details field to apiTermsFind | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Simplify how definition count is limited | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Give findKanji the same API as findTerms | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Update how apiTermsFind works | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Simplify dictTermsSort | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Rename function | toasted-nutbread | 2019-11-10 |
| | | |||
| * | Move function | toasted-nutbread | 2019-11-10 |
| | | |||
* | | close popups on search page when query changes | siikamiika | 2019-11-13 |
| | | |||
* | | only paste Japanese text from clipboard | siikamiika | 2019-11-13 |
| | | |||
* | | Fix dictionary settings not using the current profile | toasted-nutbread | 2019-11-12 |
| | | |||
* | | Fix settings not being saved correctly | toasted-nutbread | 2019-11-12 |
|/ | |||
* | Create functions for the cases of isMouseButton | toasted-nutbread | 2019-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 value | toasted-nutbread | 2019-11-10 |
| |