|
@@ -62,6 +62,8 @@ Other Changes:
|
|
- Windows: added lower-right resize grip on child windows using both
|
|
- Windows: added lower-right resize grip on child windows using both
|
|
ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY flags. (#8501) [@aleksijuvani]
|
|
ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY flags. (#8501) [@aleksijuvani]
|
|
The grip is not visible before hovering to reduce clutter.
|
|
The grip is not visible before hovering to reduce clutter.
|
|
|
|
+- InputText: fixed single-line InputText() not applying fine character clipping
|
|
|
|
+ properly (regression in 1.92.3). (#8967) [@Cyphall]
|
|
- 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,
|
|
- Misc: Debuggers: added type formatters for the LLDB debuggers (e.g. Xcode,
|