Ben Carter
|
c412a43a4a
|
Shadows: Added experimental texture-based shadows (stripped of dynamic tex config and back-end code)
(merged 10 commits, removing dynamic tex config, moved tex config to internal structs, removed back-end changes)
(squashed 2025-06-11, fixed conflict, doesn't build as-is)
Shadows: Added IMGUI_HAS_SHADOWS
Shadows: Demo code in Custom Rendering section. Added AddShadowRectFilled() variant. BeginMainMenuBar() disable shadows.
Shadows: Added initial version of convex shape shadow code.
(+stripped out of original polygon generation demo, moved to imgui_dev)
Shadows: Tweak demo to use AddShadowCircle() functions + fix warnings.
(+ stripped old polygon generation code from commits)
Shadows: Convex shape shadow improvement/fixes
- Fixed pixel cracking on convex shadow edges
- Added convex shadow offset support
- Fixed some convex shadow fringing issues
- Added convex shadow demo code
Shadows: Added ImDrawShadowFlags, simplified API surface, reordered parameters
+ fix minor warnings
+ removed NGon variant for now.
Shadows: Re-added AddShadowNGon().
Shadows: Shallow styling tweaks and renaming for consistency.
Shadows: Fixes + two fixes for PVS Studio static analyzer.
Shadows: Fix for latest, reuse ImDrawList, remove ImDrawShadowFlags.
Shadows: Fix to support for colored-only font atlas. (4202)
Shadows: Fix broken shadows due to zero-clear added in 9417acc2 .
Shadows: remove use of GetWindowContentRegionMax().
|
2025-08-13 17:34:00 +02:00 |
|
ocornut
|
45acd5e0e8
|
Version 1.92.2b
|
2025-08-13 17:31:01 +02:00 |
|
ocornut
|
774ddb58bd
|
Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883)
See amends to "widgets_status_common", "widgets_disabled_2" tests.
|
2025-08-13 17:08:04 +02:00 |
|
ocornut
|
af920e1e6f
|
Version 1.92.3 WIP
|
2025-08-12 11:30:41 +02:00 |
|
ocornut
|
2b24f5fa71
|
Version 1.92.2
|
2025-08-11 16:47:06 +02:00 |
|
ocornut
|
5a6fa33b88
|
Fixed an inconsistency between IsItemHovered() and internal hovering check, where IsItemHovered() would return true if mouse was first clicked on the background of a non-moveable window. (#8877)
|
2025-08-11 15:41:38 +02:00 |
|
ocornut
|
8239a0e0c4
|
Nav, Tables: fix NavIsScrollPushableX logic clamping value stored in NavApplyItemToResult(), which would break scrolling. (#8816, #2221)
Amend 47c4148 .
|
2025-08-11 15:17:02 +02:00 |
|
ocornut
|
1c57dc21c2
|
Misc: fixes zealous MSVC static analyzer warnings + make GetInputSourceName(), GetMouseSourceName() a little more tolerant. (#8876)
|
2025-08-11 11:04:13 +02:00 |
|
ocornut
|
47c41483bd
|
Tables, Nav: fixed navigation within scrolling tables when item boundaries goes beyond columns limits. (#8816, #2221)
Amend 00d3f9295e .
|
2025-08-11 10:49:20 +02:00 |
|
ocornut
|
9ee3d731b5
|
Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (#8866, #8163, #7998, #7988)
|
2025-08-08 15:51:16 +02:00 |
|
ocornut
|
c22af8c346
|
Fonts: fixes comment (amend d8da97f7 ).
|
2025-08-07 16:19:07 +02:00 |
|
ocornut
|
1bf41a0762
|
Fonts, Tables: fixed PushFont() having no effect when called after submitting a hidden column. (#8865)
Amend 0e769c5
|
2025-08-07 16:16:12 +02:00 |
|
Christian Fillion
|
f7eae45ae9
|
Fonts: show ImFontConfig::FontNo in DebugNodeFont(). (#8863)
Thanks!
|
2025-08-06 10:42:34 +09:00 |
|
ocornut
|
7d5fef8642
|
Nav: fixed a bug where GamepadMenu couldn't toggle between main and menu layer while navigating a Modal window. (#8834)
Amend 901d432cb but for Gamepad.
|
2025-08-04 15:06:14 +09:00 |
|
ocornut
|
3ef6c8410a
|
Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800)
|
2025-07-31 23:42:25 +09:00 |
|
ocornut
|
78d11cd781
|
Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351)
Amend 54a60aaa40
|
2025-07-31 22:58:01 +09:00 |
|
ocornut
|
7278cda039
|
Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase.
|
2025-07-31 22:57:11 +09:00 |
|
ocornut
|
a0cdac48e0
|
Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper.
Amend e09454aec . Can't understand the comment nor why code was commented. Code looks alright. Compared TableEndRow() between 1.80 and current as well.
|
2025-07-31 13:21:26 +09:00 |
|
ocornut
|
2ab3946ecb
|
Windows: add StopMouseMovingWindow(), partial merge 80d78fa from docking.
|
2025-07-30 18:46:49 +09:00 |
|
ocornut
|
c6c0c3be08
|
Docs: amend 1.92.0 logs on the fact that font->CalcTextSizeA() used to be thread-safe.
|
2025-07-27 20:15:21 +09:00 |
|
ocornut
|
174f37bdaf
|
Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796)
|
2025-07-23 16:17:35 +09:00 |
|
ocornut
|
ea613e181c
|
Windows: fixed an issue where resizable child windows would emit border logic when hidden/non-visible. (#8815)
This makes more sense in docking branch but may be merged in master right away.
|
2025-07-22 16:22:53 +09:00 |
|
ocornut
|
ed5bd1f9ef
|
Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820)
Amend c2bf4abfa1
|
2025-07-22 14:17:11 +09:00 |
|
ocornut
|
c9e0208de4
|
Textures: moved UpdateTexturesNewFrame(), UpdateTexturesEndFrame() to a more suitable location in the file.
|
2025-07-21 15:35:53 +09:00 |
|
ocornut
|
a0d3e405a3
|
Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789)
|
2025-07-11 16:49:28 +02:00 |
|
ocornut
|
c680f54e6c
|
FIxed IsWindowFocused() using wrong flag types (harmless as values were identical). (#8786)
|
2025-07-10 18:42:39 +02:00 |
|
ocornut
|
4d745bc602
|
Version 1.92.2 WIP
|
2025-07-10 18:41:05 +02:00 |
|
ocornut
|
5d4126876b
|
Version 1.92.1
|
2025-07-09 18:53:58 +02:00 |
|
ocornut
|
0ba02a4ed6
|
Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669)
|
2025-07-09 18:45:58 +02:00 |
|
ocornut
|
f39b138487
|
Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId.
|
2025-07-09 18:24:14 +02:00 |
|
ocornut
|
d9b758661f
|
Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own.
|
2025-07-09 16:30:53 +02:00 |
|
ocornut
|
94c888ebda
|
Docs: update 1.92.0 changelogs to cover more internal fields. (#8764)
|
2025-07-07 15:27:47 +02:00 |
|
ocornut
|
51b3495ad8
|
Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases.
|
2025-06-30 21:04:55 +02:00 |
|
ocornut
|
b7e5d76c79
|
Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465)
|
2025-06-30 20:01:02 +02:00 |
|
ocornut
|
de7625b8c2
|
Docs: tweak/fixed comments. (#8750, #8749)
|
2025-06-28 17:12:05 +02:00 |
|
ocornut
|
68046106dd
|
Docs: update Backends with basic Platform backend instructions.
|
2025-06-27 15:32:19 +02:00 |
|
ocornut
|
47570d045d
|
Docs: update Backends with direction for implementing RenderDrawData function and supporting ImGuiBackendFlags_RendererHasTextures. (#8735, #8465)
|
2025-06-27 15:03:10 +02:00 |
|
ocornut
|
f18aea5246
|
Version 1.92.1 WIP
|
2025-06-27 13:30:45 +02:00 |
|
Ves Georgiev
|
5ee9c2ad1f
|
Demo: Fixed font scaling warning if ImGuiBackendFlags_RendererHasTextures is set (#8736)
|
2025-06-27 01:06:42 +02:00 |
|
ocornut
|
673eb7de96
|
Version 1.92.0
|
2025-06-25 18:19:56 +02:00 |
|
ocornut
|
2819ab32f8
|
Layout: commented out legacy ErrorCheckUsingSetCursorPosToExtendParentBoundaries() fallback. (#5548, #4510, #3355, #1760, #1490, #4152, #150)
|
2025-06-25 16:39:23 +02:00 |
|
ocornut
|
719a3fe98e
|
Additional comments on ErrorCheckUsingSetCursorPosToExtendParentBoundaries(). (#5548)
|
2025-06-25 16:06:18 +02:00 |
|
ocornut
|
5bc70c68e2
|
Fonts: fix PushFont(NULL) to work as advertised.
Didn't properly finish ca72eb0 .
|
2025-06-25 15:55:25 +02:00 |
|
ocornut
|
d8c6953710
|
Fonts: comments.
|
2025-06-25 12:10:13 +02:00 |
|
ocornut
|
89b5a2c3d5
|
(Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize.
|
2025-06-24 19:10:10 +02:00 |
|
ocornut
|
97e0d59619
|
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
2025-06-24 19:09:51 +02:00 |
|
ocornut
|
ca72eb0596
|
(Breaking) Fonts: obsolete PushFont() default parameter.
|
2025-06-24 19:09:28 +02:00 |
|
ocornut
|
6722d789e9
|
(Breaking) Fonts: Removed support for PushFont(NULL) which was a shortcut for "default font".
|
2025-06-24 14:44:38 +02:00 |
|
ocornut
|
a49ddaac89
|
Fonts: add comments and examples for GlyphExcludeRanges[].
|
2025-06-24 11:06:41 +02:00 |
|
ocornut
|
f2e4e80391
|
Windows: BeginChild(): fixed being unable to combine manual resize on one axis and automatic resize on the other axis. (#8690)
+ removed obsolete TODO entries.
|
2025-06-17 14:01:01 +02:00 |
|