Releases: Gnimuc/CImGui.jl
Releases · Gnimuc/CImGui.jl
v1.82.1
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
CImGui v1.79.2
- Works around a segfault on MacOS Apple Silicon when using
Text
by instead turningText
intoTextUnformatted
. This will be reverted once the actual fix is done, which will close #74
Merged pull requests:
- [release-1.79] Workaround Text segfault (#97) (@IanButterworth)
- [release-1.79] CImGui 1.79.2 (#99) (@IanButterworth)
v1.82.0
CImGui v1.82.0
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)
v1.79.1
CImGui v1.79.1
Closed issues:
- Unicode is not compatible? (#30)
- Faster startup (#33)
- ImGui Docking Support (#34)
- hotloading... does it work? can it be documented? (#36)
- Is there a way to use the gr framework with CImGui.jl? (#37)
- update to v1.80 (#38)
- Long text example crash (
MethodError: no method matching Clipper(::Int64)
) (#41) - InvisibleButton should take three arguments (#50)
- Examples on master branch do not work? (#60)
- Memory leak (#64)
- Difficulties with current Renderer.jl (#66)
- CImGui fails precompilation at
idGET_FLT_MAX()
(#69)
Merged pull requests:
- Test Clang.jl's new generator (#42) (@Gnimuc)
- Remove the helper library (#46) (@Gnimuc)
- Upgrade to 1.82 (#47) (@Gnimuc)
- Add docking and multi-viewport support and reorganize the package (#51) (@Gnimuc)
- CompatHelper: add new compat entry for "CSyntax" at version "0.4" (#53) (@github-actions[bot])
- Demo examples working (#61) (@sairus7)
- added Table funcs (#63) (@alenskorobogatova)
- fixed listbox creating (#65) (@alenskorobogatova)
- Adapt Renderer.jl to new API (#67) (@zsoerenm)
v1.79.0
CImGui v1.79.0
v1.78.2
v1.78.1
CImGui v1.78.1
v1.78.0
CImGui v1.78.0
v1.77.1
CImGui v1.77.1
Closed issues: