| Commit message (Expand) | Author | Age |
* | Frontend refactor (part 1) (#484) | toasted-nutbread | 2020-04-27 |
* | Update Popup and DisplayFloat optionsContext from Frontend (#464) | siikamiika | 2020-04-26 |
* | Add support for displaying images | toasted-nutbread | 2020-04-18 |
* | Fix overlapping audio.play calls due to await | toasted-nutbread | 2020-04-18 |
* | Await and handle errors from audio.play() | toasted-nutbread | 2020-04-18 |
* | Update style | toasted-nutbread | 2020-04-18 |
* | Fix button title text not updating correctly in merge mode | toasted-nutbread | 2020-04-18 |
* | Return index of the source instead of the source value | toasted-nutbread | 2020-04-18 |
* | Disable cache on the backend and fix a bug with the cache key | toasted-nutbread | 2020-04-18 |
* | Update the parameters passed to various audio-related functions | toasted-nutbread | 2020-04-18 |
* | 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 |
|/ |
|
* | Fix not awaiting this._getNoteContext | toasted-nutbread | 2020-04-06 |
* | Add overridable getDocumentTitle | toasted-nutbread | 2020-04-06 |
* | Add support for {document-title} | toasted-nutbread | 2020-04-06 |
* | Add custom context object for note creation | toasted-nutbread | 2020-04-06 |
* | Rename context to details | toasted-nutbread | 2020-04-06 |
* | Add options | toasted-nutbread | 2020-03-28 |
* | remove targetPopupId 'all' | siikamiika | 2020-03-21 |
* | apply all options on profile change | siikamiika | 2020-03-21 |
* | Update global declarations | toasted-nutbread | 2020-03-10 |
* | Rename audio functions using "url" to use "uri" | toasted-nutbread | 2020-03-07 |
* | Rename function | toasted-nutbread | 2020-03-07 |
* | Use dependency injection for getAudioUri implementation | toasted-nutbread | 2020-03-07 |
* | Use AudioSystem in Display | toasted-nutbread | 2020-03-07 |
* | ensure Backend prepare in other places | siikamiika | 2020-03-02 |
* | Fix audio buttons not being hidden properly | toasted-nutbread | 2020-03-01 |
* | Move event handler definitions | toasted-nutbread | 2020-02-26 |
* | Fix noteUsesScreenshot not checking mode | toasted-nutbread | 2020-02-25 |
* | Use for of | toasted-nutbread | 2020-02-25 |
* | Use for of | toasted-nutbread | 2020-02-25 |
* | temporarily disable navigation header mouse wheel | siikamiika | 2020-02-24 |
* | Create EventListenerCollection class | toasted-nutbread | 2020-02-16 |
* | Use consistent timeout for both setContentTerms and setContentKanji | toasted-nutbread | 2020-02-15 |
* | Use promiseTimeout instead of delay | toasted-nutbread | 2020-02-15 |
* | Move error handling for apiDefinitionsAddable | toasted-nutbread | 2020-02-15 |
* | Rename optionsUpdate event to optionsUpdated | toasted-nutbread | 2020-02-14 |
* | Merge pull request #358 from toasted-nutbread/general-refactoring | toasted-nutbread | 2020-02-14 |
|\ |
|
| * | Validate bounds of Display.definitions before using | toasted-nutbread | 2020-02-13 |
| * | Use Map for audioGetFromSources's cache parameter | toasted-nutbread | 2020-02-13 |
* | | remove extra setContentToken check from Display | siikamiika | 2020-02-14 |
* | | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ \
| |/
|/| |
|
| * | use Promise.all to await dependencies | siikamiika | 2020-02-13 |
| * | remove isPrepared check | siikamiika | 2020-02-13 |
| * | rename display initialize methods to prepare | siikamiika | 2020-02-13 |
| * | simplify DisplayGenerator initialization | siikamiika | 2020-02-13 |
* | | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
|/ |
|
* | prevent unwanted wheel events on history bar | siikamiika | 2020-02-05 |