-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8313424: JavaFX controls in the title bar #1605
Open
mstr2
wants to merge
59
commits into
openjdk:master
Choose a base branch
from
mstr2:feature/extended-window
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,536
−671
Open
Changes from 20 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
3d19b87
WIP
mstr2 0ddd63d
doc change
mstr2 7969622
revert unintended change
mstr2 a289572
Merge branch 'master' into feature/extended-window
mstr2 ba02e8f
Improve HeaderBar documentation
mstr2 f973e8c
improve documentation
mstr2 f02e7e9
Windows: add system menu
mstr2 fef8cfc
Windows: custom context menu overrides system menu
mstr2 778e6c1
GTK: prevent resizing below window button size, fix crash
mstr2 3b468fe
GTK: add system menu
mstr2 0526edb
small code changes
mstr2 95736df
remove unused code
mstr2 d9c0fe2
Merge branch 'master' into feature/extended-window
mstr2 c0b588f
set minHeight to native height of title bar
mstr2 d7f88c3
better documentation
mstr2 9de4694
macOS: hide window title
mstr2 cd5d443
improve title text documentation
mstr2 bc48ae0
fix peer access outside of synchronizer
mstr2 804d0be
NPE
mstr2 f5e3121
fix header bar height flicker
mstr2 1c4ecc1
macOS: dynamically adapt toolbar style to headerbar height
mstr2 15dc3ff
Merge branch 'master' into feature/extended-window
mstr2 9b63892
Merge branch 'master' into feature/extended-window
mstr2 e7febc5
fix mirroring/unmirroring of X coord in win-glass
mstr2 d1c388b
stylistic changes
mstr2 8c9fbbd
use CsvSource in HeaderBarTest
mstr2 3660a29
EMPTY Dimension2D constant
mstr2 8974c14
HeaderBar changes
mstr2 ca9b325
refactor performWindowDrag
mstr2 8e77a22
HeaderBar javadoc change
mstr2 4336735
WindowControlsOverlay snapping
mstr2 a9178b7
add system menu documentation
mstr2 6a16536
Merge branch 'master' into feature/extended-window
mstr2 65f095e
Merge branch 'master' into feature/extended-window
mstr2 d5afc7d
Merge branch 'master' into feature/extended-window
mstr2 26b81b8
remove unneeded dll
mstr2 003e9d5
macOS: double-click action + fullscreen toolbar
mstr2 485a9d9
Merge branch 'master' into feature/extended-window
mstr2 743626f
Merge branch 'master' into feature/extended-window
mstr2 d9b82c8
Add HeaderBar.overlappingSystemInset property
mstr2 8649f91
StyleableBooleanProperty -> BooleanProperty
mstr2 af35dce
Merge branch 'master' into feature/extended-window
mstr2 6523073
fix system menu for non-resizeable extended window
mstr2 8d5d7b8
add StageStyle.EXTENDED_UTILITY
mstr2 eaafd9f
fix resizable states for GTK windows
mstr2 cbb3216
Merge branch 'master' into feature/extended-window
mstr2 63bd058
Refactoring, added HeaderBar.leadingSystemPadding/trailingSystemPadding
mstr2 8c33b3c
Merge branch 'master' into feature/extended-window
mstr2 49a81d3
added custom header buttons
mstr2 356a78e
fix line endings
mstr2 fcec7c8
update javadoc
mstr2 2ab1294
hide default window buttons on macOS
mstr2 8a73f5e
typo
mstr2 e874d21
add samples in MonkeyTester
mstr2 3efd782
small MonkeyTester refactor
mstr2 cadf1c2
added StageTester to MonkeyTester
mstr2 600c721
macOS bugfixes, default button behavior
mstr2 7cb591f
move StageTester to Tools menu
mstr2 c30eb60
add "maximized" pseudo-class for custom maximize button
mstr2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this annotation still needed (the build gives no warnings when it's removed)?