summaryrefslogtreecommitdiff
path: root/ext/mixed
Commit message (Collapse)AuthorAge
* Use a single api.jstoasted-nutbread2019-12-13
|
* Remove redundant getUrl handlerstoasted-nutbread2019-12-13
|
* Update display key handlerstoasted-nutbread2019-12-13
|
* Update display message handlerstoasted-nutbread2019-12-13
|
* Add timer class for debuggingtoasted-nutbread2019-12-10
|
* Use substring instead of slicetoasted-nutbread2019-12-08
|
* hide inactive history buttons instead of fadingsiikamiika2019-12-08
|
* move term navigation to top rightsiikamiika2019-12-08
|
* Add support for prefix wildcardstoasted-nutbread2019-12-07
|
* Add class for dispatching custom eventstoasted-nutbread2019-12-07
|
* navigate history with wheel only over buttonssiikamiika2019-12-07
|
* simplify with inheritancesiikamiika2019-12-06
|
* move text selection to TextScannersiikamiika2019-12-05
|
* scan decouplingsiikamiika2019-12-05
|
* initial text scanner extractsiikamiika2019-12-05
|
* fix serialization errors on Chromesiikamiika2019-12-04
|
* Merge pull request #291 from toasted-nutbread/cloze-fixesAlex Yatskov2019-12-03
|\ | | | | Cloze fixes
| * Simplify clozeBuildtoasted-nutbread2019-11-26
| |
| * Update cloze.body to use original sentence texttoasted-nutbread2019-11-26
| |
| * Pass kanji character to clozeBuildtoasted-nutbread2019-11-26
| |
* | fix entry scroll index 0 bugsiikamiika2019-12-01
| | | | | | | | | | Introduced in 4e7d08ff2c184a361622a6efaf00e21af51428a9 because the range-limited index value isn't kept in the same scope.
* | always update current position on term lookupsiikamiika2019-12-01
| |
* | move Display context to a new classsiikamiika2019-12-01
| |
* | remove dead codesiikamiika2019-11-30
| |
* | rewrite history as a doubly linked listsiikamiika2019-11-30
| |
* | fix context type inconsistenciessiikamiika2019-11-29
| |
* | clear Display history on new lookupsiikamiika2019-11-28
| |
* | Display history navigation buttons fixed positionsiikamiika2019-11-28
| |
* | correct X scroll direction for history navigationsiikamiika2019-11-28
| |
* | preventDefault correctlysiikamiika2019-11-28
| |
* | store popped context history in Displaysiikamiika2019-11-28
| |
* | set current entry even when disableScroll is truesiikamiika2019-11-28
| |
* | fix scroll issues in Display.entryScrollIntoViewsiikamiika2019-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 alwaystoasted-nutbread2019-11-26
| |
* | Update unused argumentstoasted-nutbread2019-11-26
| |
* | Remove unnecessary escapes from regex literalstoasted-nutbread2019-11-26
| |
* | Use single quotestoasted-nutbread2019-11-26
| |
* | Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
| |
* | Move additional utility functions to DOMtoasted-nutbread2019-11-26
| |
* | Create DOM utility filetoasted-nutbread2019-11-26
| |
* | use fallback for ambiguous furiganasiikamiika2019-11-27
| | | | | | | | fixes #281, fixes #94
* | Organize core.jstoasted-nutbread2019-11-26
| |
* | utilIsObject => isObject, move to core.jstoasted-nutbread2019-11-26
| |
* | Rename extension.js to core.js to better reflect its usetoasted-nutbread2019-11-26
| |
* | Update WanaKana to v4.0.2toasted-nutbread2019-11-26
|/ | | | Resolves #290
* Update how source terms are navigatedtoasted-nutbread2019-11-26
|
* Require context for setContentTerms and setContentKanjitoasted-nutbread2019-11-26
|
* Merge pull request #279 from siikamiika/query-parser-1siikamiika2019-11-26
|\ | | | | Search page query parser
| * add reading modessiikamiika2019-11-23
| |
| * remove height hack and use overflow-y: scrollsiikamiika2019-11-23
| |