Skip to content

Releases: JuliaImGui/CImGui.jl

v5.1.0

19 Feb 21:09
e72ba17
Compare
Choose a tag to compare

CImGui v5.1.0

Diff since v5.0.1

Merged pull requests:

Closed issues:

  • Is there a way to use GLFW.WaitEvents instead of GLFW.PollEvents in the render loop? (#164)

v5.0.1

17 Feb 00:01
1b33891
Compare
Choose a tag to compare

CImGui v5.0.1

Diff since v5.0.0

Merged pull requests:

v5.0.0

09 Feb 20:31
b6ca5b3
Compare
Choose a tag to compare

CImGui v5.0.0

Diff since v4.0.0

See the changelog for breaking changes: https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/stable/changelog/

Merged pull requests:

  • Escape null-terminators properly in docstrings (#159) (@JamesWrigley)
  • Update documentation links to point to the MultiDocumenter site (#160) (@JamesWrigley)
  • Cleanup CI a bit (#161) (@JamesWrigley)
  • CompatHelper: bump compat for GLMakie in [weakdeps] to 0.11, (keep existing compat) (#162) (@github-actions[bot])
  • Update bindings for v1.91.8 and bump version (#163) (@JamesWrigley)

v4.0.0

22 Dec 11:06
eccc819
Compare
Choose a tag to compare

CImGui v4.0.0

Diff since v3.1.1

See the changelog for breaking changes: https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/stable/changelog/

Merged pull requests:

Closed issues:

  • the CImGui.Text(text) function segfaults on aarm (v1.82) (#74)
  • CImGui 3.0 segfault when plotting empty axis in Julia module (#146)

v3.1.1

05 Nov 12:07
7c31511
Compare
Choose a tag to compare

CImGui v3.1.1

Diff since v3.1.0

Merged pull requests:

v3.1.0

08 Oct 10:55
206783e
Compare
Choose a tag to compare

CImGui v3.1.0

Diff since v3.0.0

Merged pull requests:

Closed issues:

  • Incomplete overlap (#109)
  • no method matching GLMakie.Screen (#143)

v3.0.0

11 Sep 20:24
65e82eb
Compare
Choose a tag to compare

CImGui v3.0.0

Diff since v2.3.0

Merged pull requests:

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)