Araxeus / PNG-Upscale

AI Super - Resolution
MIT License
214 stars 24 forks source link

Bump flatlaf-intellij-themes from 1.0 to 2.5 #85

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flatlaf-intellij-themes from 1.0 to 2.5.

Release notes

Sourced from flatlaf-intellij-themes's releases.

2.5

Change Log

New features and improvements

  • Linux: Use X11 window manager events to move window and to show window menu (right-click on window title bar), if custom window decorations are enabled. This gives FlatLaf windows a more "native" feeling. (issue #482)
  • MenuBar: Support different menu selection style UI defaults for MenuBar and MenuItem. (issue #587)
  • MenuBar: Top level menus now use MenuBar.font instead of Menu.font. (issue #589)
  • PasswordField: Reveal button is now hidden (and turned off) if password field is disabled. (issue #501)
  • TabbedPane: New option to disable tab run rotation in wrap layout. Set UI value TabbedPane.rotateTabRuns to false. (issue #574)
  • Window decorations:
    • Added client property to mark components in embedded menu bar as "caption" (allow moving window). (issue #569)
    • Option to show window icon only in frames, but not in dialogs. Set UI value TitlePane.showIconInDialogs to false. (issue #589)
    • Added UI value TitlePane.font to customize window title font. (issue #589)
  • Added system property flatlaf.updateUIOnSystemFontChange to allow disabling automatic UI update when system font changes. (issue #580)

Fixed bugs

  • Fixed missing UI value MenuItem.acceleratorDelimiter on macOS. (was null, is now an empty string)
  • Fixed possible exception in FlatUIUtils.resetRenderingHints(). (issue #575)
  • Fixed AWT components on macOS, which use Swing components internally. (issue #583)
  • SwingX: Fixed missing highlighting of "today" in JXMonthView and JXDatePicker.

2.4

Highlights

This release brings some usability improvements to the window title bar used in FlatLaf window decorations. This affects only Windows 10/11.

Window resizing

There are now additional areas at top of embedded menu bar to resize the window. This makes it easier to resize small frames with lot of menus.

image

Minimum window title width for moving window

The window title now has a minimum width, which avoids that it is completely hidden in small frames with menus. The window title is important because it is needed to move the window. Without any window title, you can move the window only via the small area around the window icon.

image

... (truncated)

Changelog

Sourced from flatlaf-intellij-themes's changelog.

2.5

New features and improvements

  • Linux: Use X11 window manager events to move window and to show window menu (right-click on window title bar), if custom window decorations are enabled. This gives FlatLaf windows a more "native" feeling. (issue #482)
  • MenuBar: Support different menu selection style UI defaults for MenuBar and MenuItem. (issue #587)
  • MenuBar: Top level menus now use MenuBar.font instead of Menu.font. (issue #589)
  • PasswordField: Reveal button is now hidden (and turned off) if password field is disabled. (issue #501)
  • TabbedPane: New option to disable tab run rotation in wrap layout. Set UI value TabbedPane.rotateTabRuns to false. (issue #574)
  • Window decorations:
    • Added client property to mark components in embedded menu bar as "caption" (allow moving window). (issue #569)
    • Option to show window icon only in frames, but not in dialogs. Set UI value TitlePane.showIconInDialogs to false. (issue #589)
    • Added UI value TitlePane.font to customize window title font. (issue #589)
  • Added system property flatlaf.updateUIOnSystemFontChange to allow disabling automatic UI update when system font changes. (issue #580)

Fixed bugs

  • Fixed missing UI value MenuItem.acceleratorDelimiter on macOS. (was null, is now an empty string)
  • Fixed possible exception in FlatUIUtils.resetRenderingHints(). (issue #575)
  • Fixed AWT components on macOS, which use Swing components internally. (issue #583)
  • SwingX: Fixed missing highlighting of "today" in JXMonthView and JXDatePicker.

2.4

New features and improvements

  • Native window decorations (Windows 10/11 only):
    • There is now a small area at top of the embedded menu bar to resize the window.
    • Improved window title bar layout for small window widths:
      • Width of iconify/maximize/close buttons is reduced (if necessary) to give more space to embedded menu bar and title.
      • Window title now has a minimum width to always allow moving window (click-and-drag on window title). Instead, embedded menu bar is made smaller.
      • Option to show window icon beside window title, if menu bar is embedded or title is centered. Set UI value TitlePane.showIconBesideTitle to true.

... (truncated)

Commits
  • 4f5a3e8 release 2.5
  • 614ac95 updated sigtest to 1.7
  • c228362 Window decorations: added UI value TitlePane.font to customize window title...
  • f6c5db0 MenuBar: top level menus now use MenuBar.font instead of Menu.font (issue...
  • 78e7839 Window decorations: added option to show window icon only in frames, but not ...
  • 86a4f30 Styling: added convenience methods to invoke StyleableUI interface methods
  • 0e523f1 SwingX: fixed missing highlighting of "today" in JXMonthView and `JXDatePic...
  • 9041a16 IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)
  • 596ff33 PasswordField: reveal button is now hidden (and turned off) if password field...
  • cbd8025 Testing: introduced client property to exclude components in FlatTestFrame.up...
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #91.