Commit Graph

  • 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
  • 8306e32495 Nav: fixed speed scale for resizing/moving with keyboard/gamepad. (#323) ocornut 2026-01-28 15:14:15 +01:00
  • 63e9fbc265 Backends: GLFW: fix previous commit, would break multi-monitor. (#9195, #7902, #5683) ocornut 2026-01-28 14:51:21 +01:00
  • 814c6a194b Log/Capture: fixed erroneously injecting extra carriage returns in output. ocornut 2026-01-26 12:29:42 +01:00
  • ab6c9d9b12 Ignore -Wsign-conversion warnings when building with gcc. (#9192) Tom Seddon 2026-01-24 17:21:23 +00:00
  • d12b1a938e Demo: improved Selectable() demos. (#9193) ocornut 2026-01-26 11:37:55 +01:00
  • c91bcea7a8 Backends: SDLGPU3: fixed missing release of TexSamplerNearest. (#9196) ocornut 2026-01-25 13:30:19 +01:00
  • c6e54c7ab5 Comments about input queue being close to be supporting multi-thread. (#5772) ocornut 2026-01-13 16:38:58 +01:00
  • be2cfc26c9 Backends: GLFW: improve workarounds for cases where GLFW is unable to provide reliable monitor info. (#9195, #7902, #5683) ocornut 2026-01-25 13:24:20 +01:00
  • 08c777aeaa Ignore -Wsign-conversion warnings when building with gcc. (#9192) Tom Seddon 2026-01-24 17:21:23 +00:00
  • 2a08c87b8c Merge branch 'master' into docking ocornut 2026-01-23 16:05:50 +01:00
  • d1cf58e590 Nav: fixed WrapX/LoopX handling in menu layer. (#9178) ocornut 2026-01-23 16:00:28 +01:00
  • e1217227b2 Tooltips, Disabled: fixed EndDisabledOverrideReenable() assertion when nesting a tooltip in a disabled block. (#9180, #7640) RegimantasSimkus 2026-01-19 17:05:13 +00:00
  • 7250fbde2e Fixed warning compiling stb_truetype with MSVC, C++20 with /w15262 (#9189) ocornut 2026-01-23 14:29:20 +01:00
  • a117055b6b Internals: move field for locality. ocornut 2026-01-22 18:24:12 +01:00
  • b015acc464 Viewports: added GetWindowViewport() in imgui_internal.h to increase consistency with code using this public API in docking branch. (#9140) ocornut 2026-01-22 17:50:25 +01:00
  • 3050f653cb Menus, Nav: made navigation into menu-bar auto wrap on X axis. (#9178) ocornut 2026-01-22 17:33:35 +01:00
  • fb06d32844 Demo: rework DockSpace(), DockSpaceOverViewport() demo. ocornut 2026-01-22 15:58:17 +01:00
  • 66bb8add73 Docs: better document Shortcut() related stuff. (#9188) Better document io.ConfigDpiScaleFonts. (#9179) ocornut 2026-01-22 14:28:46 +01:00
  • 3aba95060e Fonts: adding new fonts after removing all fonts mid-frame properly updates current state. ocornut 2026-01-21 19:53:31 +01:00
  • cb3b7ff4fb InputText: added mGuiInputTextCallbackData::EventActive helpers. (#9174) ocornut 2026-01-21 18:46:38 +01:00
  • d448045669 InputText: Added ImGuiInputTextCallbackData::ID field. ocornut 2026-01-21 18:34:28 +01:00
  • f21307e5c9 InputText: ImGuiInputTextCallbackData::SelectAll() sets CursorPos. Added SetSelection() helper. ocornut 2026-01-21 18:25:38 +01:00
  • 42b7704b70 InputText: add ImGuiInputTextState::SetSelection() helper + make TextSrc valid outside scope for non-read only fields. (#9174) ocornut 2026-01-21 18:18:55 +01:00
  • 3803203d47 CI: update outdated GitHub Actions versions (#9186) Pádraic Slattery 2026-01-21 17:34:30 +01:00
  • 8c0b410371 Docs: tweaks. ocornut 2026-01-19 16:18:18 +01:00
  • 8b86c939c7 Backends: DirectX10, DirectX11, SDLGPU3: added nearest sampler in ImGui_ImplDX10_RenderState/ImGui_ImplDX11_RenderState/ImGui_ImplSDLGPU3_RenderState struct. ocornut 2025-09-08 16:26:58 +02:00
  • b933599f00 Backends: DirectX12: added helpers to switch to Linear sampler (yet not made public, but intended to be forward declared). (#9173) thedmd 2025-09-27 15:09:52 +02:00
  • 12223cc3e9 Error handling: rework macros, add IM_ASSERT_USER_ERROR_RET(), IM_ASSERT_USER_ERROR_RETV() to simplify code. ocornut 2026-01-19 12:04:43 +01:00