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

Bump com.formdev:flatlaf from 3.5.1 to 3.5.4 #213

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps com.formdev:flatlaf from 3.5.1 to 3.5.4.

Release notes

Sourced from com.formdev:flatlaf's releases.

3.5.3

Change Log

Fixed bugs

  • HTML: Fixed wrong rendering if HTML text contains <style> tag with attributes (e.g. <style type='text/css'>). (issue #905; regression in 3.5.1)
  • FlatLaf window decorations:
    • Windows: Fixed possible deadlock with TabbedPane in window title area in "full window content" mode. (issue #909)
    • Windows: Fixed wrong layout in maximized frame after changing screen scale factor. (issue #904)
    • Linux: Fixed continuous cursor toggling between resize and standard cursor when resizing window. (issue #907)
    • Fixed sometimes broken window moving with SplitPane in window title area in "full window content" mode. (issue #926)
  • Popup: On Windows 10, fixed misplaced popup drop shadow. (issue #911; regression in 3.5)
  • Popup: Fixed NPE if GraphicsConfiguration is null on Windows. (issue #921)
  • Theme Editor: Fixed using color picker on secondary screen.
  • Fixed detection of Windows 11 if custom exe launcher does not specify Windows 10+ compatibility in application manifest. (issue #916)
  • Linux: Fixed slightly different font size (or letter width) used to paint HTML text when default font family is Cantarell (e.g. on Fedora). (issue #912)

Other Changes

  • Class FlatPropertiesLaf now supports FlatLaf macOS themes as base themes.

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)

... (truncated)

Changelog

Sourced from com.formdev:flatlaf's changelog.

3.5.4

Fixed bugs

  • HTML: Fixed NPE when using HTML text on a component with null font. (issue #930; PR #931; regression in 3.5)
  • Linux: Fixed NPE when using FlatLaf window decorations and switching theme. (issue #933; regression in 3.5.3)

3.5.3

Fixed bugs

  • HTML: Fixed wrong rendering if HTML text contains <style> tag with attributes (e.g. <style type='text/css'>). (issue #905; regression in 3.5.1)
  • FlatLaf window decorations:
    • Windows: Fixed possible deadlock with TabbedPane in window title area in "full window content" mode. (issue #909)
    • Windows: Fixed wrong layout in maximized frame after changing screen scale factor. (issue #904)
    • Linux: Fixed continuous cursor toggling between resize and standard cursor when resizing window. (issue #907)
    • Fixed sometimes broken window moving with SplitPane in window title area in "full window content" mode. (issue #926)
  • Popup: On Windows 10, fixed misplaced popup drop shadow. (issue #911; regression in 3.5)
  • Popup: Fixed NPE if GraphicsConfiguration is null on Windows. (issue #921)
  • Theme Editor: Fixed using color picker on secondary screen.
  • Fixed detection of Windows 11 if custom exe launcher does not specify Windows 10+ compatibility in application manifest. (issue #916)
  • Linux: Fixed slightly different font size (or letter width) used to paint HTML text when default font family is Cantarell (e.g. on Fedora). (issue #912)

Other Changes

  • Class FlatPropertiesLaf now supports FlatLaf macOS themes as base themes.

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:

... (truncated)

Commits
  • 3ba9fc6 release 3.5.4
  • 0a9ecd6 Linux: fixed NPE when using FlatLaf window decorations and switching theme (i...
  • 6991d67 Merge PR #931: Fixing NPE when using HTML text on a component with null font
  • 1462636 release 3.5.3
  • 7e59a7f FlatPropertiesLaf: support macOS themes as base themes
  • e9a2184 ComboBox: do not paint arrow button background if it is hidden (issue #915)
  • 1dcb251 FlatLaf window decorations: fixed sometimes broken window moving with SplitPa...
  • 3f33543 Linux: fixed slightly different font size (or letter width) used to paint HTM...
  • 84bd208 FlatSystemProperties: javadoc fixes
  • 4f4a313 UIScale:
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Related to dependencies maven Related to Apache Maven labels Dec 9, 2024
@syoon2
Copy link
Collaborator

syoon2 commented Feb 3, 2025

@dependabot recreate

Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.5.1 to 3.5.4.
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/3.5.4/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.5.1...3.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.formdev-flatlaf-3.5.4 branch from 11ab754 to 5ea95b4 Compare February 3, 2025 00:43
@syoon2
Copy link
Collaborator

syoon2 commented Feb 3, 2025

@dependabot merge

@dependabot dependabot bot merged commit be29fdd into main Feb 3, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.formdev-flatlaf-3.5.4 branch February 3, 2025 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies maven Related to Apache Maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant