summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAge
...
| * Fix seekForward and seekBackward not handling length=0 case correctlytoasted-nutbread2019-11-08
| |
| * Add outdated warningtoasted-nutbread2019-11-07
| |
| * Remove unused functiontoasted-nutbread2019-11-07
| |
| * Update dictionary order based on prioritytoasted-nutbread2019-11-07
| |
| * Prevent page exit while database operations are in progresstoasted-nutbread2019-11-07
| |
| * Add support for importing multiple dictionaries at oncetoasted-nutbread2019-11-07
| |
| * Add support for deleting individual dictionariestoasted-nutbread2019-11-07
| |
| * Update how nodes are hiddentoasted-nutbread2019-11-07
| |
| * Add button and confirmation dialog for database purgetoasted-nutbread2019-11-07
| |
| * Update how dictionaries are displayed on the settings pagetoasted-nutbread2019-11-07
| |
| * Add functions for getting dictionary informationtoasted-nutbread2019-11-07
| |
| * Simplify how option visibility is changedtoasted-nutbread2019-11-07
| |
* | Merge branch 'master' into testingAlex Yatskov2019-11-05
|\|
| * Update version1.9.5Alex Yatskov2019-11-05
| |
| * Fix overlapping popup timerstoasted-nutbread2019-11-05
| |
| * refactoring and optimizationsiikamiika2019-11-04
| |
| * prevent accidental lookup on glossary text selectsiikamiika2019-11-03
| |
| * Fix autoHideResults not workingtoasted-nutbread2019-11-03
| |
| * Add faviconstoasted-nutbread2019-11-02
| |
| * Group similar functions togethertoasted-nutbread2019-10-28
| |
| * Fix some issues with the context menutoasted-nutbread2019-10-28
| |
| * Style updatetoasted-nutbread2019-10-28
| |
| * Reset preventions earliertoasted-nutbread2019-10-28
| |
| * Check pendingLookup earliertoasted-nutbread2019-10-28
| |
| * Remove setPrimaryTouchtoasted-nutbread2019-10-28
| |
| * Simplify touch event implementationtoasted-nutbread2019-10-28
| |
| * Make selectionContainsPoint statictoasted-nutbread2019-10-28
| |
| * Improve namingtoasted-nutbread2019-10-28
| |
| * Remove setterstoasted-nutbread2019-10-28
| |
| * Remove unused variabletoasted-nutbread2019-10-28
| |
| * Remove searchFromTouchtoasted-nutbread2019-10-28
| |
| * Simplify how touch events use onAfterSearchtoasted-nutbread2019-10-28
| |
| * Rename textSourceLast to textSourceCurrenttoasted-nutbread2019-10-28
| |
| * Update how definitions are searched fortoasted-nutbread2019-10-28
| |
| * Move checktoasted-nutbread2019-10-28
| |
| * Remove unused varstoasted-nutbread2019-10-28
| |
| * Don't pass null textSource into searchSourcetoasted-nutbread2019-10-28
| |
| * Use promiseTimeouttoasted-nutbread2019-10-28
| |
| * Move onError catch into searchAttoasted-nutbread2019-10-28
| |
| * Create promise version of setTimeouttoasted-nutbread2019-10-28
| |
| * improve search page checkbox usabilitysiikamiika2019-10-28
| | | | | | | | | | Disable text selection and make the entire area clickable, including whitespace
| * refactoringsiikamiika2019-10-28
| |
| * fix wanakana toggle on empty inputsiikamiika2019-10-27
| |
| * use apiOptionsGet to modify the correct profilesiikamiika2019-10-27
| |
| * Revert "modify correct profile apiOptionsSet"siikamiika2019-10-27
| | | | | | | | This reverts commit 51c35c9f306e48093fc769713675dca5b02d1398.
| * modify correct profile apiOptionsSetsiikamiika2019-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
| |