|
@@ -83,12 +83,14 @@ Other changes:
|
|
is hovered, merely it's visibility. (#8399, #8387) [@nicovanbentum]
|
|
is hovered, merely it's visibility. (#8399, #8387) [@nicovanbentum]
|
|
- TextLinkOpenURL(): fixed default Win32 io.PlatformOpenInShellFn handler to
|
|
- TextLinkOpenURL(): fixed default Win32 io.PlatformOpenInShellFn handler to
|
|
handle UTF-8 regardless of system regional settings. (#7660) [@achabense]
|
|
handle UTF-8 regardless of system regional settings. (#7660) [@achabense]
|
|
-- Misc: Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape).
|
|
|
|
|
|
+- Misc: Added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursors
|
|
|
|
+ (busy/wait/hourglass shape, with or without an arrow cursor).
|
|
- Demo: Combos: demonstrate a very simple way to add a filter to a combo,
|
|
- Demo: Combos: demonstrate a very simple way to add a filter to a combo,
|
|
by showing the filter inside the combo contents. (#718)
|
|
by showing the filter inside the combo contents. (#718)
|
|
- Backends: SDL2, SDL3: Using SDL_OpenURL() in platform_io.Platform_OpenInShellFn
|
|
- Backends: SDL2, SDL3: Using SDL_OpenURL() in platform_io.Platform_OpenInShellFn
|
|
handler. (#7660) [@achabense]
|
|
handler. (#7660) [@achabense]
|
|
-- Backends: SDL2, SDL3, Win32, Allegro5: Added support for ImGuiMouseCursor_Wait.
|
|
|
|
|
|
+- Backends: SDL2, SDL3, Win32, Allegro5: Added support for ImGuiMouseCursor_Wait
|
|
|
|
+ and ImGuiMouseCursor_Progress cursors.
|
|
- Backends: OpenGL3: Lazily reinitialize embedded GL loader for when calling backend
|
|
- Backends: OpenGL3: Lazily reinitialize embedded GL loader for when calling backend
|
|
from e.g. other DLL boundaries. (#8406)
|
|
from e.g. other DLL boundaries. (#8406)
|
|
- Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]
|
|
- Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]
|