| Commit message (Expand) | Author | Age |
* | 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 |
* | Update how spinner visibility is controlled | toasted-nutbread | 2020-01-16 |
* | Update display content generation to use HTML templates | toasted-nutbread | 2020-01-16 |
* | Update license info URL | toasted-nutbread | 2020-01-01 |
* | Update copyright | toasted-nutbread | 2020-01-01 |
* | Move optionsUpdate message handler into Yomichan class | toasted-nutbread | 2019-12-20 |
* | Simplify options passed to docRangeFromPoint | toasted-nutbread | 2019-12-17 |
* | Update display key handlers | toasted-nutbread | 2019-12-13 |
* | Update display message handlers | toasted-nutbread | 2019-12-13 |
* | navigate history with wheel only over buttons | siikamiika | 2019-12-07 |
* | fix serialization errors on Chrome | siikamiika | 2019-12-04 |
* | Merge pull request #291 from toasted-nutbread/cloze-fixes | Alex Yatskov | 2019-12-03 |
|\ |
|
| * | 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 |
* | | 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 |
* | | Update unused arguments | 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 |
|/ |
|
* | Update how source terms are navigated | toasted-nutbread | 2019-11-26 |
* | Require context for setContentTerms and setContentKanji | toasted-nutbread | 2019-11-26 |
* | fix default params for term clicking | siikamiika | 2019-11-23 |
* | add kana to text | siikamiika | 2019-11-23 |
* | add simple query parser | siikamiika | 2019-11-23 |
* | Add details field to apiTermsFind | toasted-nutbread | 2019-11-10 |
* | Create functions for the cases of isMouseButton | toasted-nutbread | 2019-11-10 |
* | Fix several warnings about name conflicts | toasted-nutbread | 2019-11-10 |
* | Use for of loop instead of forEach | toasted-nutbread | 2019-11-10 |
* | refactoring and optimization | siikamiika | 2019-11-04 |
* | prevent accidental lookup on glossary text select | siikamiika | 2019-11-03 |
* | make non-hotkey keys focus input on search page | siikamiika | 2019-10-26 |
* | Make the search button reuse an open search tab if it exists | toasted-nutbread | 2019-10-19 |