Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | 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 | |
| | ||||
* | Remove dexie | 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 | |
| | ||||
* | search page checkbox styling | siikamiika | 2019-11-10 | |
| | | | | Change checkboxes to color-inverting icons | |||
* | 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 | |
| | ||||
* | Remove unused function | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Update dictionary order based on priority | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Prevent page exit while database operations are in progress | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Add support for importing multiple dictionaries at once | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Add support for deleting individual dictionaries | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Update how nodes are hidden | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Add button and confirmation dialog for database purge | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Update how dictionaries are displayed on the settings page | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Add functions for getting dictionary information | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Simplify how option visibility is changed | toasted-nutbread | 2019-11-07 | |
| | ||||
* | Fix autoHideResults not working | toasted-nutbread | 2019-11-03 | |
| | ||||
* | Add favicons | toasted-nutbread | 2019-11-02 | |
| | ||||
* | Move check | toasted-nutbread | 2019-10-28 | |
| | ||||
* | Don't pass null textSource into searchSource | toasted-nutbread | 2019-10-28 | |
| | ||||
* | improve search page checkbox usability | siikamiika | 2019-10-28 | |
| | | | | | Disable text selection and make the entire area clickable, including whitespace | |||
* | refactoring | siikamiika | 2019-10-28 | |
| | ||||
* | fix wanakana toggle on empty input | siikamiika | 2019-10-27 | |
| | ||||
* | use apiOptionsGet to modify the correct profile | siikamiika | 2019-10-27 | |
| | ||||
* | Revert "modify correct profile apiOptionsSet" | siikamiika | 2019-10-27 | |
| | | | | This reverts commit 51c35c9f306e48093fc769713675dca5b02d1398. | |||
* | modify correct profile apiOptionsSet | 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 |