aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
Commit message (Collapse)AuthorAge
* Fix nested popups closing when the mouse leaves the parent's recttoasted-nutbread2019-09-03
|
* fix parent focus issues for Firefox and Chromesiikamiika2019-09-02
|
* change Popup.children to Popup.childsiikamiika2019-09-02
|
* focus the site when closing multi-level popupssiikamiika2019-09-02
|
* focus parent popup on hide instead of blurringsiikamiika2019-09-02
|
* make containsPoint async everywheresiikamiika2019-09-02
|
* Update nested initialization parameters passed via message rather than using ↵toasted-nutbread2019-09-02
| | | | the URL query string
* Fix messaging issues when iframes are present in the documenttoasted-nutbread2019-09-02
|
* Add option for maximum nested popup depthtoasted-nutbread2019-09-02
|
* Add support for showing recursive popupstoasted-nutbread2019-09-02
|
* Add option for position of popup for horizontal texttoasted-nutbread2019-08-31
|
* Improve popup position for vertical texttoasted-nutbread2019-08-31
|
* Add ability to save screenshot to anki cardstoasted-nutbread2019-08-15
|
* return focus to site after hiding popupsiikamiika2019-08-01
|
* Add support for custom popup CSStoasted-nutbread2019-07-09
|
* Allow popup window to be visible in fullscreen modetoasted-nutbread2019-06-22
| | | | Fixes #163
* Merge pull request #140 from KarboniteKream/horizontal-offsetAlex Yatskov2019-05-19
|\ | | | | Add horizontal popup offset
| * Add horizontal popup offsetKlemen Košir2018-10-02
| |
* | Add popup display modetoasted-nutbread2019-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 automaticallyguidocella2017-12-16
|
* more improvements to automatic search result hiding (#71)Alex Yatskov2017-09-17
|
* frontend cleanupAlex Yatskov2017-08-15
|
* lots of fixes to backendAlex Yatskov2017-08-14
|
* renaming filesAlex Yatskov2017-08-14
|
* wipAlex Yatskov2017-08-13
|
* wipAlex Yatskov2017-03-16
|
* wipAlex Yatskov2017-03-15
|
* inject yomichan frame on demand, fixes #34Alex Yatskov2017-03-15
|
* add options for setting popup width, height, offsetAlex Yatskov2017-03-11
|
* more work on making popup be sized properlyAlex Yatskov2017-03-11
|
* smarter popup placementAlex Yatskov2017-03-11
|
* cleanupAlex Yatskov2017-03-04
|
* fix various issues related to scanning form fields1.0.17Alex Yatskov2017-02-28
|
* fix url and sentence tags on kanji cardsAlex Yatskov2017-02-10
|
* handle content script and background script desync on version update1.0.9Alex Yatskov2017-02-05
|
* fix annoying popup window behavior near window bordersAlex Yatskov2017-01-10
|
* cleanupAlex Yatskov2017-01-09
|
* WIPAlex Yatskov2017-01-08
|
* WIPAlex Yatskov2017-01-07
|
* WIPAlex Yatskov2017-01-07
|
* prevent popup from going off the windowAlex Yatskov2016-12-28
|
* Cleanup, reset scroll position on definition lookup (#20)Alex Yatskov2016-10-17
|
* Automatically look up Kanji when cannot find definitions.Alex Yatskov2016-10-08
| | | | Allow text scanning without holding Shift key (resolves #18).
* Add visibility queryAlex Yatskov2016-09-29
|
* CleanupAlex Yatskov2016-09-15
|
* CleanupAlex Yatskov2016-09-11
|
* More cleanupAlex Yatskov2016-08-20
|
* Support looking up definitions for buttons and inputs.Alex Yatskov2016-07-23
|
* Use document.write to populate IFRAME, as this avoids flicker on navbarAlex Yatskov2016-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 inAlex Yatskov2016-07-06
| | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff.