@@ -42,23 +42,48 @@ HOW TO UPDATE?
42
42
Breaking changes:
43
43
44
44
- Renamed ImFontConfig::GlyphExtraSpacing.x option to GlyphExtraAdvanceX. (#242)
45
+ - Renamed style.TabMinWidthForCloseButton to style.TabCloseButtonMinWidthUnselected.
45
46
46
47
Other changes:
47
48
48
49
- Fixed IsItemDeactivatedAfterEdit() signal being broken for Checkbox(),
49
50
RadioButton(), Selectable(). Regression from 2025/01/13. (#8370)
51
+ - Windows: Fixed an issue where BeginChild() inside a collapsed Begin()
52
+ wouldn't inherit the SkipItems flag, resulting in missing coarse clipping
53
+ opportunity for code not checking the BeginChild() return value.
50
54
- Windows, Style: Added style.WindowBorderHoverPadding setting to configure
51
55
inner/outer padding applied to hit-testing of windows borders and detection
52
56
of hovered window.
57
+ - InputText: Allow CTRL+Shift+Z to redo even outside of OSX. (#8389) [@tanksdude]
53
58
- InputTextWithHint(): Fixed buffer-overflow (luckily often with no visible effect)
54
59
when a user callback modified the buffer contents in a way that altered the
55
60
visibility of the preview/hint buffer. (#8368) [@m9710797, @ocornut]
56
61
- Scrollbar: Rework logic that fades-out scrollbar when it becomes too small,
57
62
which amusingly made it disappear when using very big font/frame size.
63
+ - Tables: fixed calling SetNextWindowScroll() on clipped scrolling table
64
+ to not leak the value into a subsequent window. (#8196)
65
+ - Tables: fixed an issue where Columns Visible/Hidden state wouldn't be correctly
66
+ overridden when hot-reloading .ini state. (#7934)
67
+ - Tables: tamed some .ini settings optimizations to more accurately allow
68
+ overwriting/hot-reloading settings in more situations. (#7934)
69
+ - Styles, Tabs: made the Close Button of selected tabs always visible by default,
70
+ without requiring to hover the tab. (#8387)
71
+ - Added style.TabCloseButtonMinWidthSelected/TabCloseButtonMinWidthUnselected settings
72
+ to configure visibility of the Close Button for selected and unselected tabs.
73
+ (-1: always visible. 0.0f: visible when hovered. >0.0f: visible when hovered if minimum width)
74
+ - Default for selected tabs: TabCloseButtonMinWidthSelected = -1.0f (always visible)
75
+ - Default for unselected tabs: TabCloseButtonMinWidthUnselected = 0.0f (visible when hovered)
76
+ - TextLinkOpenURL(): fixed default Win32 io.PlatformOpenInShellFn handler to
77
+ handle UTF-8 regardless of system regional settings. (#7660) [@achabense]
78
+ - Demo: Combos: demonstrate a very simple way to add a filter to a combo,
79
+ by showing the filter inside the combo contents. (#718)
80
+ - Backends: SDL2, SDL3: Using SDL_OpenURL() in platform_io.Platform_OpenInShellFn
81
+ handler. (#7660) [@achabense]
58
82
- Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]
59
83
- Backends: WebGPU: Fix for DAWN API rename WGPUProgrammableStageDescriptor -> WGPUComputeState.
60
84
[@PhantomCloak] (#8369)
61
85
86
+
62
87
-----------------------------------------------------------------------
63
88
VERSION 1.91.8 (Released 2025-01-31)
64
89
-----------------------------------------------------------------------
0 commit comments