Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Always show actions when there is only a single term result | toasted-nutbread | 2020-01-16 |
| | |||
* | Fix incorrect selector | toasted-nutbread | 2020-01-16 |
| | |||
* | Fix scroll position when header is visible | toasted-nutbread | 2020-01-16 |
| | |||
* | Move display templates into a single file | toasted-nutbread | 2020-01-16 |
| | |||
* | Update how content display is changed | toasted-nutbread | 2020-01-16 |
| | |||
* | Don't use document fragment | toasted-nutbread | 2020-01-16 |
| | |||
* | Update content assignment to use unique token | toasted-nutbread | 2020-01-16 |
| | |||
* | Only use Display.setContent | toasted-nutbread | 2020-01-16 |
| | |||
* | Only instantiate the first child | toasted-nutbread | 2020-01-16 |
| | |||
* | Update how spinner visibility is controlled | toasted-nutbread | 2020-01-16 |
| | |||
* | Fix furigana segmentation | toasted-nutbread | 2020-01-16 |
| | |||
* | Update display content generation to use HTML templates | toasted-nutbread | 2020-01-16 |
| | |||
* | use TextScanner in QueryParser | siikamiika | 2020-01-16 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Add apiOptionsSchemaGet | toasted-nutbread | 2019-12-29 |
| | |||
* | 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 |
| | |||
* | Use a single api.js | toasted-nutbread | 2019-12-13 |
| | |||
* | Remove redundant getUrl handlers | toasted-nutbread | 2019-12-13 |
| | |||
* | Update display key handlers | toasted-nutbread | 2019-12-13 |
| | |||
* | Update display message handlers | toasted-nutbread | 2019-12-13 |
| | |||
* | Add timer class for debugging | toasted-nutbread | 2019-12-10 |
| | |||
* | Use substring instead of slice | toasted-nutbread | 2019-12-08 |
| | |||
* | Add support for prefix wildcards | toasted-nutbread | 2019-12-07 |
| | |||
* | Add class for dispatching custom events | toasted-nutbread | 2019-12-07 |
| | |||
* | navigate history with wheel only over buttons | siikamiika | 2019-12-07 |
| | |||
* | simplify with inheritance | siikamiika | 2019-12-06 |
| | |||
* | move text selection to TextScanner | siikamiika | 2019-12-05 |
| | |||
* | scan decoupling | siikamiika | 2019-12-05 |
| | |||
* | initial text scanner extract | siikamiika | 2019-12-05 |
| | |||
* | fix serialization errors on Chrome | siikamiika | 2019-12-04 |
| | |||
* | Merge pull request #291 from toasted-nutbread/cloze-fixes | Alex Yatskov | 2019-12-03 |
|\ | | | | | Cloze fixes | ||
| * | Simplify clozeBuild | toasted-nutbread | 2019-11-26 |
| | | |||
| * | Update cloze.body to use original sentence text | toasted-nutbread | 2019-11-26 |
| | | |||
| * | Pass kanji character to clozeBuild | toasted-nutbread | 2019-11-26 |
| | | |||
* | | fix entry scroll index 0 bug | siikamiika | 2019-12-01 |
| | | | | | | | | | | Introduced in 4e7d08ff2c184a361622a6efaf00e21af51428a9 because the range-limited index value isn't kept in the same scope. | ||
* | | always update current position on term lookup | siikamiika | 2019-12-01 |
| | | |||
* | | move Display context to a new class | siikamiika | 2019-12-01 |
| | | |||
* | | remove dead code | siikamiika | 2019-11-30 |
| | | |||
* | | rewrite history as a doubly linked list | siikamiika | 2019-11-30 |
| | | |||
* | | fix context type inconsistencies | siikamiika | 2019-11-29 |
| | | |||
* | | clear Display history on new lookup | siikamiika | 2019-11-28 |
| | | |||
* | | correct X scroll direction for history navigation | siikamiika | 2019-11-28 |
| | | |||
* | | preventDefault correctly | siikamiika | 2019-11-28 |
| | | |||
* | | store popped context history in Display | siikamiika | 2019-11-28 |
| | | |||
* | | set current entry even when disableScroll is true | siikamiika | 2019-11-28 |
| | | |||
* | | fix scroll issues in Display.entryScrollIntoView | siikamiika | 2019-11-28 |
| | | | | | | | | | | | | - Save scroll context before scrolling to top - Explicit null check for scroll param to handle scrolling to y=0 correctly |