Araxeus / PNG-Upscale

AI Super - Resolution
MIT License
217 stars 25 forks source link

Bump flatlaf-intellij-themes from 1.0 to 1.4 #27

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps flatlaf-intellij-themes from 1.0 to 1.4.

Release notes

Sourced from flatlaf-intellij-themes's releases.

1.4

Change log

New features and improvements

  • TextField, FormattedTextField and PasswordField: Support adding extra padding. (set client property JTextField.padding to Insets).
  • PasswordField: UI delegate FlatPasswordFieldUI now extends FlatTextFieldUI (instead of BasicPasswordFieldUI) to avoid duplicate code and for easier extensibility.
  • Table and PopupFactory: Use StackWalker in Java 9+ for better performance. (issue #334)
  • ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
  • ToolBar: Support focusable buttons in toolbar (set UI values ToolBar.focusableButtons to true). (issue #346)

Fixed bugs

  • ComboBox (editable) and Spinner: Increased size of internal text field to the component border so that it behaves like plain text field (mouse click to left of text now positions caret to first character instead of opening ComboBox popup; mouse cursor is now of type "text" within the whole component, except for arrow buttons). (issue #330)
  • ComboBox (not editable): Increased size of internal renderer pane to the component border so that it can paint within the whole component. Also increase combo box size if a custom renderer uses a border with insets that are larger than the default combo box padding (2,6,2,6).
  • Fixed component heights at 1.25x, 1.75x and 2.25x scaling factors (Java 8 only) so that Button, ComboBox, Spinner and TextField components (including subclasses) have same heights. This increases heights of Button and TextField components by:
    • 2px at 1.75x in Light and Dark themes
    • 2px at 1.25x and 2.25x in IntelliJ and Darcula themes
  • OptionPane: Do not make child components, which are derived from JPanel, non-opaque. (issue #349)
  • OptionPane: Align wrapped lines to the right if component orientation is right-to-left. (issue #350)
  • PasswordField: Caps lock icon no longer painted over long text. (issue #172)
  • PasswordField: Paint caps lock icon on left side in right-to-left component orientation.
  • Window decorations: Window title bar width is no longer considered when calculating preferred/minimum width of window. (issue #351)

1.3

Change log

New features and improvements

  • TextComponents, ComboBox and Spinner: Support different background color when component is focused (use UI values TextField.focusedBackground, PasswordField.focusedBackground, FormattedTextField.focusedBackground, TextArea.focusedBackground, TextPane.focusedBackground, EditorPane.focusedBackground, ComboBox.focusedBackground, ComboBox.buttonFocusedBackground, ComboBox.popupBackground and Spinner.focusedBackground). (issue #335)

... (truncated)

Changelog

Sourced from flatlaf-intellij-themes's changelog.

1.4

New features and improvements

  • TextField, FormattedTextField and PasswordField: Support adding extra padding. (set client property JTextField.padding to Insets).
  • PasswordField: UI delegate FlatPasswordFieldUI now extends FlatTextFieldUI (instead of BasicPasswordFieldUI) to avoid duplicate code and for easier extensibility.
  • Table and PopupFactory: Use StackWalker in Java 9+ for better performance. (issue #334)
  • ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
  • ToolBar: Support focusable buttons in toolbar (set UI values ToolBar.focusableButtons to true). (issue #346)

Fixed bugs

  • ComboBox (editable) and Spinner: Increased size of internal text field to the component border so that it behaves like plain text field (mouse click to left of text now positions caret to first character instead of opening ComboBox popup; mouse cursor is now of type "text" within the whole component, except for arrow buttons). (issue #330)
  • ComboBox (not editable): Increased size of internal renderer pane to the component border so that it can paint within the whole component. Also increase combo box size if a custom renderer uses a border with insets that are larger than the default combo box padding (2,6,2,6).
  • Fixed component heights at 1.25x, 1.75x and 2.25x scaling factors (Java 8 only) so that Button, ComboBox, Spinner and TextField components (including subclasses) have same heights. This increases heights of Button and TextField components by:
    • 2px at 1.75x in Light and Dark themes
    • 2px at 1.25x and 2.25x in IntelliJ and Darcula themes
  • OptionPane: Do not make child components, which are derived from JPanel, non-opaque. (issue #349)
  • OptionPane: Align wrapped lines to the right if component orientation is right-to-left. (issue #350)
  • PasswordField: Caps lock icon no longer painted over long text. (issue #172)
  • PasswordField: Paint caps lock icon on left side in right-to-left component orientation.
  • Window decorations: Window title bar width is no longer considered when calculating preferred/minimum width of window. (issue #351)

1.3

New features and improvements

  • TextComponents, ComboBox and Spinner: Support different background color when component is focused (use UI values TextField.focusedBackground, PasswordField.focusedBackground, FormattedTextField.focusedBackground,

... (truncated)

Commits
  • b0997fb release 1.4
  • 37dab9f TabbedPane: fixed rendering of tab separators in scroll layout if scaled on H...
  • fb44c8f TextField: fixed location of placeholder text if paddings are used (e.g. in C...
  • 94375b7 Extras: added support for client property JTextField.padding (for commit a9...
  • 8b585de ToolBar: support focusable buttons in toolbar (issue #346)
  • 4d8b544 UIDefaultsKeysDump: also use FlatTestLaf, which adds missing keys to FlatLafU...
  • 548d651 PasswordField: move the lower bar of the caps lock icon up a half pixel
  • 0b342ac PasswordField: paint caps lock icon on left side in right-to-left component o...
  • cc6d3c1 PasswordField: Caps lock icon no longer painted over long text (issue #172)
  • 74a748d use LoggingFacade instead of printStackTrace() in flatlaf-extras and flatlaf-...
  • 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 3 years ago

Superseded by #30.