Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|\ | | | | | Search page query parser | ||
| * | add simple query parser | siikamiika | 2019-11-23 |
| | | |||
* | | Replace string.substr and string.slice with string.substring | toasted-nutbread | 2019-11-24 |
|/ | | | | Improves semantic clarity, and it's recommended to not use substr. | ||
* | 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 |
| | | |||
* | | close popups on search page when query changes | siikamiika | 2019-11-13 |
| | | |||
* | | only paste Japanese text from clipboard | siikamiika | 2019-11-13 |
|/ | |||
* | Optimize DisplaySearch.onKeyDown | toasted-nutbread | 2019-11-10 |
| | |||
* | enable custom CSS on search page | siikamiika | 2019-11-09 |
| | |||
* | fix wanakana toggle on empty input | siikamiika | 2019-10-27 |
| | |||
* | make search page checkbox options persist | siikamiika | 2019-10-27 |
| | |||
* | add workaround to Chrome clipboard.readText | siikamiika | 2019-10-27 |
| | | | | | For some reason this doesn't work on Firefox, so keep using the new API for Firefox | ||
* | make clipboardRead an optional permission | siikamiika | 2019-10-27 |
| | |||
* | refactor and tune wanakana toggling | siikamiika | 2019-10-27 |
| | |||
* | simplify search history state handling | siikamiika | 2019-10-26 |
| | |||
* | add button to enable/disable wanakana IME | siikamiika | 2019-10-26 |
| | |||
* | keep url query in history | siikamiika | 2019-10-26 |
| | |||
* | add clipboard monitor to search page | siikamiika | 2019-10-26 |
| | | | | Related to issue #262 about APIs | ||
* | remember search history | siikamiika | 2019-10-26 |
| | |||
* | ignore more keys on search page | siikamiika | 2019-10-26 |
| | |||
* | focus and scroll to input only when it's needed | siikamiika | 2019-10-26 |
| | |||
* | tweak ignored keys on search page | siikamiika | 2019-10-26 |
| | |||
* | fix various unwanted focus issues on search page | siikamiika | 2019-10-26 |
| | | | | Don't focus input if a modifier or specific keys are pressed | ||
* | make non-hotkey keys focus input on search page | siikamiika | 2019-10-26 |
| | | | | | | | | | | | | | | | | | | The issue was that scanning on search page introduced a way to lose focus of the query input, and the new feature that the search page hotkey focuses an existing search page instead of opening a new one made it more obvious. Now every key that isn't a hotkey focuses the query input, and typing text into the box scrolls it into view in case it wasn't there when searching. There is an accessibility issue that this can cause, because now tab also focuses the query input before it focuses the next element. I didn't implement a workaround for that because it would have been more complicated than this simple fix. Fixes #263 | ||
* | Make the search button reuse an open search tab if it exists | toasted-nutbread | 2019-10-19 |
| |