Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Yomichan object separation (#627) | toasted-nutbread | 2020-06-28 |
| | | | | | | | | | | | | | * Move "yomichan" object setup to a separate file * Update script imports * Align message handlers * Rename Yomichan.prepare to Yomichan.ready * Add new prepare function * Improve isExtensionUrl | ||
* | Use DOMTextScanner (#536) | toasted-nutbread | 2020-06-21 |
| | | | | | | | | | | | | | | | | | * Use DOMTextScanner instead of TextSourceRange.seek* * Move getNodesInRange to dom.js * Move anyNodeMatchesSelector to dom.js * Remove unused functions * Update tests * Add layoutAwareScan option * Use layoutAwareScan for source and sentence scanning * Remove unused IGNORE_TEXT_PATTERN | ||
* | Use cross frame API (#553) | toasted-nutbread | 2020-06-07 |
| | | | | | | | | | * Use new CrossFrameAPI for popup proxy communication * Remove use of old cross-frame communication classes * Remove use of old cross-frame communication files * Make the crossFrame object a member of the api object | ||
* | Style adjustments (#537) | toasted-nutbread | 2020-05-24 |
| | | | | | | | | | | | | | * Remove newlines for term-definition-item-template * Update how action button icons are styled * Fix spacing * Group text colors together * Correct image styles * Fix missing </span> | ||
* | Use CSS variables for themes (#528) | toasted-nutbread | 2020-05-10 |
| | | | | | | | | | | | | | | | | | | | * Update formatting * Merge default tag color with category-less tags * Use CSS variables for colors * Add dark theme colors * Move color variables into display.css * Remove old stylesheets * Update headings * Bump minimum Firefox version to support CSS var() * Revert popular kanji text color | ||
* | Japanese util refactor (#510) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | | | * Convert mixed japanese.js to utility class * Copy functions from bg/js/japanese.js into mixed/js/japanese.js * Remove bg/js/japanese.js * Make wanakana dependency optional * Update tests | ||
* | Use dynamicLoader for main (#481) | toasted-nutbread | 2020-04-26 |
| | | | | | * Update style of search-main and float-main to have better parity * Use dynamicLoader to inject scripts and CSS | ||
* | Add Yomichan icon SVG (#478) | toasted-nutbread | 2020-04-26 |
| | | | | | | | * Create Yomichan icon SVG and 32x32 PNG * Update icons * Add 32x32 icon definition to HTML pages | ||
* | Rename search-frontend.js to search-main.js | toasted-nutbread | 2020-04-19 |
| | | | | Also move DisplaySearch creation into the main() function. | ||
* | Add support for displaying images | toasted-nutbread | 2020-04-18 |
| | |||
* | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | |||
* | Rename audio.js to audio-system.js | toasted-nutbread | 2020-03-07 |
| | |||
* | query parser html templates | siikamiika | 2020-02-10 |
| | |||
* | hide search input in native popups | siikamiika | 2020-02-09 |
| | |||
* | extract ClipboardMonitor from DisplaySearch | siikamiika | 2020-02-09 |
| | |||
* | Move japanese.js into bg | toasted-nutbread | 2020-02-08 |
| | |||
* | Move display templates into a single file | 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 |
| | |||
* | Use a single api.js | toasted-nutbread | 2019-12-13 |
| | |||
* | initial text scanner extract | siikamiika | 2019-12-05 |
| | |||
* | remove references to /fg/js/util.js | siikamiika | 2019-12-04 |
| | | | | It doesn't exist | ||
* | move Display context to a new class | siikamiika | 2019-12-01 |
| | |||
* | Display history navigation buttons fixed position | siikamiika | 2019-11-28 |
| | |||
* | Create DOM utility file | toasted-nutbread | 2019-11-26 |
| | |||
* | Rename extension.js to core.js to better reflect its use | toasted-nutbread | 2019-11-26 |
| | |||
* | add parser selection | siikamiika | 2019-11-23 |
| | |||
* | add simple query parser | siikamiika | 2019-11-23 |
| | |||
* | search page checkbox styling | siikamiika | 2019-11-10 |
| | | | | Change checkboxes to color-inverting icons | ||
* | always disable scanning IME checkbox label | siikamiika | 2019-11-09 |
| | |||
* | Add favicons | toasted-nutbread | 2019-11-02 |
| | |||
* | improve search page checkbox usability | siikamiika | 2019-10-28 |
| | | | | | Disable text selection and make the entire area clickable, including whitespace | ||
* | make search page checkbox options persist | siikamiika | 2019-10-27 |
| | |||
* | add button to enable/disable wanakana IME | siikamiika | 2019-10-26 |
| | |||
* | add clipboard monitor to search page | siikamiika | 2019-10-26 |
| | | | | Related to issue #262 about APIs | ||
* | Change #yomichan-float to .yomichan-float | toasted-nutbread | 2019-10-13 |
| | | | | Since there can be more than one popup, using a class makes more sense than an ID. | ||
* | Leave default stylesheet enabled by default | toasted-nutbread | 2019-10-12 |
| | |||
* | Create themes | toasted-nutbread | 2019-10-12 |
| | |||
* | Remove bootstrap styles from float.html | toasted-nutbread | 2019-10-12 |
| | |||
* | Implement audio fallbacks | toasted-nutbread | 2019-10-10 |
| | |||
* | Only use foreground api.js/util.js | toasted-nutbread | 2019-10-08 |
| | |||
* | Add support for query parameter in URL on search page | toasted-nutbread | 2019-10-08 |
| | |||
* | Limit width of the HTML pages | toasted-nutbread | 2019-09-28 |
| | |||
* | Remove jQuery dependency from float.html and search.html | toasted-nutbread | 2019-09-27 |
| | |||
* | Implement custom window scroll | toasted-nutbread | 2019-09-27 |
| | |||
* | Improve slide up animation | toasted-nutbread | 2019-09-27 |
| | |||
* | Add support for popup on the search page | toasted-nutbread | 2019-09-02 |
| | |||
* | Add support for Edge browser | toasted-nutbread | 2019-08-26 |
| | |||
* | add doc scripts to search too | siikamiika | 2019-08-03 |
| | |||
* | Revert "use ES6 import and export" | siikamiika | 2019-08-03 |
| | | | | This reverts commit 04f4607922e84d93ca8a05708802fb6bbd61f359. |