RFR: 8313424: JavaFX controls in the title bar [v33]
Michael Strauß
mstrauss at openjdk.org
Tue Dec 10 17:49:04 UTC 2024
> Implementation of [`EXTENDED` stage style](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09).
Michael Strauß has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 42 commits:
- Merge branch 'master' into feature/extended-window
# Conflicts:
# modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/GlassViewEventHandler.java
- StyleableBooleanProperty -> BooleanProperty
- Add HeaderBar.overlappingSystemInset property
- Merge branch 'master' into feature/extended-window
# Conflicts:
# modules/javafx.graphics/src/main/java/com/sun/javafx/tk/TKScene.java
# modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
- Merge branch 'master' into feature/extended-window
- macOS: double-click action + fullscreen toolbar
- remove unneeded dll
- Merge branch 'master' into feature/extended-window
# Conflicts:
# modules/javafx.graphics/src/test/addExports
- Merge branch 'master' into feature/extended-window
- Merge branch 'master' into feature/extended-window
- ... and 32 more: https://git.openjdk.org/jfx/compare/8ae268fb...af35dce8
-------------
Changes: https://git.openjdk.org/jfx/pull/1605/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1605&range=32
Stats: 5043 lines in 61 files changed: 4532 ins; 409 del; 102 mod
Patch: https://git.openjdk.org/jfx/pull/1605.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1605/head:pull/1605
PR: https://git.openjdk.org/jfx/pull/1605
More information about the openjfx-dev
mailing list