ocornut
|
a1c0836bec
|
Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871)
|
2025-09-22 15:56:10 +02:00 |
|
ocornut
|
aa9476a38a
|
IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769)
# Conflicts:
# backends/imgui_impl_dx10.cpp
# backends/imgui_impl_dx11.cpp
# backends/imgui_impl_dx12.cpp
# backends/imgui_impl_dx9.cpp
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_metal.mm
# backends/imgui_impl_opengl2.cpp
# backends/imgui_impl_opengl3.cpp
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# backends/imgui_impl_sdlgpu3.cpp
# backends/imgui_impl_vulkan.cpp
# backends/imgui_impl_win32.cpp
# docs/CHANGELOG.txt
# imgui.h
|
2025-09-18 17:02:44 +02:00 |
|
ocornut
|
8ccff82153
|
Merge branch 'master' into docking
|
2025-09-18 15:39:52 +02:00 |
|
ocornut
|
0e7cd694eb
|
Version 1.92.4 WIP
|
2025-09-18 15:38:46 +02:00 |
|
ocornut
|
34bff4672c
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl2.cpp
# backends/imgui_impl_sdl3.cpp
# docs/CHANGELOG.txt
# examples/example_glfw_metal/main.mm
# examples/example_glfw_opengl2/main.cpp
# examples/example_glfw_vulkan/main.cpp
# examples/example_win32_opengl3/main.cpp
# examples/example_win32_vulkan/main.cpp
# imgui.h
|
2025-09-17 18:48:39 +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
|
09e7870497
|
Docking, Style: added style.DockingNodeHasCloseButton option to hide the CloseButton() attached to each docking node. (#8933)
|
2025-09-15 14:06:54 +02:00 |
|
ocornut
|
586da87728
|
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:04:41 +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
|
8c6096fcfe
|
Merge branch 'master' into docking
|
2025-09-12 15:05:55 +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
|
71f45c12e9
|
Merge branch 'master' into docking
|
2025-09-11 21:28:02 +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
|
3dcd17f402
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_dx12.cpp
|
2025-09-10 19:02:44 +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
|
ab760992ad
|
Merge branch 'master' into docking
|
2025-09-08 13:35:24 +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
|
fdcd351488
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_vulkan.cpp
|
2025-09-04 18:06:35 +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
|
740c566305
|
Merge branch 'master' into docking
|
2025-09-02 16:10:59 +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
|
4d216d4510
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdlgpu3.cpp
|
2025-08-27 18:57:56 +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
|
4ebfe1cba5
|
Merge branch 'master' into docking
|
2025-08-20 18:28:39 +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
|
160e3683ab
|
Merge branch 'master' into docking
|
2025-08-13 17:31:15 +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
|
031a18c417
|
Merge branch 'master' into docking
|
2025-08-11 16:47:16 +02:00 |
|
ocornut
|
2b24f5fa71
|
Version 1.92.2
|
2025-08-11 16:47:06 +02:00 |
|
ocornut
|
104f58fc48
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2025-08-11 15:44:21 +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
|
b431114194
|
Viewports: added io.ConfigViewportPlatformFocusSetsImGuiFocus. (#6299, #6462)
Amend dcb6335bf , 63370be0e , dcb6335 etc.
|
2025-08-08 17:37:17 +02:00 |
|
ocornut
|
cbf9e3f554
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdlgpu3.cpp
# imgui.cpp
|
2025-08-08 15:51:56 +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
|
23c9362550
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui_internal.h
|
2025-07-31 23:44:44 +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 |
|