Skip to content

v0.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@epezent epezent released this 06 Aug 17:30
· 27 commits to master since this release

What's Changed

  • Fix for allowing core imgui to use typed ImGuiCol / ImGuiStyleVar enums. by @ocornut in #405
  • Fixes for ImGuiModFlags_XXX -> ImGuiMod_XXX (v1.89) (#347) by @ocornut in #407
  • Use snprintf instead of sprintf in implot_demo.cpp by @jminor in #426
  • Fixes for requirement to define IMGUI_DEFINE_MATH_OPERATORS before imgui.h by @ocornut in #449
  • Embrace 'nullptr' by @Minty-Meeo in #465
  • Avoid fetching GImPlot multiple times when possible. by @ocornut in #468
  • Fixes for AllowOverlap and internal changes in 1.89.7 by @ocornut in #486

New Contributors

Full Changelog: v0.14...v0.15