| Commit message (Expand) | Author | Age |
* | Fix empty keys definitions and add Shift/Alt checks | toasted-nutbread | 2020-02-29 |
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
* | Move event handler definitions | toasted-nutbread | 2020-02-26 |
* | Refactor DisplaySearch.onKeyDownIgnoreKeys | toasted-nutbread | 2020-02-26 |
* | Organize, remove unnecessary null checks | toasted-nutbread | 2020-02-26 |
* | Move event handler function bodies | toasted-nutbread | 2020-02-26 |
* | Add no-shadow | toasted-nutbread | 2020-02-22 |
* | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ |
|
| * | use Promise.all to await dependencies | siikamiika | 2020-02-13 |
| * | rename display initialize methods to prepare | siikamiika | 2020-02-13 |
* | | Remove unused | toasted-nutbread | 2020-02-11 |
* | | Define more globals | toasted-nutbread | 2020-02-11 |
* | | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
|/ |
|
* | fix async issues | siikamiika | 2020-02-10 |
* | preserve search page mode on manual search | siikamiika | 2020-02-10 |
* | update popup search with chrome.tabs.sendMessage | siikamiika | 2020-02-10 |
* | use parseUrl in Backend | siikamiika | 2020-02-10 |
* | simplify setQuery kana conversion | siikamiika | 2020-02-09 |
* | disable internal clipboard monitor in native popup | siikamiika | 2020-02-09 |
* | fix constant usage from wrong scope | siikamiika | 2020-02-09 |
* | hide search input in native popups | siikamiika | 2020-02-09 |
* | extract ClipboardMonitor from DisplaySearch | siikamiika | 2020-02-09 |
* | move apiClipboardGet Firefox handling to Backend | siikamiika | 2020-02-09 |
* | Replace and remove old character/string testing functions | toasted-nutbread | 2020-01-24 |
* | Update detection of Japanese characters | toasted-nutbread | 2020-01-24 |
* | Only use Display.setContent | toasted-nutbread | 2020-01-16 |
* | use TextScanner in QueryParser | siikamiika | 2020-01-16 |
* | Update license info URL | toasted-nutbread | 2020-01-01 |
* | Update copyright | toasted-nutbread | 2020-01-01 |
* | Update comment on getClipboardText | toasted-nutbread | 2019-12-22 |
* | Add comment describing what token is used for | toasted-nutbread | 2019-12-22 |
* | Improve performance of DisplaySearch's clipboard monitor | toasted-nutbread | 2019-12-22 |
* | Replace window.yomichan_search with DisplaySearch.instance | toasted-nutbread | 2019-12-20 |
* | Remove redundant getUrl handlers | toasted-nutbread | 2019-12-13 |
* | Add support for prefix wildcards | toasted-nutbread | 2019-12-07 |
* | use substring over slice for strings | siikamiika | 2019-12-06 |
* | revert search page title on empty query | siikamiika | 2019-12-06 |
* | set title text on search page | siikamiika | 2019-12-06 |
* | move Display context to a new class | siikamiika | 2019-12-01 |
* | remove dead code | siikamiika | 2019-11-30 |
* | clear Display history on search page lookup | siikamiika | 2019-11-28 |
* | 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 |
* | Use single quotes | toasted-nutbread | 2019-11-26 |
* | Replace hasOwnProperty with simplified hasOwn function | 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 |
|\ |
|
| * | add simple query parser | siikamiika | 2019-11-23 |
* | | Replace string.substr and string.slice with string.substring | toasted-nutbread | 2019-11-24 |
|/ |
|