Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | hide inactive history buttons instead of fading | siikamiika | 2019-12-08 |
| | |||
* | move term navigation to top right | siikamiika | 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 |
| | | |||
* | | Display history navigation buttons fixed position | 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 | ||
* | | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Update unused arguments | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Remove unnecessary escapes from regex literals | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Use single quotes | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Move additional utility functions to DOM | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Create DOM utility file | toasted-nutbread | 2019-11-26 |
| | | |||
* | | use fallback for ambiguous furigana | siikamiika | 2019-11-27 |
| | | | | | | | | fixes #281, fixes #94 | ||
* | | Organize core.js | toasted-nutbread | 2019-11-26 |
| | | |||
* | | utilIsObject => isObject, move to core.js | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Rename extension.js to core.js to better reflect its use | toasted-nutbread | 2019-11-26 |
| | | |||
* | | Update WanaKana to v4.0.2 | toasted-nutbread | 2019-11-26 |
|/ | | | | Resolves #290 | ||
* | Update how source terms are navigated | toasted-nutbread | 2019-11-26 |
| | |||
* | Require context for setContentTerms and setContentKanji | toasted-nutbread | 2019-11-26 |
| | |||
* | Merge pull request #279 from siikamiika/query-parser-1 | siikamiika | 2019-11-26 |
|\ | | | | | Search page query parser | ||
| * | add reading modes | siikamiika | 2019-11-23 |
| | | |||
| * | remove height hack and use overflow-y: scroll | siikamiika | 2019-11-23 |
| | |