mstr2

Results 31 issues of mstr2

Implementation of [CSS media queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7). --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue - [ ] Change must...

rfr
csr

JavaFX unnecessarily restricts interpolation in the following ways: 1. `Interpolatable` implementations often clamp intermediate values to the interpolation factor range [0,1]. 2. `SplineInterpolator` doesn't accept Y coordinates outside of [0,1]...

rfr
csr

Some platform preference changes can trigger the emission of multiple notifications. For example, when switching from a high-contrast theme on Windows to the regular theme, the following notifications are emitted...

rfr

Implementation of [focus delegation](https://gist.github.com/mstr2/44d94f0bd5b5c030e26a47103063aa29). --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous...

This enhancement allows `Stage` to be placed on the screen similar to a popup window, where a user-specified positioning anchors defines a point on the stage that should coincide with...

rfr
csr

The `HeaderBar` control currently has three areas: `leading`, `center`, and `trailing`. Additionally, there's `leftSystemInset` and `rightSystemInset`, which are not RTL adjusted. I've come to the understanding that there is no...

rfr
csr

An extended stage seems to hang after a drag and drop operation. Note that in the attached reproducer, the application seems unresponsive until the mouse cursor leaves and re-enters the...

rfr

The following interpolator factories don't follow the standard method naming convention: * `Interpolator.SPLINE(double, double, double, double)` * `Interpolator.TANGENT(Duration, double, Duration, double)` * `Interpolator.TANGENT(Duration, double)` * `Interpolator.STEPS(int, StepPosition)` New methods named...

rfr
csr

On Windows, the `Stage.width` and `Stage.height` correspond to the window size as returned by `GetWindowRect`. Up until Windows 10, the size of a window was identical to its visual borders....

rfr

Implementation of [viewport characteristics media features](https://www.w3.org/TR/mediaqueries-5/#mf-viewport-characteristics): * `width` * `height` * `aspect-ratio`: width / height * `orientation`: `portrait`, `landscape` * `display-mode`: `fullscreen`, `standalone` (note: `browser` and `minimal-ui` are not supported...

rfr
csr