Linux: Use X11 window manager events to move window and to show window menu
(right-click on window title bar), if custom window decorations are enabled.
This gives FlatLaf windows a more "native" feeling. (issue #482)
MenuBar: Support different menu selection style UI defaults for MenuBar and MenuItem. (issue #587)
MenuBar: Top level menus now use MenuBar.font instead of Menu.font. (issue #589)
PasswordField: Reveal button is now hidden (and turned off) if password field
is disabled. (issue #501)
TabbedPane: New option to disable tab run rotation in wrap layout. Set UI
value TabbedPane.rotateTabRuns to false. (issue #574)
Window decorations:
Added client property to mark components in embedded menu bar as "caption"
(allow moving window). (issue #569)
Option to show window icon only in frames, but not in dialogs. Set UI value
TitlePane.showIconInDialogs to false. (issue #589)
Added UI value TitlePane.font to customize window title font. (issue #589)
Added system property flatlaf.updateUIOnSystemFontChange to allow disabling
automatic UI update when system font changes. (issue #580)
Fixed bugs
Fixed missing UI value MenuItem.acceleratorDelimiter on macOS. (was null,
is now an empty string)
Fixed possible exception in FlatUIUtils.resetRenderingHints(). (issue #575)
Fixed AWT components on macOS, which use Swing components internally. (issue #583)
SwingX: Fixed missing highlighting of "today" in JXMonthView and
JXDatePicker.
Linux: Use X11 window manager events to move window and to show window menu
(right-click on window title bar), if custom window decorations are enabled.
This gives FlatLaf windows a more "native" feeling. (issue #482)
MenuBar: Support different menu selection style UI defaults for MenuBar and
MenuItem. (issue #587)
MenuBar: Top level menus now use MenuBar.font instead of Menu.font. (issue
#589)
PasswordField: Reveal button is now hidden (and turned off) if password field
is disabled. (issue #501)
TabbedPane: New option to disable tab run rotation in wrap layout. Set UI
value TabbedPane.rotateTabRuns to false. (issue #574)
Window decorations:
Added client property to mark components in embedded menu bar as "caption"
(allow moving window). (issue #569)
Option to show window icon only in frames, but not in dialogs. Set UI value
TitlePane.showIconInDialogs to false. (issue #589)
Added UI value TitlePane.font to customize window title font. (issue #589)
Added system property flatlaf.updateUIOnSystemFontChange to allow disabling
automatic UI update when system font changes. (issue #580)
Fixed bugs
Fixed missing UI value MenuItem.acceleratorDelimiter on macOS. (was null,
is now an empty string)
Fixed possible exception in FlatUIUtils.resetRenderingHints(). (issue #575)
Fixed AWT components on macOS, which use Swing components internally. (issue
#583)
SwingX: Fixed missing highlighting of "today" in JXMonthView and
JXDatePicker.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps flatlaf from 2.4 to 2.5.
Release notes
Sourced from flatlaf's releases.
Changelog
Sourced from flatlaf's changelog.
Commits
4f5a3e8
release 2.5614ac95
updated sigtest to 1.7c228362
Window decorations: added UI valueTitlePane.font
to customize window title...f6c5db0
MenuBar: top level menus now useMenuBar.font
instead ofMenu.font
(issue...78e7839
Window decorations: added option to show window icon only in frames, but not ...86a4f30
Styling: added convenience methods to invokeStyleableUI
interface methods0e523f1
SwingX: fixed missing highlighting of "today" inJXMonthView
and `JXDatePic...9041a16
IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)596ff33
PasswordField: reveal button is now hidden (and turned off) if password field...cbd8025
Testing: introduced client property to exclude components in FlatTestFrame.up...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)