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)