Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into testing | Alex Yatskov | 2020-01-04 |
|\ | |||
| * | New version for a new year20.01.04.00 | Alex Yatskov | 2020-01-04 |
| | | |||
| * | Update license info URL | toasted-nutbread | 2020-01-01 |
| | | |||
| * | Update copyright | toasted-nutbread | 2020-01-01 |
| | | |||
| * | Fix schema defaults not applying to arrays | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Implement settings reset | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Implement settings import | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Implement settings export | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Add apiOptionsSchemaGet | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Use schema to validate options | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Create proxy system for json schema validation | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Add schema file for options | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Upgrade default fieldTemplates to null | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Update anki-templates.js to control the value of fieldTemplates | toasted-nutbread | 2019-12-29 |
| | | | | | | | | Also assigns a value of null when using the default value | ||
| * | Treat null templates as the default value | toasted-nutbread | 2019-12-29 |
| | | |||
| * | Update comment on getClipboardText | toasted-nutbread | 2019-12-22 |
| | | |||
| * | Add comment describing what token is used for | toasted-nutbread | 2019-12-22 |
| | | |||
| * | Remove contenteditable="true" from textarea | toasted-nutbread | 2019-12-22 |
| | | |||
| * | Make apiClipboardGet use plaintext | toasted-nutbread | 2019-12-22 |
| | | | | | | | | Also clear the value before returning | ||
| * | Improve performance of DisplaySearch's clipboard monitor | toasted-nutbread | 2019-12-22 |
| | | |||
| * | Change FrontendApiSender.callbacks to be a map | toasted-nutbread | 2019-12-21 |
| | | |||
| * | Move PopupProxyHost initialization | toasted-nutbread | 2019-12-21 |
| | | |||
| * | Update initialization | toasted-nutbread | 2019-12-21 |
| | | |||
| * | Replace window.yomichan_backend with window.yomichanBackend | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Replace window.yomichan_search with DisplaySearch.instance | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Replace window.yomichan_display with DisplayFloat.instance | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Remove unused yomichan_frontend | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Fix apiOptionsGet being used on the background page | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Fix missing API functions being used on the background page | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Update handlebars cache | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Update how orphan state is observed | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Move optionsUpdate message handler into Yomichan class | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Change how getUrl message is handled | toasted-nutbread | 2019-12-20 |
| | | |||
| * | Simplify options passed to docRangeFromPoint | toasted-nutbread | 2019-12-17 |
| | | |||
| * | Override pointer-events with important | toasted-nutbread | 2019-12-17 |
| | | |||
| * | Only return unique elements from docElementsFromPoint | toasted-nutbread | 2019-12-17 |
| | | | | | | | | This fixes #294 | ||
| * | Fix undefined reference | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Make PopupProxy functions async enabled status match Popup | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Don't return promises for frontend message handlers | toasted-nutbread | 2019-12-16 |
| | | |||
| * | isVisibleAsync => isVisible | toasted-nutbread | 2019-12-16 |
| | | |||
| * | isVisible => isVisibleSync | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Remove unused child getter | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Mark private members | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Add setParent to popup | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Add Popup.isProxy | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Add _createPopupInternal to return both popup and new ID | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Add setChildrenSupported to popup | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Remove unused property assignment | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Add getContainer to popup | toasted-nutbread | 2019-12-16 |
| | | |||
| * | Add getContainerRect to popup | toasted-nutbread | 2019-12-16 |
| | |