Commit Graph

  • c36162fc6c Internals: add SetContextName() helper. (#9097) ocornut 2025-11-26 17:29:37 +01:00
  • f0699effed Examples: Win32+DirectX12: Disable breaking on the D3D12_MESSAGE_ID_FENCE_ZERO_WAIT warning. (#9093, #9084) Rémy Tassoux 2025-11-22 12:47:10 +01:00
  • 75db81cf08 Backends: SDL_GPU3: select between metallib and MSL shaders based on availability. (#9076) ocornut 2025-11-26 15:05:05 +01:00
  • fd887f5241 Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (#9076) Leon Lysak 2025-11-26 14:51:22 +01:00
  • 285e3042ba Docs: tweaks. Add reference to imgui-module from main README. (#9092, #8868) ocornut 2025-11-26 14:49:11 +01:00
  • 772cbfd014 Merge branch 'master' into docking ocornut 2025-11-26 14:33:25 +01:00
  • d981b33dd0 Textures: amend to please static analyzer. ocornut 2025-11-26 14:24:55 +01:00
  • e768f91dc2 Textures: fixed displaying texture # in metrics/debugger. ocornut 2025-11-26 14:18:51 +01:00
  • 3fef0d553d Textures: fixed a building issue when ImTextureID is defined as a struct. ocornut 2025-11-26 14:11:22 +01:00
  • 3a45bae9dc Backends: Vulkan: helper for creating a swapchain selects VkSwapchainCreateInfoKHR's compositeAlpha based on cap.supportedCompositeAlpha. (#8784) ocornut 2025-11-24 18:11:23 +01:00
  • 98636f4a23 Fonts: fixed handling of ImFontConfig::FontDataOwnedByAtlas = false which did erroneously make a copy of the font data. (#9086) ocornut 2025-11-24 15:39:41 +01:00
  • 5f82275ba1 Docs: updated 1.91.5 logs for missing info that GetKeyIndex() was removed at this date. ocornut 2025-11-24 14:49:16 +01:00
  • 136d067eed Scrollbar: fixed a codepath leading to a divide-by-zero. (#9089) ocornut 2025-11-24 14:27:03 +01:00
  • 324cea1f41 Version 1.92.6 WIP ocornut 2025-11-24 13:35:41 +01:00
  • ee48fad09d Internals: rename ImStableVector's BLOCK_SIZE to avoid conflict with Linux header defines. (#9088) ocornut 2025-11-21 19:47:03 +01:00
  • 3912b3d9a9 Merge branch 'master' into docking v1.92.5-docking ocornut 2025-11-20 18:01:02 +01:00
  • 6d910d5487 Version 1.92.5 v1.92.5 ocornut 2025-11-20 17:25:43 +01:00
  • 26ff93dadc Examples: NULL: fixed msvc project. ocornut 2025-11-20 14:51:25 +01:00
  • a484fd2b56 Examples: Win32+OpenGL3: enable DPI awareness. (#9083) ocornut 2025-11-20 14:50:08 +01:00
  • 8ff7f35eec CI: run imgui_test_suite as part of CI build. Rokas Kupstys 2025-11-20 14:35:32 +01:00
  • e8448d0494 CI: general update + rename steps. Rokas Kupstys 2025-11-20 11:33:28 +02:00
  • 4ab86e1d61 Nav: fixed scoring when using PageUp/PageDown from a focused item which is outside of visible boundaries. (#9079) ocornut 2025-11-19 19:01:03 +01:00
  • 0faa0dba15 Drag and Drop: rework cancel drag and drop logic to be overridable. (#9071) ocornut 2025-11-19 18:26:31 +01:00
  • db6b8e0fb3 Drag and Drop: handling of Escape after UpdateKeyboardInputs(). (#9071) ocornut 2025-11-19 17:21:17 +01:00
  • 1f16ca5e5c Docs: update ShowUserGuide() + PR guidelines. (#9071) ocornut 2025-11-19 17:12:49 +01:00
  • b4a3d423e0 Docs: amend BeginDisabled() comments. (#9082) ocornut 2025-11-19 17:06:44 +01:00
  • 68894d4149 Docs: fixed outdated comment. (#9082) achabense 2025-11-19 22:45:20 +08:00
  • eae6e96287 Backends: Vulkan: fixed broken viewports broken by a6645e1. (#9080, #9068) ocornut 2025-11-19 13:30:01 +01:00
  • 5e462eb29b Merge branch 'master' into docking ocornut 2025-11-18 19:20:08 +01:00
  • 23bd697f05 Drag and Drop: Pressing Escape while carrying a payload automatically cancel the active drag and drop. (#9071) ocornut 2025-11-18 19:17:20 +01:00
  • 37f9153105 Nav: improved/clarified behavior when requesting PageUp/PageDown from a focused item which is outside of visible boundaries. (#9079) ocornut 2025-11-18 18:59:06 +01:00
  • 81e01ddebe Nav: reworked PageUp/PageDown to pick same-page top/bottom page based on inner rectangle rather than clipping rectangle. ocornut 2025-11-18 18:57:32 +01:00
  • 405c802607 Nav: shallow tweaks. ocornut 2025-11-18 17:54:43 +01:00
  • 91b5256c57 Clipper: fixed an issue when using up/down from an item outside of visible bound and using the clipper. (#9079) ocornut 2025-11-18 17:00:01 +01:00
  • 6ae32c696a Backends: fixed misc zealous Clang warnings. ocornut 2025-11-18 16:34:35 +01:00
  • 9afc62d087 InputText: Fixed an assert when using ImGuiInputTextFlags_ReadOnly and making underlying contents shorter while text is selected. (#9069) ocornut 2025-11-18 16:20:51 +01:00
  • 93eb459ae1 Docking: added io.ConfigDockingNoDockingOver to prevent merging windows into a same tab-bar. ocornut 2025-11-17 18:36:07 +01:00
  • c3835de38a CI: fixes warning building example_null w/ msvc as DLL ocornut 2025-11-17 18:01:51 +01:00
  • 52caa2f38a CI: fixes warning building example_null w/ msvc as DLL ocornut 2025-11-17 17:50:37 +01:00
  • 04af1a3917 CI: fixes warning building example_null w/ mingw 64-bit, as DLL ocornut 2025-11-17 17:43:09 +01:00
  • e1f9b8b3a7 CI: fixes warning building example_null w/ mingw 64-bit, as DLL ocornut 2025-11-17 16:49:34 +01:00
  • cfb48969af Examples: CI: backtrack and make example_null embed backend: simpler for all sorts of quick build scripts. ocornut 2025-11-17 16:36:54 +01:00
  • 0cf5b93a0a CI, Backends: fixes for example_null building. Add consistent IMGUI_IMPL_API in backend. ocornut 2025-11-17 16:18:12 +01:00
  • d99baf332c CI: fixes for example_null building. ocornut 2025-11-17 16:11:05 +01:00
  • 7e919a543c Examples: fix example_null Makefile. ocornut 2025-11-17 15:58:12 +01:00
  • eb19a77848 Examples: fix example_null Makefile. ocornut 2025-11-17 15:51:39 +01:00
  • 219ba3b617 Merge branch 'master' into docking ocornut 2025-11-17 15:38:58 +01:00
  • ae1d278f3a Docking: fixed crash loading certain form of invalid .ini settings. Amends. (#9070) ocornut 2025-11-17 15:36:49 +01:00
  • b885382a63 Backends: Null: added imgui_impl_null platform/renderer backend. ocornut 2025-11-17 15:05:43 +01:00
  • 9e15ebb402 Backends: GLFW: fixed last ImGui_ImplGlfw_Shutdown() call not immediately clearing the context map. (#9075, #8676, #8239, #8069) ocornut 2025-11-17 13:37:20 +01:00
  • 4fa59df9fa Docking: fixed crash loading certain form of invalid .ini settings, (#9070) ocornut 2025-11-15 19:06:27 +01:00
  • f145b0cffd Debug Tools: ID Stack Tool: refactor, extract data/code into ImGuiDebugItemPathQuery for reuse. ocornut 2025-11-13 16:43:34 +01:00
  • a6645e1007 Backends: Vulkan: handle viewport surface creation failure without crashing. (#9068) zentia 2025-11-14 00:24:44 +08:00
  • c254db7637 Debug Tools: ID Stack Tool: store ResultsComplete and don't display incomplete paths. ocornut 2025-11-13 16:19:27 +01:00
  • 5a0c67c4b8 Debug Tools: ID Stack Tool: extracted code into a StackToolGetResultAsPath() function. ocornut 2025-11-13 16:14:45 +01:00
  • ec6219752d Fonts: calling ImFontAtlas::Clear() mid-frame without re-adding a font will lead to a more explicit crash. (#9067) ocornut 2025-11-13 15:54:36 +01:00
  • d246850787 Fonts: added comment about the classic AddFontFromMemoryTTF() issue. (#9067, #6916, #6781, #5330, #4307, #2042, #2029, #1734, #1259, #220) ocornut 2025-11-13 15:42:19 +01:00
  • e60e5bff63 Misc: standardized casing of keyboard mods in comments and demo ("CTRL" -> "Ctrl"). ocornut 2025-11-13 15:24:03 +01:00
  • 873fe34b31 Debug Tools: ID Stack Tool: preserve first data type, so user of PushOverrideID() e.g. TreeNode() elements don't get demoted from _String to _ID. ocornut 2025-11-13 15:05:16 +01:00
  • e3979c2098 Demo: removing absolute __FILE_ from being emitted by default. (#9033) ocornut 2025-11-13 14:22:34 +01:00
  • 707ddd54b6 Docking, Style: fixed per-window ImGuiCol_UnsavedMarker changes not being shown in docking preview. (#8983, #9064) ocornut 2025-11-13 14:10:53 +01:00
  • 68a44776bd Misc: tweak conflicting id error tooltip to use a link. ocornut 2025-11-13 13:44:47 +01:00
  • 613cfaf0b4 Tooltips: made BeginTooltipEx() not hide nested tooltips. ocornut 2025-11-13 13:44:21 +01:00
  • 891dd2d31e Docking, Style: fixed per-window ImGuiCol_UnsavedMarker changes not being latched by docked windows. (#8983, #9064) ocornut 2025-11-12 18:22:05 +01:00
  • d4c156a0f0 Merge branch 'master' into docking ocornut 2025-11-11 21:52:31 +01:00
  • de917ebb95 Windows: move auto-fit block into braces for clarify. (no-op) ocornut 2025-11-11 21:48:17 +01:00
  • 501e0adcdb Windows: CalcWindowAutoFitSize() remove child-specific hack added by 29439bdd27 and made obsolete by 7537ba2b4. (#9060, #1710) ocornut 2025-11-11 21:47:15 +01:00
  • a2544f9496 Windows: programmatic auto-sizing on a single axis also apply proper logic. (#9060) ocornut 2025-11-11 21:37:21 +01:00
  • b51f6e073c Windows: reorganize auto-fitting code blocks in Begin(), step 2. ocornut 2025-11-11 21:15:43 +01:00
  • 52e9d94f93 Windows: reorganize auto-fitting code blocks in Begin(), aimed to have no side-effect, but.. ocornut 2025-11-11 20:01:07 +01:00
  • fc262355ca Windows: Fixed an issue where repeated calls to SetNextWindowSize() using 0.0f to auto-size would keep marking ini settings as dirty. ocornut 2025-11-11 19:40:24 +01:00
  • 7537ba2b44 Windows: fixed single-axis auto-sizing (via double-clicking a border) to take account of remaining scrollbar on the other axis. (#9060) ocornut 2025-11-10 19:36:16 +01:00
  • 86daa8930e Backends, Examples: WebGPU: simplified ifndef (#8381) ocornut 2025-11-07 13:24:10 +01:00
  • 3109131a88 Merge branch 'master' into docking ocornut 2025-11-06 18:11:16 +01:00
  • 635eb1d8e9 Added .tmp files. ocornut 2025-11-06 18:01:42 +01:00
  • bd0e2036e0 Drag and Drop: added ImGuiDragDropFlags_AcceptDrawAsHovered. (#8632) ocornut 2025-11-06 18:07:02 +01:00
  • b0d3c3a674 Drag and Drop: prev/curr storage for DragDropAcceptFlags. ImGuiDragDropFlags_AcceptNoPreviewTooltip test uses DragDropAcceptFlagsPrev for consistency. (#143) ocornut 2025-11-06 17:59:01 +01:00
  • dacd080639 Docs: added link to imgui-module. (#8868( ocornut 2025-11-06 17:30:00 +01:00
  • 8e2e87d638 (Breaking) Commented out legacy SetItemAllowOverlap() obsoleted in 1.89.7: this never worked right. Use SetNextItemAllowOverlap() _before_ item instead. ocornut 2025-11-06 16:27:09 +01:00
  • e389502ffb Amends comments referring to 1.92.X to refer to 1.92.0. FontAllowUserScaling not marked obsolete anymore. ocornut 2025-11-06 16:19:21 +01:00
  • 1c3a60047c (Breaking) IO: commented out legacy io.ClearInputCharacters() obsoleted in 1.89.8. ocornut 2025-11-06 16:14:41 +01:00
  • 62162747e7 (Breaking) Keys: commented out legacy names which were obsoleted in 1.89. ocornut 2025-11-06 16:12:56 +01:00
  • 189d8c9d9c (Breaking) Commented out legacy ImGuiChildFlags_Border (#462), ImGuiWindowFlags_NavFlattened (#7687), ImGuiWindowFlags_AlwaysUseWindowPadding. ocornut 2025-11-06 16:09:54 +01:00
  • f45adb995c Drag and Drop, Style: added basic styling options to DragDrop target rect. Amends. (#9056) ocornut 2025-11-06 15:35:13 +01:00
  • 7954d6782e Drag and Drop, Style: added basic styling options to DragDrop target rect. (#9056) aaronkirkham 2025-11-05 23:16:48 +00:00
  • 59db6ceeb1 Backends: GLFW: lower minimum requirement from GLFW 3.1 to GLFW 3.0. (#9055) Clownacy 2025-11-05 19:49:15 +00:00
  • a0bfbe4d8f Windows: BgClickFlags inherited by default + missing info in Changelog. Amend 40f9e4e. (#899, #3071, #5044, #3379) ocornut 2025-11-05 20:14:34 +01:00
  • 42015f7194 Merge branch 'master' into docking ocornut 2025-11-05 19:17:28 +01:00
  • e674f57bb6 Backends: SDL3: Fixed an issue with missing characters events when an already active text field changes viewports. (#9054) ocornut 2025-11-05 18:54:47 +01:00
  • ff45cb5929 Viewports: rename FindViewportByID() parameter for clarity. ocornut 2025-11-05 18:40:05 +01:00
  • 1897248bda Misc: added assert to detect ~ImGuiContext() called without DestroyContext(). (#9051) ocornut 2025-11-04 17:55:18 +01:00
  • 051a31594f Metrics: fixed table and columns rect highlight from display when metrics window is not in the same viewport as the table. ocornut 2025-11-03 19:48:57 +01:00
  • dc6e0f4b9e Tables: Angled headers: fixed an auto-resize feedback loop that could affect tables with empty non-resizing columns using angled headers. ocornut 2025-11-03 19:35:19 +01:00
  • df3f2fff88 Examples: WebGPU: moved CreateWGPUSurface to the bottom of the file due to interference with X.h. (#8381) BrutPitt 2025-11-01 10:41:59 +01:00
  • 8e5e79054e Examples: WGPU: tweak headers and standardize other things so examples have less differences. (#8381) ocornut 2025-11-03 19:04:44 +01:00
  • 3cc8b470a6 Backends, Examples: WebGPU: header optimization. Added the code for using Dawn “pre-built” library. (#8381) BrutPitt 2025-11-01 10:43:26 +01:00
  • f1becf7e4b Amend 149587b config/build infos change to be resilient to IM_ASSERT() macros using stringification inside a list. ocornut 2025-11-03 14:31:14 +01:00
  • a3546b52f8 Various typo fixes (#9042) Brenton Bostick 2025-11-03 07:26:12 -05:00
  • 823ccc274e Examples: update docs. (#8381) ocornut 2025-10-31 19:34:12 +01:00
  • ff672b2db3 Examples: SDL2+WebGPU, SDL3+WebGPU: add new examples. (#8381) BrutPitt 2025-10-31 18:59:34 +01:00