Skip to content

Releases: Patitotective/ImStyle

v3.0.0

24 Nov 02:12
Compare
Choose a tag to compare

Full Changelog: 2.0.0...3.0.0

  • Updated to kdl-nim v2.0.0
  • Now you just put the float property in the colors node, instead of each child node.

v2.0.0

20 Aug 23:03
c24ec6c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.4...2.0.0

v0.3.2

10 Jun 00:30
Compare
Choose a tag to compare
  • Added setStyleFromToml for path
  • Added antiAliased... support
  • Added more ignored properties by default

Full Changelog: 0.3.1...0.3.2

v0.3.1

10 Jun 00:30
Compare
Choose a tag to compare
  • Fixed styleFromToml, not settings fields correctly.
  • Initializing ImGuiStyle with default values and dark colors in styleFromToml.
  • Added newImGuiStyle proc.

Full Changelog: 0.3.0...0.3.1

v0.3.0

09 Jun 20:36
Compare
Choose a tag to compare
  • Using niprefs for TOML v1.0.0.
  • New setStyleFromToml procedure.
  • Default ignore properties ["touchExtraPadding", "logSliderDeadzone", "displayWindowPadding", "displaySafeAreaPadding", "mouseCursorScale", "curveTessellationTol", "circleTessellationMaxError"].

v0.2.0

08 Jun 15:23
Compare
Choose a tag to compare
  • Replaced niprefs with TOML.

Full Changelog: 0.1.4...0.2.0

v0.1.4

05 Jun 14:05
Compare
Choose a tag to compare
  • Added style parameter to setIgStyle.
  • Added docs comments.
  • Added toNode and removed toString proc.

Full Changelog: 0.1.3...0.1.4

v0.1.3

04 Jun 18:24
Compare
Choose a tag to compare
  • Added disabledAlpha and circleTessellationMaxError properties.

Full Changelog: 0.1.2...0.1.3

v0.1.2

01 Jun 03:31
Compare
Choose a tag to compare

v0.1.0

26 Mar 00:38
Compare
Choose a tag to compare
Small changes