Milchreis / UiBooster

🚀 Creates fast and easy dialogs for utility tools
GNU General Public License v3.0
117 stars 12 forks source link

Bump com.formdev:flatlaf from 3.5.1 to 3.5.2 #148

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

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 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)