The FlatLaf Extras library now used JSVG library (instead of svgSalamander) for SVG rendering.
JSVG provides improved SVG rendering and uses less memory compared to svgSalamander.
IntelliJ Themes improved
Many improvements and fixed were made to the FlatLaf IntelliJ Themes Pack.
If you use those themes it is highly recommended to upgrade to this release.
TabbedPane: rounded selection
TabbedPane now support rounded underline selection and rounded card tabs.
Card tabs now have rounded corners by default.
FileChooser: more localized texts
FileChooser now show localized text for all locales supported by Java's Metal look and feel.
Toolbox-style "small" window title bar
FlatLaf Window Decorations now supports toolbox-style "small" window title bar.
Windows on ARM
The FlatLaf native library is now also available for ARM 64-bit architecture on Windows.
Change Log
New features and improvements
TabbedPane: Support rounded underline selection and rounded card tabs. (PR #703)
FlatLaf window decorations:
Support for Windows on ARM 64-bit. (issue #443, PR #707)
Support toolbox-style "small" window title bar. (issue #659, PR #702)
Extras: Class FlatSVGIcon now uses JSVG
library (instead of svgSalamander) for rendering. JSVG provides improved SVG
rendering and uses less memory compared to svgSalamander. (PR #684)
ComboBox: Improved location of selected item in popup if list is large and scrollable.
FileChooser: Show localized text for all locales supported by Java's Metal
look and feel. (issue #680)
Added system property flatlaf.useNativeLibrary to allow disabling loading of
TabbedPane: Support rounded underline selection and rounded card tabs. (PR
#703)
FlatLaf window decorations:
Support for Windows on ARM 64-bit. (issue #443, PR #707)
Support toolbox-style "small" window title bar. (issue #659, PR #702)
Extras: Class FlatSVGIcon now uses JSVG
library (instead of svgSalamander) for rendering. JSVG provides improved SVG
rendering and uses less memory compared to svgSalamander. (PR #684)
ComboBox: Improved location of selected item in popup if list is large and
scrollable.
FileChooser: Show localized text for all locales supported by Java's Metal
look and feel. (issue #680)
Added system property flatlaf.useNativeLibrary to allow disabling loading of
FlatLaf native library. (issue #674)
IntelliJ Themes:
Reduced memory footprint by releasing Json data and ignoring IntelliJ UI
properties that are not used in FlatLaf.
Updated "Hiberbee Dark" and "Gradianto" themes.
Fixed bugs
Styling: Fixed scaling of some styling properties (rowHeight for Table and
Tree; iconTextGap for Button, CheckBox and RadioButton). (issue #682)
Fixed IllegalComponentStateException when invoker is not showing in
SubMenuUsabilityHelper. (issue #692)
macOS themes: Changing @accentColor variable in FlatLaf properties files did
not change all accent related colors for all components.
IntelliJ Themes:
"Light Owl" theme: Fixed wrong (unreadable) text color in selected menu
items, selected text in text components, and selection in ComboBox popup
list. (issue #687)
"Gradianto Midnight Blue" theme: Fixed color of ScrollBar track, which was
not visible. (issue #686)
"Monocai" theme: Fixed unreadable text color of default buttons. (issue
#693)
"Vuesion" theme: Fixed foreground colors of disabled text.
CheckBox and RadioButton: Fixed unselected icon colors for themes "Atom One
Light", "Cyan Light", "GitHub", "Light Owl", "Material Lighter" and
"Solarized Light".
TabbedPane: Fixed focused tab background color for themes "Arc *", "Material
Design Dark", "Monocai", "One Dark", "Spacegray" and "Xcode-Dark". (issue
#697)
TextComponents, ComboBox and Spinner: Fixed background colors of enabled
text components, to distinguish from disabled, for themes "Carbon", "Cobalt
2", "Gradianto *", "Gruvbox *", "Monocai", "Spacegray", "Vuesion",
... (truncated)
Commits
75da361 GitHub Actions: disable parallel build for publishing to maven central; other...
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 com.formdev:flatlaf from 3.1.1 to 3.2.
Release notes
Sourced from com.formdev:flatlaf's releases.
... (truncated)
Changelog
Sourced from com.formdev:flatlaf's changelog.
... (truncated)
Commits
75da361
GitHub Actions: disable parallel build for publishing to maven central; other...7488bcb
update to Gradle 8.2.11b1a9be
release 3.2db2f94a
IntelliJ Themes: fixed Table background in "One Dark" theme810146b
Demo: auto-reload current theme in development environment if .properties fil...9309166
IntelliJ Themes: fixed colors for selection background/foreground, Separator,...d349227
IntelliJ Themes: fixed wrong disabled text colors in "Dark Flat", "Hiberbee D...c9423e3
CHANGELOG.md: fixed type on previous commitb9737ca
Merge PR #709: x86: Narrow version range for not using system icons4b49906
FileChooser: Fixed crash on Windows with Java 17 to 17.0.2 32-bit. Java 17 64...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 show