Skip to content
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

build(deps): bump com.formdev:flatlaf from 3.5.1 to 3.5.2 #195

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps com.formdev:flatlaf from 3.5.1 to 3.5.2.

Release notes

Sourced from com.formdev:flatlaf's releases.

3.5.2

Change Log

Fixed bugs

  • Windows: Fixed repaint issues (ghosting) on some systems (probably depending on graphics card/driver). This is done by setting Java system property sun.java2d.d3d.onscreen to false (but only if sun.java2d.d3d.onscreen, sun.java2d.d3d and sun.java2d.noddraw are not yet set), which disables usage of Windows Direct3D (DirectX) onscreen surfaces. Component rendering still uses Direct3D. (issue #887)
  • FlatLaf window decorations:
    • Iconify/maximize/close buttons did not fill whole title bar height, if some custom component in menu bar increases title bar height. (issue #897)
    • Windows: Fixed possible application freeze when using custom component that overrides Component.contains(int x, int y) and invokes SwingUtilities.convertPoint() (or similar) from the overridden method. (issue #878)
  • TextComponents: Fixed too fast scrolling in multi-line text components when using touchpads (e.g. on macOS). (issue #892)
  • ToolBar: Fixed endless loop if button in Toolbar has focus and is made invisible. (issue #884)

Other Changes

  • FlatLaf window decorations: Added client property JRootPane.titleBarHeight to allow specifying a (larger) preferred height for the title bar. (issue #897)
  • Added system property flatlaf.useRoundedPopupBorder to allow disabling native rounded popup borders on Windows 11 and macOS. On macOS 14.4+, where rounded popup borders are disabled since FlatLaf 3.5 because of occasional problems, you can use this to enable rounded popup borders (at your risk).
Changelog

Sourced from com.formdev:flatlaf's changelog.

3.5.2

Fixed bugs

  • Windows: Fixed repaint issues (ghosting) on some systems (probably depending on graphics card/driver). This is done by setting Java system property sun.java2d.d3d.onscreen to false (but only if sun.java2d.d3d.onscreen, sun.java2d.d3d and sun.java2d.noddraw are not yet set), which disables usage of Windows Direct3D (DirectX) onscreen surfaces. Component rendering still uses Direct3D. (issue #887)
  • FlatLaf window decorations:
    • Iconify/maximize/close buttons did not fill whole title bar height, if some custom component in menu bar increases title bar height. (issue #897)
    • Windows: Fixed possible application freeze when using custom component that overrides Component.contains(int x, int y) and invokes SwingUtilities.convertPoint() (or similar) from the overridden method. (issue #878)
  • TextComponents: Fixed too fast scrolling in multi-line text components when using touchpads (e.g. on macOS). (issue #892)
  • ToolBar: Fixed endless loop if button in Toolbar has focus and is made invisible. (issue #884)

Other Changes

  • FlatLaf window decorations: Added client property JRootPane.titleBarHeight to allow specifying a (larger) preferred height for the title bar. (issue #897)
  • Added system property flatlaf.useRoundedPopupBorder to allow disabling native rounded popup borders on Windows 11 and macOS. On macOS 14.4+, where rounded popup borders are disabled since FlatLaf 3.5 because of occasional problems, you can use this to enable rounded popup borders (at your risk).
Commits
  • c29a276 release 3.5.2
  • d1694aa FlatClientProperties and FlatSystemProperties: javadoc fixes
  • 570cf6f FlatLaf window decorations: added client property JRootPane.titleBarHeight ...
  • 8eab86e FlatLaf window decorations: strech iconify/maximize/close buttons to always f...
  • 566568f Windows: fixed repaint issues (ghosting) on some systems by setting `sun.java...
  • 56a73a4 Popup: added system property flatlaf.useRoundedPopupBorder to allow disabli...
  • 656d25b Popup: setup rounded popup border after window was created (no longer create ...
  • dcdc80a Testing: FlatOptionPaneTest: test option pane with custom title bar icon (iss...
  • 09f2d65 change snapshot version from 3.6-SNAPSHOT to 3.5.2-SNAPSHOT
  • b304d46 TextComponents: fixed too fast scrolling in multi-line text components when u...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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](https://github.com/JFormDesigner/FlatLaf) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.5.1...3.5.2)

---
updated-dependencies:
- dependency-name: com.formdev:flatlaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2024
@MessiasLima MessiasLima merged commit 8a55de7 into main Oct 19, 2024
3 checks passed
@MessiasLima MessiasLima deleted the dependabot/gradle/com.formdev-flatlaf-3.5.2 branch October 19, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant