|
@@ -99,14 +99,22 @@ Other changes:
|
|
- Default for unselected tabs: TabCloseButtonMinWidthUnselected = 0.0f (visible when hovered)
|
|
- Default for unselected tabs: TabCloseButtonMinWidthUnselected = 0.0f (visible when hovered)
|
|
- Tabs: fixed middle-mouse-button to close tab not checking that close button
|
|
- Tabs: fixed middle-mouse-button to close tab not checking that close button
|
|
is hovered, merely it's visibility. (#8399, #8387) [@nicovanbentum]
|
|
is hovered, merely it's visibility. (#8399, #8387) [@nicovanbentum]
|
|
|
|
+- TextLink(), TextLinkOpenURL(): fixed honoring text baseline alignment.
|
|
|
|
+ (#8451, #7660) [@achabense]
|
|
- 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]
|
|
|
|
+- Clipper: Fixed an issue where passing an out of bound index to IncludeItemByIndex()
|
|
|
|
+ could incorrectly offset the final cursor, even if that index was not iterated through.
|
|
|
|
+ One case where it would manifest was calling Combo() with an out of range index. (#8450)
|
|
- Debug Tools: Added io.ConfigDebugHighlightIdConflictsShowItemPicker (defaults to true)
|
|
- Debug Tools: Added io.ConfigDebugHighlightIdConflictsShowItemPicker (defaults to true)
|
|
to allow disabled Item Picker suggestion in user facing builds. (#7961, #7669)
|
|
to allow disabled Item Picker suggestion in user facing builds. (#7961, #7669)
|
|
- Misc: Added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursors
|
|
- Misc: Added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursors
|
|
(busy/wait/hourglass shape, with or without an arrow cursor).
|
|
(busy/wait/hourglass shape, with or without an arrow cursor).
|
|
|
|
+- Demo: Reorganized "Widgets" section to be alphabetically ordered and split in more functions.
|
|
- 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: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled
|
|
|
|
+ with asserts enabled. (#8452)
|
|
- 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: Use display bounds when SDL_GetDisplayUsableBounds()
|
|
- Backends: SDL2, SDL3: Use display bounds when SDL_GetDisplayUsableBounds()
|