Skip to content

Releases: Gnimuc/CImGui.jl

v2.3.0

06 Aug 19:56
b49c094
Compare
Choose a tag to compare

CImGui v2.3.0

Diff since v2.2.0

Merged pull requests:

Closed issues:

  • error running makie_demo.jl (#135)

v2.2.0

02 Aug 22:21
5542784
Compare
Choose a tag to compare

CImGui v2.2.0

Diff since v2.1.0

Merged pull requests:

v2.1.0

29 Jul 12:08
38eadb5
Compare
Choose a tag to compare

CImGui v2.1.0

First release with very experimental GLMakie support.

Diff since v2.0.0

Merged pull requests:

  • Add some real tests (#127) (@JamesWrigley)
  • CompatHelper: add new compat entry for ModernGL in [weakdeps] at version 1, (keep existing compat) (#128) (@github-actions[bot])
  • CompatHelper: add new compat entry for GLFW in [weakdeps] at version 3, (keep existing compat) (#129) (@github-actions[bot])
  • Add support for setting the OpenGL version (#132) (@JamesWrigley)
  • Makie integration (#133) (@JamesWrigley)

Closed issues:

  • CollapsingHeader with same name as InputText confuses collapse action (#6)
  • On some Windows machine, got glfwCreateWindow error (#83)
  • Example of integrating a GLMakie plot in a CImGui window (or conversely) (#114)
  • Window dimensions are always reported as 400x400 (#130)

v2.0.0

27 Jun 16:43
7f61c0a
Compare
Choose a tag to compare

CImGui v2.0.0

This is a very breaking release, we recommend checking the changelog before updating.

Diff since v1.89.1

Merged pull requests:

Closed issues:

  • Expand tests (#98)
  • AddRect() error: "ImDrawCornerFlags_All not defined" (#117)
  • Help / About Dear ImGui / Config/Build information throws an error (#123)
  • Create a CImGui sample application ie running outside of Julia CLI (from PowerShell commandline) (#124)

v1.82.2

06 Jun 21:57
36979d1
Compare
Choose a tag to compare

CImGui v1.82.2

Diff since v1.82.1

Merged pull requests:

Closed issues:

  • AddRect() error: "ImDrawCornerFlags_All not defined" (#117)

v1.89.1

19 May 15:37
12e1d9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.89.0...v1.89.1

v1.89.0

18 Nov 13:29
87cafe8
Compare
Choose a tag to compare

This is a breaking release! Remember to set appropriate compat bounds if you depend on CImGui.

What's Changed

  • Restrict LibCImGui.jl compat bounds by @JamesWrigley in #90
  • CompatHelper: bump compat for LibCImGui to 1, (keep existing compat) by @github-actions in #91
  • CompatHelper: bump compat for ImGuiGLFWBackend to 0.2, (keep existing compat) by @github-actions in #93
  • CompatHelper: bump compat for ImGuiOpenGLBackend to 0.2, (keep existing compat) by @github-actions in #92
  • Update wrapper for v1.89.4 by @JamesWrigley in #87
  • Workaround Text segfault on MacOS by @IanButterworth in #95
  • Use demo for tests. Fix docs by @IanButterworth in #94
  • Add some thread-safety advice to the docs by @JamesWrigley in #107
  • Add docs for setting compat bounds by @JamesWrigley in #108
  • Prepare v1.89.0 by @JamesWrigley in #106

Full Changelog: v1.82.0...v1.89.0

v1.82.1

11 Nov 13:15
a65163a
Compare
Choose a tag to compare

This is a patch release to fix compat bounds.

What's Changed

  • Restrict LibCImGui.jl compat bounds by @JamesWrigley in #90
  • CompatHelper: bump compat for LibCImGui to 1, (keep existing compat) by @github-actions in #91
  • CompatHelper: bump compat for ImGuiGLFWBackend to 0.2, (keep existing compat) by @github-actions in #93
  • CompatHelper: bump compat for ImGuiOpenGLBackend to 0.2, (keep existing compat) by @github-actions in #92
  • Prepare v1.82.1 by @JamesWrigley in #105

Full Changelog: v1.82.0...v1.82.1

v1.79.2

25 Sep 16:07
0273a2e
Compare
Choose a tag to compare

CImGui v1.79.2

Diff since v1.79.1

  • Works around a segfault on MacOS Apple Silicon when using Text by instead turning Text into TextUnformatted. This will be reverted once the actual fix is done, which will close #74

Merged pull requests:

v1.82.0

23 Feb 00:06
3cbbf91
Compare
Choose a tag to compare

CImGui v1.82.0

Diff since v1.79.1

Merged pull requests:

  • Add OpenGL 2 support (#75) (@jpsamaroo)
  • CompatHelper: add new compat entry for Preferences at version 1, (keep existing compat) (#77) (@github-actions[bot])
  • Update README.md (#79) (@pxl-th)