summaryrefslogtreecommitdiff
path: root/ext/bg/js/search.js
Commit message (Collapse)AuthorAge
* Remove redundant getUrl handlerstoasted-nutbread2019-12-13
|
* Add support for prefix wildcardstoasted-nutbread2019-12-07
|
* use substring over slice for stringssiikamiika2019-12-06
|
* revert search page title on empty querysiikamiika2019-12-06
|
* set title text on search pagesiikamiika2019-12-06
|
* move Display context to a new classsiikamiika2019-12-01
|
* remove dead codesiikamiika2019-11-30
|
* clear Display history on search page lookupsiikamiika2019-11-28
|
* Update unused argumentstoasted-nutbread2019-11-26
|
* Use const rather than let where possibletoasted-nutbread2019-11-26
|
* Remove unnecessary escapes from regex literalstoasted-nutbread2019-11-26
|
* Use single quotestoasted-nutbread2019-11-26
|
* Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
|
* Include sentence in context on search pagetoasted-nutbread2019-11-26
|
* Merge pull request #279 from siikamiika/query-parser-1siikamiika2019-11-26
|\ | | | | Search page query parser
| * add simple query parsersiikamiika2019-11-23
| |
* | Replace string.substr and string.slice with string.substringtoasted-nutbread2019-11-24
|/ | | | Improves semantic clarity, and it's recommended to not use substr.
* 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
| |
* | close popups on search page when query changessiikamiika2019-11-13
| |
* | only paste Japanese text from clipboardsiikamiika2019-11-13
|/
* Optimize DisplaySearch.onKeyDowntoasted-nutbread2019-11-10
|
* enable custom CSS on search pagesiikamiika2019-11-09
|
* fix wanakana toggle on empty inputsiikamiika2019-10-27
|
* make search page checkbox options persistsiikamiika2019-10-27
|
* add workaround to Chrome clipboard.readTextsiikamiika2019-10-27
| | | | | For some reason this doesn't work on Firefox, so keep using the new API for Firefox
* make clipboardRead an optional permissionsiikamiika2019-10-27
|
* refactor and tune wanakana togglingsiikamiika2019-10-27
|
* simplify search history state handlingsiikamiika2019-10-26
|
* add button to enable/disable wanakana IMEsiikamiika2019-10-26
|
* keep url query in historysiikamiika2019-10-26
|
* add clipboard monitor to search pagesiikamiika2019-10-26
| | | | Related to issue #262 about APIs
* remember search historysiikamiika2019-10-26
|
* ignore more keys on search pagesiikamiika2019-10-26
|
* focus and scroll to input only when it's neededsiikamiika2019-10-26
|
* tweak ignored keys on search pagesiikamiika2019-10-26
|
* fix various unwanted focus issues on search pagesiikamiika2019-10-26
| | | | Don't focus input if a modifier or specific keys are pressed
* make non-hotkey keys focus input on search pagesiikamiika2019-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 existstoasted-nutbread2019-10-19
|
* Update *show* APIs to unified showContent and setContenttoasted-nutbread2019-10-17
|
* Update how custom CSS is appliedtoasted-nutbread2019-10-12
|
* Remove Display.dependenciestoasted-nutbread2019-10-12
|
* Don't pass options around for calls to termsShow, kanjiShow, etc.toasted-nutbread2019-10-12
|
* Update Display initialization processtoasted-nutbread2019-10-12
|
* Create utility function for logging errorstoasted-nutbread2019-10-08
|
* Add support for query parameter in URL on search pagetoasted-nutbread2019-10-08
|
* Use raw element references for container and spinnertoasted-nutbread2019-09-27
|
* Remove jQuery usage from search.jstoasted-nutbread2019-09-27
|
* Improve slide up animationtoasted-nutbread2019-09-27
|