Skip to content

Releases: weisJ/darklaf

v1.4.1.0

10 Mar 23:48
Compare
Choose a tag to compare

New in this release:

  • Separators now render properly.
  • Propertied defined in the <them>_defaults.properties file can now be changed using LafManager#setProperty.
  • Some properties can now be changed globally:
    • darklaf.spDividerStyle changes the default style for splitpane dividers. One of [grip, line, invisible]
    • darklaf.tableBooleanRenderer changes whether tables render booleans using a checkbox by default.[true,false]
    • darklaf.treeBooleanRenderer changes whether trees render booleans using a checkbox by default.[true,false]
    • darklaf.roundedSelection changes whether text selections should use rounded corners. [true,false]
    • darklaf.shadowIconButtons changes whether buttons that only have an icon and no text should use a visual style that uses a hover and click background shadow. [true,false]

Addressed issues:

  • NPE in ScrollLayoutManagerDelegate
  • NPE in DarkTreeCellRenderer
  • SplitPane divider has no border.

v1.4.0.3

05 Mar 22:17
Compare
Choose a tag to compare
fixed broken release

v1.4.0.1

05 Mar 21:26
Compare
Choose a tag to compare

Addressed issues:

  • NPE when window title is null.

v1.4.0.2

05 Mar 21:50
Compare
Choose a tag to compare
v1.4.0.2 Pre-release
Pre-release

Note: This release has a corrupted jar and it is advised to not use it. 1.4.0.3 is the exact same version with a
working jar file.

Addressed issues:
-Title is set even if the native title is used on macOS.

v1.4.0.0 MacOS decorations support

05 Mar 18:40
Compare
Choose a tag to compare

New in this release:

  • Decorations on macOS are now supported (i.e. the color of the titlebar matches the theme of the LaF)
  • Floating toolbars no longer have a titlebar.
  • The controls in FileChooser now take less space.
  • Animations are now smoother (ToolTip fade in and scrollbar fade in/out)
  • TextField/ComboBox/Spinner now have consistent paddings and text placement between multiple states.

Addressed issues:

  • NPE when value in tree is null.
  • NPE when dragging toolbar between monitors.
  • Incorrect cell height when value of list item is the empty string.
  • Opaque tooltip on macOS.

v1.3.3.6

18 Feb 16:58
Compare
Choose a tag to compare

Addressed issues:

  • ProgressBar text color is hard to read.
  • ComboBox and Spinner have incorrect insets as table cell editor.
  • Button have no pressed state when rollover is disabled.
  • Button truncates font when font is bold.
  • TextBorder not showing focus on non TextField components.
  • ComboBox and Spinner have large insets.
  • MenuBar not moved to system menu on macOS.

v1.3.3.5

16 Feb 21:49
Compare
Choose a tag to compare

Addressed issues:

  • Highlighter uses the wrong inset value.
  • Widget border is painted shifted.
  • checkBox/radioButton nit firing when label is clicked.
  • incorrect text foreground with boolean table editor.

v1.3.3.4

14 Feb 15:16
Compare
Choose a tag to compare

Addressed issue:

  • NPE when using a table without a header.

v1.3.3.3

14 Feb 13:01
Compare
Choose a tag to compare

Addresses issues:

  • NPE when using a table without a header.

v.1.3.3.2

14 Feb 10:10
Compare
Choose a tag to compare

Addressed issues:

  • NPE when loading icons.