| Commit message (Expand) | Author | Age |
* | Allow viewport to be used for constraining popup position | toasted-nutbread | 2020-01-22 |
* | Fix popup size changing when zooming | toasted-nutbread | 2020-01-22 |
* | Scale popup based on current page zoom factor | toasted-nutbread | 2020-01-22 |
* | Remove _isInitialized | toasted-nutbread | 2020-01-22 |
* | Add _isInjectedAndLoaded property | toasted-nutbread | 2020-01-22 |
* | Update license info URL | toasted-nutbread | 2020-01-01 |
* | Update copyright | toasted-nutbread | 2020-01-01 |
* | Fix undefined reference | toasted-nutbread | 2019-12-16 |
* | isVisibleAsync => isVisible | toasted-nutbread | 2019-12-16 |
* | isVisible => isVisibleSync | toasted-nutbread | 2019-12-16 |
* | Remove unused child getter | toasted-nutbread | 2019-12-16 |
* | Mark private members | toasted-nutbread | 2019-12-16 |
* | Add setParent to popup | toasted-nutbread | 2019-12-16 |
* | Add Popup.isProxy | toasted-nutbread | 2019-12-16 |
* | Add setChildrenSupported to popup | toasted-nutbread | 2019-12-16 |
* | Add getContainer to popup | toasted-nutbread | 2019-12-16 |
* | Add getContainerRect to popup | toasted-nutbread | 2019-12-16 |
* | Move container definition | toasted-nutbread | 2019-12-16 |
* | Mark private functions | toasted-nutbread | 2019-12-16 |
* | Reorganize popup-only public functions | toasted-nutbread | 2019-12-16 |
* | Reorganize popup public functions to match popup proxy | toasted-nutbread | 2019-12-16 |
* | Group poup static functions together | toasted-nutbread | 2019-12-16 |
* | Move popup public properties | toasted-nutbread | 2019-12-16 |
* | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
* | Remove unnecessary escapes from regex literals | toasted-nutbread | 2019-11-26 |
* | Use single quotes | toasted-nutbread | 2019-11-26 |
* | Replace string.substr and string.slice with string.substring | toasted-nutbread | 2019-11-24 |
* | Use chrome.runtime.getURL instead of chrome.extension.getURL | toasted-nutbread | 2019-10-22 |
* | Reposition popup on window resize rather than clear the search | toasted-nutbread | 2019-10-17 |
* | Update *show* APIs to unified showContent and setContent | toasted-nutbread | 2019-10-17 |
* | Change #yomichan-float to .yomichan-float | toasted-nutbread | 2019-10-13 |
* | Allow outer popup stylesheets to be injected | toasted-nutbread | 2019-10-13 |
* | Simplified how the auto theme works | toasted-nutbread | 2019-10-13 |
* | Add separate theme option for outer popup style | toasted-nutbread | 2019-10-12 |
* | Update how custom CSS is applied | toasted-nutbread | 2019-10-12 |
* | Create themes | toasted-nutbread | 2019-10-12 |
* | Don't pass options around for calls to termsShow, kanjiShow, etc. | toasted-nutbread | 2019-10-12 |
* | Check if objects are properly initialized before showing content | toasted-nutbread | 2019-10-12 |
* | Make popups store options | toasted-nutbread | 2019-10-12 |
* | Update Display initialization process | toasted-nutbread | 2019-10-12 |
* | Frontend updates | toasted-nutbread | 2019-10-11 |
* | Update how popup visibility works | toasted-nutbread | 2019-10-05 |
* | Rename Popup.setVisible to setVisibleOverride | toasted-nutbread | 2019-10-05 |
* | Simplify float initialization | toasted-nutbread | 2019-10-02 |
* | Fix tab focus being changed due to settings changes | toasted-nutbread | 2019-09-29 |
* | Add support for using optionsContext to select which profile to use | toasted-nutbread | 2019-09-18 |
* | Merge pull request #212 from toasted-nutbread/frontend-cleanup | Alex Yatskov | 2019-09-15 |
|\ |
|
| * | Remove destructuring from searchAt, containsPoint, docRangeFromPoint | toasted-nutbread | 2019-09-14 |
* | | Validate contentWindow before focus | toasted-nutbread | 2019-09-14 |
|/ |
|
* | Fix nested popups closing when the mouse leaves the parent's rect | toasted-nutbread | 2019-09-03 |