|
@@ -45,6 +45,9 @@ Other Changes:
|
|
|
|
|
|
- IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers()
|
|
- IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers()
|
|
helpers to null all handlers. (#8945, #2769)
|
|
helpers to null all handlers. (#8945, #2769)
|
|
|
|
+- Misc: Debuggers: added type formatters for the LLDB debuggers (e.g. Xcode,
|
|
|
|
+ Android Studio & more) to provide nicer display for ImVec2, ImVec4, ImVector etc.
|
|
|
|
+ See misc/debuggers/ for details. (#8950) [@mentlerd]
|
|
- Backends: all backends call ImGuiPlatformIO::ClearPlatformHandlers() and
|
|
- Backends: all backends call ImGuiPlatformIO::ClearPlatformHandlers() and
|
|
ClearRendererHandlers() on shutdown, so as not to leave function pointers
|
|
ClearRendererHandlers() on shutdown, so as not to leave function pointers
|
|
which may be dangling when using backend in e.g. DLL. (#8945, #2769)
|
|
which may be dangling when using backend in e.g. DLL. (#8945, #2769)
|