This is a bug fix release that fixes two regressions in FlatLaf 3.1.
Users of FlatLaf 3.1 that use IntelliJ themes or use WebStart, are recommended to update to this release.
Change Log
Fixed bugs
IntelliJ Themes:
Fixed too large menu item paddings and too large table/tree row heights (all
"Material Theme UI Lite" themes; issue #667; regression in FlatLaf 3.1).
Fixed too large tree row height in "Carbon", "Dark Purple", "Gray",
"Material Design Dark", "Monokai Pro", "One Dark" and "Spacegray" themes.
Native libraries: Fixed IllegalArgumentException: URI scheme is not "file"
when using FlatLaf in WebStart. (issue #668; regression in FlatLaf 3.1)
3.1
Highlights
Windows 11: rounded popup borders
On Windows 11, popups now use native Windows 11 rounded borders and drop shadows, which gives them a beautiful look:
Table: header hover and pressed feedback
Columns in table header now show hover and pressed feedback:
Change Log
New features and improvements
Windows 11: Popups (JPopupMenu, JComboBox, JToolTip, etc.) now use
native Windows 11 rounded borders and drop shadows. (PR #643)
Theme Editor: Support macOS light and dark themes.
TabbedPane: Support hover and focused tab foreground colors. (issue #627)
TabbedPane: tabbedPane.getBackgroundAt(tabIndex) now has higher priority
than TabbedPane.focusColor and TabbedPane.selectedBackground. If
tabbedPane.setBackgroundAt(tabIndex) is used to set a color for a single
tab, then this color is now used even if the tab is focused or selected.
TableHeader: Support column hover and pressed background and foreground
colors. (issue #636)
Theme Editor: Support macOS light and dark themes.
TabbedPane: Support hover and focused tab foreground colors. (issue #627)
TabbedPane: tabbedPane.getBackgroundAt(tabIndex) now has higher priority
than TabbedPane.focusColor and TabbedPane.selectedBackground. If
tabbedPane.setBackgroundAt(tabIndex) is used to set a color for a single
tab, then this color is now used even if the tab is focused or selected.
TableHeader: Support column hover and pressed background and foreground
colors. (issue #636)
Native libraries: Made it easier to distribute FlatLaf native libraries
(Windows .dll and Linux .so) to avoid problems on operating systems with
enabled execution restrictions.
See https://www.formdev.com/flatlaf/native-libraries/ for more details. (issue #624)
Published native libraries to Maven Central for easy using them as
dependencies in Gradle and Maven.
If available, native libraries are now loaded from same location as
flatlaf.jar, otherwise they are extract from flatlaf.jar to temporary
folder and loaded from there.
Windows DLLs are now digitally signed with FormDev Software GmbH
certificate.
Fixed bugs
FlatLaf window decorations:
Fixed inconsistent size of glass pane depending on whether FlatLaf window
decorations are used (e.g. Windows 10/11) or not (e.g. macOS). Now the glass
pane no longer overlaps the FlatLaf window title bar. (issue #630)
Linux: Fixed broken window resizing on multi-screen setups. (issue #632)
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-intellij-themes from 1.0 to 3.1.1.
Release notes
Sourced from flatlaf-intellij-themes's releases.
... (truncated)
Changelog
Sourced from flatlaf-intellij-themes's changelog.
... (truncated)
Commits
e84390e
release 3.1.165a0f46
Native libraries: FixedIllegalArgumentException: URI scheme is not "file"
...4afb150
IntelliJ Themes:0f67022
updated CHANGELOG.md and README.md for FlatLaf 3.113a0097
updated sigtest for FlatLaf 3.101c830a
release 3.1dce4f46
SystemInfo.isMacFullWindowContentSupported
now includesisMacOS
; updated ...d530624
Table: improved cell focus indicator border hiding (issue #654)2e878b6
Table: fixed cell focus indicator border hiding for boolean columns (issue #654)d27a246
Table: fixed potential performance issue with paint cell focus indicator bord...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)