RFR: 8354478: Improve StageStyle documentation

2025-04-13 Thread Thiago Milczarek Sayao
Improve StageStyle Documentation - Update `StageStyle.UTILITY`: Clarified that UTILITY stages may impose platform-specific restrictions on window states, such as preventing maximize, minimize (iconify), and fullscreen operations. - Update `StageStyle.UNDECORATED`: Improved the description to cl

Re: RFR: 8345348: CSS media feature queries [v13]

2025-04-13 Thread Michael Strauß
> Implementation of [CSS media > queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7). Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: improved implementation of NullCoalescingPropertyBase - Change

RFR: 8354480: A Stage should allow simultaneous iconified and maximized states

2025-04-13 Thread Thiago Milczarek Sayao
On some platforms (at least on Ubuntu 24.04 with GNOME and Windows 11), windows can remain maximized even when they are iconified (minimized). When the window is de-iconified (restored), it retains its maximized state. The documentation in `Stage.java` regarding window states seems to align with

Re: RFR: 8354480: A Stage should allow simultaneous iconified and maximized states [v2]

2025-04-13 Thread Thiago Milczarek Sayao
> On some platforms (at least on Ubuntu 24.04 with GNOME and Windows 11), > windows can remain maximized even when they are iconified (minimized). When > the window is de-iconified (restored), it retains its maximized state. > > The documentation in `Stage.java` regarding window states seems to

Re: RFR: 8354480: A Stage should allow simultaneous iconified and maximized states [v2]

2025-04-13 Thread Thiago Milczarek Sayao
On Sun, 13 Apr 2025 18:01:08 GMT, Thiago Milczarek Sayao wrote: >> On some platforms (at least on Ubuntu 24.04 with GNOME and Windows 11), >> windows can remain maximized even when they are iconified (minimized). When >> the window is de-iconified (restored), it retains its maximized state. >>

Re: RFR: 8345348: CSS media feature queries [v12]

2025-04-13 Thread Michael Strauß
> Implementation of [CSS media > queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7). Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: small refactor - Changes: - all: https://git.openjdk.org/jfx