| Commit message (Expand) | Author | Age |
* | Create float-main.js | toasted-nutbread | 2020-04-19 |
* | Merge pull request #437 from toasted-nutbread/backend-api-handler-changes | toasted-nutbread | 2020-04-11 |
|\ |
|
| * | apiBroadcast => apiBroadcastTab | toasted-nutbread | 2020-04-10 |
| * | Rename apiForward to apiBroadcast | toasted-nutbread | 2020-04-07 |
* | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
|/ |
|
* | Add support for getting the document title | toasted-nutbread | 2020-04-06 |
* | apply all options on profile change | siikamiika | 2020-03-21 |
* | Update global declarations | toasted-nutbread | 2020-03-10 |
* | fix hotkeys in popup | siikamiika | 2020-03-01 |
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
* | Move event handler definitions | toasted-nutbread | 2020-02-26 |
* | Use a token to ensure that messages are coming from Yomichan | toasted-nutbread | 2020-02-17 |
* | Prevent multiple prepare calls | toasted-nutbread | 2020-02-16 |
* | Simplify process to wait for iframe prepare completion | toasted-nutbread | 2020-02-16 |
* | Add global apiForward | toasted-nutbread | 2020-02-14 |
* | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ |
|
| * | use sendMessage to notify about initialization | siikamiika | 2020-02-14 |
| * | notify popup about initialization | siikamiika | 2020-02-13 |
| * | rename display initialize methods to prepare | siikamiika | 2020-02-13 |
* | | Define more globals | toasted-nutbread | 2020-02-11 |
|/ |
|
* | Scale popup based on current page zoom factor | toasted-nutbread | 2020-01-22 |
* | Only use Display.setContent | toasted-nutbread | 2020-01-16 |
* | Update license info URL | toasted-nutbread | 2020-01-01 |
* | Update copyright | toasted-nutbread | 2020-01-01 |
* | Replace window.yomichan_display with DisplayFloat.instance | toasted-nutbread | 2019-12-20 |
* | Update how orphan state is observed | toasted-nutbread | 2019-12-20 |
* | Update display float key handlers | toasted-nutbread | 2019-12-13 |
* | Update float message handlers | toasted-nutbread | 2019-12-13 |
* | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
* | Update *show* APIs to unified showContent and setContent | toasted-nutbread | 2019-10-17 |
* | Update how custom CSS is applied | toasted-nutbread | 2019-10-12 |
* | Remove Display.dependencies | toasted-nutbread | 2019-10-12 |
* | Don't pass options around for calls to termsShow, kanjiShow, etc. | toasted-nutbread | 2019-10-12 |
* | Update Display initialization process | toasted-nutbread | 2019-10-12 |
* | Frontend updates | toasted-nutbread | 2019-10-11 |
* | Create utility function for logging errors | toasted-nutbread | 2019-10-08 |
* | Simplify float initialization | toasted-nutbread | 2019-10-02 |
* | Use static object for float message handlers | toasted-nutbread | 2019-10-02 |
* | Use KeyboardEvent.key for onKeyDown handlers | toasted-nutbread | 2019-10-02 |
* | Use raw element references for container and spinner | toasted-nutbread | 2019-09-27 |
* | Remove jQuery usage from float.js | toasted-nutbread | 2019-09-27 |
* | Add support for using optionsContext to select which profile to use | toasted-nutbread | 2019-09-18 |
* | Add a context object for all calls to fetch options | toasted-nutbread | 2019-09-10 |
* | Update nested initialization parameters passed via message rather than using ... | toasted-nutbread | 2019-09-02 |
* | Add support for Edge browser | toasted-nutbread | 2019-08-26 |
* | inject doc functions as dependencies | siikamiika | 2019-08-03 |
* | Revert "use ES6 import and export" | siikamiika | 2019-08-03 |
* | use ES6 import and export | siikamiika | 2019-08-02 |
* | allow looking up terms from within terms | siikamiika | 2019-08-01 |
* | Add support for custom popup CSS | toasted-nutbread | 2019-07-09 |