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
- @jminor made their first contribution in #426
- @Minty-Meeo made their first contribution in #465
Full Changelog: v0.14...v0.15