Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | |||
* | improve text preview | 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 |
|/ | |||
* | Fix several warnings about name conflicts | toasted-nutbread | 2019-11-10 |
| | |||
* | Optimize DisplaySearch.onKeyDown | toasted-nutbread | 2019-11-10 |
| | |||
* | Refactor apiOptionsSet | toasted-nutbread | 2019-11-10 |
| | |||
* | Fixes for Edge | toasted-nutbread | 2019-11-10 |
| | |||
* | Use native indexedDB pointer | toasted-nutbread | 2019-11-10 |
| | |||
* | Use native IndexedDB to delete the database | toasted-nutbread | 2019-11-10 |
| | |||
* | Use native IndexedDB to create database and object stores | toasted-nutbread | 2019-11-10 |
| | |||
* | Use native IndexedDB for bulkAdd operations | toasted-nutbread | 2019-11-10 |
| | |||
* | Use native IndexedDB for database additions | toasted-nutbread | 2019-11-10 |
| | |||
* | Fixes for Edge | toasted-nutbread | 2019-11-09 |
| | |||
* | Allow templates to be tested on the settings page | toasted-nutbread | 2019-11-09 |
| | |||
* | Use HTML templates for anki fields | toasted-nutbread | 2019-11-09 |
| | |||
* | always disable scanning IME checkbox label | siikamiika | 2019-11-09 |
| | |||
* | enable custom CSS on search page | siikamiika | 2019-11-09 |
| | |||
* | use scan toggling for stroke order diagram too | siikamiika | 2019-11-09 |
| | |||
* | enable expression scan toggling on search page | siikamiika | 2019-11-09 |
| | |||
* | Add support for some regex functions in handlebars templates | toasted-nutbread | 2019-11-08 |
| | |||
* | Optimize dictFieldFormat | toasted-nutbread | 2019-11-08 |
| | |||
* | Add outdated warning | toasted-nutbread | 2019-11-07 |
| |