ocornut
|
9a5d5c45f5
|
Version 1.92.4
|
2025-10-14 19:26:56 +02:00 |
|
ocornut
|
25e5baf5f0
|
(Breaking) Clipper: commented out legacy IncludeRangeByIndices name obsoleted in 1.89.9. (#6424, #3841)
|
2025-10-14 19:00:50 +02:00 |
|
ocornut
|
c8db91b7b4
|
(Breaking) TreeNode, Selectable: commented out legacy ImGuiTreeNodeFlags_AllowItemOverlap, ImGuiSelectableFlags_AllowItemOverlap names obsoleted in 1.89.7.
Amend 51f564e
|
2025-10-14 19:00:49 +02:00 |
|
ocornut
|
bad5ee167b
|
Shortcuts: added support for combining ImGuiInputFlags_RouteFocused with ImGuiInputFlags_RouteOverActive,. (#9004)
|
2025-10-13 15:06:34 +02:00 |
|
ocornut
|
4b858cf5d1
|
Made tooltip windows inherit parent. (#8982, #1345)
Intent here was for a manually focused tooltip to not steal title bar highlight.
|
2025-10-06 17:06:40 +02:00 |
|
ocornut
|
2128e2f44b
|
Style: added ImGuiCol_UnsavedMarker. (#8983)
|
2025-10-06 12:16:48 +02:00 |
|
ocornut
|
8c22b8aef6
|
Textures: allowed backend to destroy texture while inside the NewFrame/EndFrame scope. (#8811)
|
2025-10-01 18:39:40 +02:00 |
|
ocornut
|
b987970870
|
Textures: fixed an issue preventing multi-contexts sharing a ImFontAtlas from being possible to destroy in any order.
|
2025-10-01 14:59:40 +02:00 |
|
ocornut
|
3470e6112b
|
(Breaking) Backends: Vulkan: moved fields in ImGui_ImplVulkan_InitInfo: RenderPass, Subpass, MSAASamples, PipelineRenderingCreateInfo. (#8946, #8110, #8111, #8686)
|
2025-09-26 18:23:51 +02:00 |
|
ocornut
|
f61a7ef222
|
Backends: SDL2,SDL3: avoid using the SDL_GetGlobalMouseState() path when one of our window is hovered. Fix mouse coordinate issue in fullscreen apps with macOS notch + better X11 perfs. (#7919, #7786)
|
2025-09-24 14:48:33 +02:00 |
|
ocornut
|
d4f722d5b2
|
IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769)
|
2025-09-18 16:58:50 +02:00 |
|
ocornut
|
0e7cd694eb
|
Version 1.92.4 WIP
|
2025-09-18 15:38:46 +02:00 |
|
ocornut
|
1c544ee941
|
Version 1.92.3
|
2025-09-17 18:37:56 +02:00 |
|
ocornut
|
70a43f3088
|
Fixed build with IMGUI_ENABLE_TEST_ENGINE.
|
2025-09-17 18:12:32 +02:00 |
|
ocornut
|
36133d8ac4
|
InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363)
Also increase IMGUI_VERSION_NUM for good measure, forgot to increase it when moving to public api.
|
2025-09-12 16:03:18 +02:00 |
|
ocornut
|
78c1d4a92c
|
InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363)
|
2025-09-12 15:03:33 +02:00 |
|
ocornut
|
55f590c1d1
|
Selectable: ImGuiSelectableFlags_SelectOnNav doesn't select when holding Ctrl, to be consistent with multi-select.
Amend e66afbb + remove needless line in CloseCurrentPopup() block
|
2025-09-10 22:29:42 +02:00 |
|
ocornut
|
1cd08b883c
|
TabBar: fixed calling TabBarQueueFocus() before submitting tabs. (#8929, #6681)
|
2025-09-10 18:03:34 +02:00 |
|
ocornut
|
8e4955bb23
|
Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API.
|
2025-09-09 17:42:14 +02:00 |
|
ocornut
|
11fff1ccf5
|
ImFont::RenderText() takes ImDrawTextFlags_CpuFineClip instead of bool cpu_fine_clip + forward ImDrawTextFlags to word-wrap code.
(for #3237, #952, #1062, #7363)
|
2025-09-08 11:54:33 +02:00 |
|
ocornut
|
8a35ce0e98
|
CalcWordWrapPosition() breaks on \n instead of relying on caller to do it + expose ImTextCalcWordWrapNextLineStart(). (#3237, #952, #1062, #7363)
Should be functional no-op, fingers crossed. Breaking on \n allows caller to count lines reliably.
|
2025-09-08 11:54:32 +02:00 |
|
fdsa
|
09ebcf1779
|
Docs: fixed mismatched parentheses & other small changes. (#8922)
|
2025-09-08 11:30:14 +02:00 |
|
ocornut
|
605a751571
|
InputText, InputInt, InputFloat: fixed an issue where using Escape to revert would not write back the reverted value. (#8915, #8273)
Revealed by 00f12b9a0
Regression test: "widgets_inputtext_temp_buffer_2"
|
2025-09-04 13:16:04 +02:00 |
|
ocornut
|
b7cb3d93a4
|
Comments about using MSVC SAL for printf annotation. (#8871)
|
2025-09-03 19:39:55 +02:00 |
|
ocornut
|
8dc457fda2
|
Internals: added indent, shallow tweaks + unused context pointer to InputTextCalcTextLenAndLineCount() to reduce noise in wip patch.
Visualize this commit with white-space changes disabled.
|
2025-09-02 15:39:22 +02:00 |
|
ocornut
|
aa2f40c3bb
|
Clipper, Tables: added ImGuiListClipperFlags, ImGuiListClipperFlags_NoSetTableRowCounters. (#8886)
a0cdac48e0 revealed the issue but technically the core issue is that clipper assume 1 item = 1 table row.
|
2025-08-27 18:54:57 +02:00 |
|
ocornut
|
42656b3aa1
|
Scrollbar, Style: added style.ScrollbarPadding, ImGuiStyleVar_ScrollbarPadding. (#8895)
|
2025-08-20 18:27:35 +02:00 |
|
ocornut
|
0c4f50090a
|
DrawList: fixed CloneOutput() taking a copy of the ImDrawListSharedData pointer. (#8894, #1860)
Amend b82e99c032
|
2025-08-20 17:49:18 +02:00 |
|
ocornut
|
86ec5c8342
|
Version 1.92.3 WIP
|
2025-08-19 15:15:49 +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 |
|
Ian
|
ea075ed973
|
ImVector: skip memcpy in operator= if Data isn't initialized to play nice with -fsanitize=undefined. (#8874)
|
2025-08-11 09:53:01 +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 |
|
LEE KYOUNGHEON
|
e7d0ad092c
|
Removed static inline usages from free functions. (#8867, #8813)
For C++20 module compatibility. See https://github.com/stripe2933/imgui-module/
|
2025-08-07 17:01:23 +02: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
|
87d7f7744e
|
Fonts: (Internal) Added undocumented ImFontBaked::LoadNoRenderOnLayout. (#8758, #8465)
Amend fd75bdccb0 .
|
2025-07-27 20:33:57 +09:00 |
|
ocornut
|
10dc1882c8
|
Fonts: (Internal) rename ImFontBaked::LockLoadingFallback to ImFontBaked::LoadNoFallback.
|
2025-07-27 20:31:37 +09:00 |
|
ocornut
|
da6c97203e
|
Fixed comments for io.KeyCtrl / io.KeySuper to match the one for ImGuiMod_Ctrl, ImGuiMod_Super. (#8839)
|
2025-07-27 19:37:30 +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
|
336d9212fc
|
Backends: using range-for to iterate draw_data->CmdLists[].
|
2025-07-11 17:41:52 +02: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
|
0e6e876f23
|
Docs: update docs/comments about ImTextureRef, ImTextureID. (#8783)
|
2025-07-10 19:07:28 +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 |
|