Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | temporary listener abstraction | siikamiika | 2020-04-05 | |
| | ||||
* | refactor | siikamiika | 2020-04-05 | |
| | ||||
* | move frame offset forwarding code to a class | siikamiika | 2020-04-05 | |
| | ||||
* | simplify popup proxy prepare | siikamiika | 2020-04-05 | |
| | ||||
* | fix and simplify | siikamiika | 2020-04-05 | |
| | ||||
* | adjust iframe popup position to root page | siikamiika | 2020-04-05 | |
| | ||||
* | simplify popup prepare | siikamiika | 2020-04-05 | |
| | ||||
* | show iframe popups in root frame | siikamiika | 2020-04-05 | |
| | ||||
* | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 | |
|\ | | | | | Convert Japanese utilities to a module-like style | |||
| * | Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanji | toasted-nutbread | 2020-03-21 | |
| | | ||||
* | | remove targetPopupId 'all' | siikamiika | 2020-03-21 | |
| | | | | | | | | Make unset targetPopupId mean the same thing instead | |||
* | | use random ID as popup ID | siikamiika | 2020-03-21 | |
| | | ||||
* | | apply all options on profile change | siikamiika | 2020-03-21 | |
|/ | ||||
* | Update global declarations | toasted-nutbread | 2020-03-10 | |
| | ||||
* | strict check if popup depth has been set | siikamiika | 2020-03-09 | |
| | ||||
* | start popup depth from 1 on search page | siikamiika | 2020-03-09 | |
| | ||||
* | Rename audio.js to audio-system.js | toasted-nutbread | 2020-03-07 | |
| | ||||
* | Merge pull request #393 from siikamiika/reconnect-frontend-api-sender | siikamiika | 2020-03-08 | |
|\ | | | | | reconnect FrontendApiSender after disconnecting | |||
| * | reconnect FrontendApiSender after disconnecting | siikamiika | 2020-03-07 | |
| | | ||||
* | | replace spread with destructuring | siikamiika | 2020-03-07 | |
| | | ||||
* | | fix popup containsPoint offset | siikamiika | 2020-03-07 | |
|/ | ||||
* | fix content script entry point Yomichan prepare | siikamiika | 2020-03-02 | |
| | | | | Covers Popup stuff in addition to Frontend | |||
* | ensure Backend prepare in other places | siikamiika | 2020-03-02 | |
| | ||||
* | fix hotkeys in popup | siikamiika | 2020-03-01 | |
| | ||||
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 | |
| | ||||
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 | |
| | ||||
* | Move event handler definitions | toasted-nutbread | 2020-02-26 | |
| | ||||
* | Move event handler definitions | toasted-nutbread | 2020-02-26 | |
| | ||||
* | Use TemplateHandler for DisplayGenerator | toasted-nutbread | 2020-02-23 | |
| | ||||
* | Fix trailing newlines not actually generating a new line in the imposter | toasted-nutbread | 2020-02-23 | |
| | | | | This was causing vertical scroll offset issues | |||
* | Use textContent instead of innerText | toasted-nutbread | 2020-02-23 | |
| | ||||
* | Don't use innerHTML | toasted-nutbread | 2020-02-23 | |
| | ||||
* | Fix brace style issues | toasted-nutbread | 2020-02-22 | |
| | ||||
* | Use a token to ensure that messages are coming from Yomichan | toasted-nutbread | 2020-02-17 | |
| | ||||
* | Check origin on window messages | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Fix error handling on style injection | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Delay CSS injection until a popup is created | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Create more generic function for injecting stylesheets | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Change parameter name | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Allow apiInjectStylesheet to inject a URL | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Set URL before adding to the document | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Fix missing argument | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Update how popups are created | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Tweak how fullscreen changes are observed | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Undo "Obscure the iframe's URL from the host page" | toasted-nutbread | 2020-02-16 | |
| | | | | | | There are some additional issues which cause the frame to be reset to about:blank on certain occasions which must be fixed before this can be used. | |||
* | Prevent multiple prepare calls | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Simplify process to wait for iframe prepare completion | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Move generateId function | toasted-nutbread | 2020-02-16 | |
| | ||||
* | Obscure the iframe's URL from the host page | toasted-nutbread | 2020-02-15 | |
| | ||||
* | Check type of other for equals functions | toasted-nutbread | 2020-02-15 | |
| | | | | Fixes #361 |