Commit Graph

  • 6cc99a6e2b Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. Amends. (#8803, #9270) ocornut 2026-03-12 18:23:50 +01:00
  • a103826154 Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. (#8803, #9270) exelix 2026-03-03 16:41:24 +01:00
  • 0db591935f Changed default ImTextureID_Invalid value to -1 instead of 0 +added comments. (#9293, #8745, #8465, #7090) ocornut 2026-03-12 14:23:29 +01:00
  • 80f8298769 Backends: Vulkan: fixed warning. ocornut 2026-03-11 22:07:56 +01:00
  • 1fbab15c0a Focus: fixed fallback "Debug" window temporarily taking focus and setting io.WantCaptureKeyboard for a frame. (#9243) ocornut 2026-03-11 21:59:44 +01:00
  • 7546f1eb16 Backends: Vulkan: ImGui_ImplVulkan_AddTexture() skips updating descriptor_set if failing to allocate. (#8677) Michael Böhme 2025-06-11 17:06:31 +02:00
  • 5220c14f4b Docs: update readme. omar 2026-03-11 21:16:49 +01:00
  • 8f63c3691d Merge branch 'master' into docking ocornut 2026-03-11 21:07:46 +01:00
  • 378cb85bf0 Amend missing Changelog entry. (#9115) ocornut 2026-03-11 21:02:46 +01:00
  • 5aa7d61139 InputText: reworked so that io.ConfigInputTextEnterKeepActive reactivate in order for e.g. IsItemDeactivatedAfterEdit() to work. Amends. (#9001, #9115) ocornut 2026-03-11 20:33:18 +01:00
  • 03a9946a14 InputText: reworked so that io.ConfigInputTextEnterKeepActive reactivate in order for e.g. IsItemDeactivatedAfterEdit() to work. (#9001, #9115) xttt 2026-03-11 20:01:49 +01:00
  • decb5cdf10 Backends: Vulkan: added ImGui_ImplVulkan_PipelineInfo::ExtraDynamicStates. (#9211) MaciejDziuban 2026-01-31 15:50:22 +01:00
  • 5dd56d4bb5 Demo: add an option to enable ImGuiSliderFlags_ColorMarkers in Multi-Components section + fixed warnings. ocornut 2026-03-09 17:59:49 +01:00
  • 512982d0d2 Examples: Emscripten: fixes minor rendering issues (#9281) Yan Pujante 2026-03-05 10:35:51 -08:00
  • 9e6b888626 Examples: reorder builds items to favor main.cpp and backend failing earlier. ocornut 2026-03-09 16:19:22 +01:00
  • 83fa0ae263 Backends, Examples: removed Emscripten < 4.0.10 support. Removed IMGUI_IMPL_WEBGPU_BACKEND_WGPU. Amends. (#9281, #8381) ocornut 2026-03-09 15:46:46 +01:00
  • e92820db2a Backends, Examples: removed Emscripten < 4.0.10 support. Removed IMGUI_IMPL_WEBGPU_BACKEND_WGPU. (#9281, #8381) Yan Pujante 2026-03-05 09:33:21 -08:00
  • 6f8bdb7bf7 Docs: fixed misc typos (#9267) Brenton Bostick 2026-03-09 09:51:06 -04:00
  • aeaaee8090 Backends: SDL2, SDL3: fixed an issue in 06c2c9f45 causing ImGuiBackendFlags_HasMouseHoveredViewport to never be set. (#9284) ocornut 2026-03-09 14:42:00 +01:00
  • ca166c0e5f Docs: imgui_manual -> imgui_explorer. ocornut 2026-03-09 14:24:03 +01:00
  • 41765fbda7 Scrollbar: extend hit-testing bounding box when window is sitting at the edge of a viewport. (#9276) ocornut 2026-03-06 18:03:27 +01:00
  • ba84d2d372 Fixed -Wconversion warnings in GCC. (#9265) Simon 2026-02-27 14:48:30 +02:00
  • 11acd9f5cb Sliders: extracted code into TempInputIsClampEnabled() helper for reuse. ocornut 2026-02-26 23:38:16 +01:00
  • 238651ffa3 Sliders: shallow rework of TempInputScalar(). ocornut 2026-02-26 23:50:40 +01:00
  • 14e0c70f88 Sliders: removed unnecessary is_logarithmic parameters as they can be inferred. (#3786, #1823, #1316, #642) ocornut 2026-02-26 18:34:23 +01:00
  • ef022c5e0a Separator: added and following style.SeparatorSize. (#2657, #9263) ocornut 2026-02-26 17:21:57 +01:00
  • c40226e9de CloseButton, InputText: scale thickness to integer amount when using style.ScaleAllSizes(). (#7031) ocornut 2026-02-25 22:10:41 +01:00
  • 650eca386e Doc: update link to imgui_manual, add a new one near top of the demo + update binaries. ocornut 2026-02-25 20:14:25 +01:00
  • 934c6a5f5e Merge branch 'master' into docking ocornut 2026-02-25 19:48:53 +01:00
  • 848da73a81 Demo: fixed/tweaked missing IMGUI_DEMO_MARKER for examples applets. (#9261, #3689) Pascal Thomet 2026-02-23 11:29:28 +01:00
  • 8a15a1064d Add DemoMarker() function to formalize access for other demos than imgui_demo.cpp (#9261, #3689) ocornut 2026-02-25 19:25:57 +01:00
  • dd5c604768 Backends: SDLGPU3: remove unnecessary call to SDL_WaitForGPUIdle when releasing vertex/index buffers. (#9262) Seppo Räisänen 2026-02-24 21:57:54 +02:00
  • 2b415e642b Backends: WebGPU: fixed Emscripten version check. (#8381) ocornut 2026-02-24 17:44:51 +01:00
  • 68a91d3060 InputText: Shift+Enter in multi-line editor always adds a new line. (#9239) ocornut 2026-02-24 17:10:56 +01:00
  • 0666da6a72 TreeNode: fixed duplicate TreeNodeGetOpen() declaration. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722) ocornut 2026-02-24 13:34:20 +01:00
  • 7dec6b6de8 Demo: TreeNode: add sectiont to increase visibility of tree clipping demo. ocornut 2026-02-23 22:53:35 +01:00
  • 33dfa7f834 TreeNode, Demo: Property Editor: demonstrate a way to perform tree clipping by fast-forwarding through non-visible chunks. (#3823, #9251, #6990, #6042) ocornut 2026-02-23 22:31:17 +01:00
  • 46f0e2e247 Demo: Property Editor: misc tweaks to reduce noise in upcoming change. Allow node to have more than 65K child. ocornut 2026-02-23 18:40:28 +01:00
  • f6e0953b38 TreeNode: moved TreeNodeGetOpen() helper to public API. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722) ocornut 2026-02-23 22:18:38 +01:00
  • 14b4d8a625 Clipper: added UserIndex helper storage. ocornut 2026-02-23 22:36:23 +01:00
  • dbee23e09c Commented out legacy signatures for Combo()/ListBox() which were obsoleted in 1.90. ocornut 2026-02-23 15:21:20 +01:00
  • 2000008b47 Examples: Emscripten: add tabindex=-1 to canvas in shell_minimal.html. (#9259) Pascal Thomet 2026-02-22 16:35:57 +01:00
  • 352a7f101a Merge branch 'master' into docking ocornut 2026-02-20 18:07:02 +01:00
  • 37b7a7a9df Demo: move imgui manual IMGUI_DEMO_MARKER inside tree nodes. (#3689) Pascal Thomet 2026-02-08 00:43:34 +01:00
  • b5ccee78b6 Examples: WGPU: fixed undefined behaviors in example init code. (#9246, #9256) [@r-lyeh] r-lyeh 2026-02-20 15:54:56 +01:00
  • 221bac8b06 Style: border sizes are now scaled and rounded by ScaleAllSizes(). Lift 1.0f limit in Style Editor. ocornut 2026-02-20 16:16:27 +01:00
  • 05481194b6 Update README omar 2026-02-20 15:25:35 +01:00
  • e8281fdf1a Update README omar 2026-02-20 15:09:20 +01:00
  • f7fbe5bd91 Update README.md omar 2026-02-20 14:56:18 +01:00
  • c234426f89 TreeNode: comments on ImGuiTreeNodeFlags_Leaf. (#4833) ocornut 2026-02-19 16:32:14 +01:00
  • 3fecb234c8 Examples: SDL3+WGPU: fixed build warning. (#9255) Adem Budak 2026-02-19 13:27:19 +03:00
  • ad769352ea Viewports: fixed an issue where the implicit "Debug" window would erroneously be targeted for mouse inputs while hidden. (#9254) ocornut 2026-02-19 11:34:39 +01:00
  • 0653a0d42a Demo: use ImGui version of TreeNodeGetOpen/TreeNodeSetOpen + comments. ocornut 2026-02-18 16:47:30 +01:00
  • 635a5c0a12 Clipper: clear DisplayStart/DisplayEnd fields when Step() returns false. ocornut 2026-02-18 16:08:49 +01:00
  • b8a1f74fd9 Version 1.92.7 WIP ocornut 2026-02-18 16:05:19 +01:00
  • 6ded5230d0 Changelog formatting amends v1.92.6 ocornut 2026-02-17 18:21:37 +01:00
  • 2a1b69f057 Merge branch 'master' into docking v1.92.6-docking ocornut 2026-02-17 17:49:40 +01:00
  • e118ea06e0 Version 1.92.6 ocornut 2026-02-17 17:45:07 +01:00
  • f921abe7e7 InputTextMultiline(): fixed a minor bug where Shift+Wheel would allow a small horizontal scroll offset. (#9249) ocornut 2026-02-17 17:44:04 +01:00
  • 7609963448 Demo: fixes for Emscripten 5.0+ ocornut 2026-02-17 17:25:00 +01:00
  • d763944e9e Style Editor: disable FontScaleDpi field when io.ConfigDpiScaleFonts is set. ocornut 2026-02-17 17:23:18 +01:00
  • ff673d31df Backends: WebGPU: minor build fix for Emscripten 5.0.0 (note: our examples currently don't build with 5.0.1). ocornut 2026-02-16 18:04:07 +01:00
  • acdaaef625 Backends: further zealous warning fixes. (#9247) ocornut 2026-02-16 16:45:08 +01:00
  • 3d79353e45 Cast this to (void*) in zero-clearing memset calls to fix -Wnontrivial-memcall. Amends for docking (#9247, #8295, #8129, #8135) ocornut 2026-02-16 16:30:21 +01:00
  • fbe973a8d0 Cast this to (void*) in zero-clearing memset calls to fix -Wnontrivial-memcall (#9247, #8295, #8129, #8135) Laurenz Altenmüller 2026-02-16 14:36:36 +01:00
  • eaa32bb787 Avoid using SSE intrinsic on ARM64/ARM64EC targets. (#9209, #5943, #4091) Naveen Regulla 2026-01-31 07:45:47 +05:30
  • 9f2b3bcf7a Backends: SDL2, SDL3: systems other than X11 are back to starting mouse capture on mouse down. Only X11 requires waiting for a drag by defaultadded ImGui_ImplSDL2_SetMouseCaptureMode(), ImGui_ImplSDL3_SetMouseCaptureMode(). (#9235, #3650, #6410, #3956, #3835) ocornut 2026-02-13 15:58:20 +01:00
  • 3fb22b836b Merge branch 'master' into docking ocornut 2026-02-12 20:08:03 +01:00
  • 041cdddf35 Fonts: add new ProggyForever font! ocornut 2026-02-05 16:03:19 +01:00
  • a8bf659143 Fonts: AddFontDefaultBitmap() doesn't need to explicitely set OversampleH/OversampleV to 1 as this is automatic. ocornut 2026-02-12 19:35:41 +01:00
  • 9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly. ocornut 2026-02-12 18:36:22 +01:00
  • 42f28ba305 Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent. (re) ocornut 2026-02-11 20:11:13 +01:00
  • 291787bcac Fonts: comment about swapping EllipsisChar value. (#9228) ocornut 2026-02-11 18:59:11 +01:00
  • d67c66c437 Changed RenderTextEllipsis() logic to not trim trailing blanks before the ellipsis. (#9229) ocornut 2026-02-11 13:24:38 +01:00
  • 7b365fa6b4 Nav: fixed another occurence of nav cursor briefly appearing when Tabbing with ImGuiConfigFlags_NavEnableKeyboard disabled. (#9214, #9218) ocornut 2026-02-10 22:04:15 +01:00
  • 87262dd07a Nav, IO: added undocumented ConfigNavEnableTabbing flag. (#9218) ocornut 2026-02-10 21:50:05 +01:00
  • 8ed10d538e Docs: update comment on ImGuiConfigFlags_NavEnableKeyboard. (#9218) Ryan Jensen 2026-02-06 15:29:27 -06:00
  • 943fcc4f10 Merge branch 'master' into docking ocornut 2026-02-10 20:52:55 +01:00
  • 9f30044333 Backends: GLFW: try to set IMGUI_IMPL_GLFW_DISABLE_X11 / IMGUI_IMPL_GLFW_DISABLE_WAYLAND automatically if headers are not available. (#9225) ocornut 2026-02-10 20:47:56 +01:00
  • fd9873a5c2 Tables: internals: extract TableSetColumnDisplayOrder() out of TableBeginApplyRequests() and clarify API limitations. ocornut 2026-02-10 18:12:53 +01:00
  • c71b2a1fe6 Revert "Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent." ocornut 2026-02-10 17:56:37 +01:00
  • 5fe48b6a0e Docs: fixed some typos (#9217) tanksdude 2026-02-10 07:40:52 -08:00
  • 1bcc23ef12 Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent. ocornut 2026-02-05 16:46:15 +01:00
  • 524f01d248 Metrics: browsing font baked data persist tree state when e.g. using LoadAll. ocornut 2026-02-05 16:29:26 +01:00
  • 226f62fa8f Demo: amend Shortcuts demo to clarify that ImGuiInputFlags_RouteOverActive may be used with focused route. (#9004) ocornut 2026-02-05 15:25:26 +01:00
  • ea83628438 Nav: fixed navigation cursor briefly appearing when using API to focus an InputText() in a window with _NoNavInputs flag. (#9214) ocornut 2026-02-03 17:33:45 +01:00
  • 76860017d5 Clipper, Nav: fixed an UBSan warning when using in a ListClipper region . (#9160) ocornut 2026-02-02 17:24:32 +01:00
  • 4b8e41cffb TabBar: expose NextScrollToTabId to internal API. ocornut 2026-01-30 18:41:40 +01:00
  • a9ca61a7ce Fonts: fixed an issue where using PushFont() from the implicit/fallback "Debug" window when its recorded state is collapsed would incorrectly early out. (#9210, #8865) ocornut 2026-02-02 16:00:33 +01:00
  • 913a3c6056 TabBar: expose NextScrollToTabId to internal API. ocornut 2026-01-30 18:41:40 +01:00
  • 921842e8a1 Docking: make dock node tab bar ID match parent ID of its tab items. ocornut 2026-01-30 18:44:01 +01:00
  • 7a49ad6f5a Docking: use DockContextDeleteNode() instead of raw IM_DELETE(), so we can better rework ownership of dock node tab bars. ocornut 2026-01-30 17:55:58 +01:00
  • f58378711f Docking: fixed various rendering issues and ability to have rounded floating dock nodes. Amend 91ce8cc. (#6993, #6151) ocornut 2026-01-29 19:14:48 +01:00
  • 10ebda0b5e Docking, Viwport: Fixed a regression in 1.92.4 where partially moving a floating docking node with split over the main viewport would set the window in an invalid state. ocornut 2026-01-29 18:55:30 +01:00
  • 91ce8ccdbc Docking: fixed various rendering issues and ability to have rounded floating dock nodes. (#6993, #6151) ocornut 2026-01-29 18:08:43 +01:00
  • d6d5580099 Merge branch 'master' into docking w/ custom fix in Scrollbar() ocornut 2026-01-29 17:50:41 +01:00
  • a6598f6fdb Windows: clarify/simplify background rendering: alpha should always be zero for DockNodeHost windows. (#2522) ocornut 2026-01-29 14:05:32 +01:00
  • 5166bec5d8 Scrollbar: rounding corners selected based on a generic helper. ocornut 2026-01-29 17:23:28 +01:00
  • 6cc7787c77 Windows: shallow tweaks in window bg rendering to simplify diff w/ docking. ocornut 2026-01-29 14:12:57 +01:00
  • 960aff24fc Backends: Win32: use XInput Packet to avoid resubmitting gamepad data. (#9202, #8556) Ahmed Samy 2026-01-27 00:43:09 +02:00