Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix nested popups closing when the mouse leaves the parent's rect | toasted-nutbread | 2019-09-03 |
| | |||
* | fix parent focus issues for Firefox and Chrome | siikamiika | 2019-09-02 |
| | |||
* | change Popup.children to Popup.child | siikamiika | 2019-09-02 |
| | |||
* | focus the site when closing multi-level popups | siikamiika | 2019-09-02 |
| | |||
* | focus parent popup on hide instead of blurring | siikamiika | 2019-09-02 |
| | |||
* | make containsPoint async everywhere | siikamiika | 2019-09-02 |
| | |||
* | Update nested initialization parameters passed via message rather than using ↵ | toasted-nutbread | 2019-09-02 |
| | | | | the URL query string | ||
* | Fix messaging issues when iframes are present in the document | toasted-nutbread | 2019-09-02 |
| | |||
* | Add option for maximum nested popup depth | toasted-nutbread | 2019-09-02 |
| | |||
* | Add support for showing recursive popups | toasted-nutbread | 2019-09-02 |
| | |||
* | Add option for position of popup for horizontal text | toasted-nutbread | 2019-08-31 |
| | |||
* | Improve popup position for vertical text | toasted-nutbread | 2019-08-31 |
| | |||
* | Add ability to save screenshot to anki cards | toasted-nutbread | 2019-08-15 |
| | |||
* | return focus to site after hiding popup | siikamiika | 2019-08-01 |
| | |||
* | Add support for custom popup CSS | toasted-nutbread | 2019-07-09 |
| | |||
* | Allow popup window to be visible in fullscreen mode | toasted-nutbread | 2019-06-22 |
| | | | | Fixes #163 | ||
* | Merge pull request #140 from KarboniteKream/horizontal-offset | Alex Yatskov | 2019-05-19 |
|\ | | | | | Add horizontal popup offset | ||
| * | Add horizontal popup offset | Klemen Košir | 2018-10-02 |
| | | |||
* | | Add popup display mode | toasted-nutbread | 2019-02-14 |
|/ | | | | Allows the popup to be stretched to the full width of the screen, anchored to the top or bottom of the window. | ||
* | Add option to play audio automatically | guidocella | 2017-12-16 |
| | |||
* | more improvements to automatic search result hiding (#71) | Alex Yatskov | 2017-09-17 |
| | |||
* | frontend cleanup | Alex Yatskov | 2017-08-15 |
| | |||
* | lots of fixes to backend | Alex Yatskov | 2017-08-14 |
| | |||
* | renaming files | Alex Yatskov | 2017-08-14 |
| | |||
* | wip | Alex Yatskov | 2017-08-13 |
| | |||
* | wip | Alex Yatskov | 2017-03-16 |
| | |||
* | wip | Alex Yatskov | 2017-03-15 |
| | |||
* | inject yomichan frame on demand, fixes #34 | Alex Yatskov | 2017-03-15 |
| | |||
* | add options for setting popup width, height, offset | Alex Yatskov | 2017-03-11 |
| | |||
* | more work on making popup be sized properly | Alex Yatskov | 2017-03-11 |
| | |||
* | smarter popup placement | Alex Yatskov | 2017-03-11 |
| | |||
* | cleanup | Alex Yatskov | 2017-03-04 |
| | |||
* | fix various issues related to scanning form fields1.0.17 | Alex Yatskov | 2017-02-28 |
| | |||
* | fix url and sentence tags on kanji cards | Alex Yatskov | 2017-02-10 |
| | |||
* | handle content script and background script desync on version update1.0.9 | Alex Yatskov | 2017-02-05 |
| | |||
* | fix annoying popup window behavior near window borders | Alex Yatskov | 2017-01-10 |
| | |||
* | cleanup | Alex Yatskov | 2017-01-09 |
| | |||
* | WIP | Alex Yatskov | 2017-01-08 |
| | |||
* | WIP | Alex Yatskov | 2017-01-07 |
| | |||
* | WIP | Alex Yatskov | 2017-01-07 |
| | |||
* | prevent popup from going off the window | Alex Yatskov | 2016-12-28 |
| | |||
* | Cleanup, reset scroll position on definition lookup (#20) | Alex Yatskov | 2016-10-17 |
| | |||
* | Automatically look up Kanji when cannot find definitions. | Alex Yatskov | 2016-10-08 |
| | | | | Allow text scanning without holding Shift key (resolves #18). | ||
* | Add visibility query | Alex Yatskov | 2016-09-29 |
| | |||
* | Cleanup | Alex Yatskov | 2016-09-15 |
| | |||
* | Cleanup | Alex Yatskov | 2016-09-11 |
| | |||
* | More cleanup | Alex Yatskov | 2016-08-20 |
| | |||
* | Support looking up definitions for buttons and inputs. | Alex Yatskov | 2016-07-23 |
| | |||
* | Use document.write to populate IFRAME, as this avoids flicker on navbar | Alex Yatskov | 2016-07-23 |
| | | | | | buttons and performs better. Will have to conditionally do the old behavior for Firefox. | ||
* | Temporarily removing gecko code from master until everything works in | Alex Yatskov | 2016-07-06 |
| | | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff. |