Commit Graph

  • 31c2e522f5 cpu start moonpower 2026-03-15 12:33:32 +01:00
  • 67c7f478f8 Merge branch 'ocornut:master' into sdl_cpu sdl_cpu MoonPowerandGitHub 2026-03-15 00:01:39 +01:00
  • 4a2e3cce69 Examples: SDL2+WebGPU: fixes hi-dpi handling. (#9300) Yan Pujanteandocornut 2026-03-13 08:58:12 -07:00
  • fd752d8357 InputText: Fixed a glitch when using ImGuiInputTextFlags_ElideLeft where the local x offset would be incorrect during the deactivation frame. (#9298) ocornut 2026-03-13 16:32:39 +01:00
  • af86719c5a Merge branch 'ocornut:master' into sdl_cpu MoonPowerandGitHub 2026-03-13 15:51:47 +01:00
  • 10e6755ad5 Merge branch 'sdl_cpu' of https://github.com/momo-AUX1/imgui into sdl_cpu moonpower 2026-03-13 15:49:52 +01:00
  • dc4a1d294d Add Emscripten support for SDL2 and SDL3 surface examples moonpower 2026-03-13 15:49:21 +01:00
  • d02c645e38 Nav: short Gamepad Activation press on InputText() always activate with Text Input mode. master ocornut 2026-03-13 15:07:26 +01:00
  • 49ee151ed6 Nav: pressing gamepad north button activates context menus. ocornut 2026-03-13 15:01:10 +01:00
  • b76ab6232d Nav: changed Gamepad mapping for "Activate with Text Input" action from FaceUp press to FaceDown long press. (#8803, #787) ocornut 2026-03-13 14:48:10 +01:00
  • 413c8817d4 Merge branch 'ocornut:master' into sdl_cpu MoonPowerandGitHub 2026-03-13 14:50:16 +01:00
  • 6575c02cac Remove VSync setting from SDL window surface initialization moonpower 2026-03-13 14:22:06 +01:00
  • 5ae4be2b5f Refactor SDL surface backend for improved quad rendering and performance moonpower 2026-03-13 14:19:04 +01:00
  • 2f2b8a1226 Add SDL3 surface backend for ImGui example moonpower 2026-03-13 13:23:18 +01:00
  • 6dbda97fee Backends: OpenGL2, OpenGL3, SDLRenderer3: replaced erroneous IM_ASSERT(tex->TexID == 0) calls. (#9295, #9293) ocornut 2026-03-12 19:27:50 +01:00
  • 90743d3112 Nav: allow ImGuiKey_Menu or Shift + F10 to work on Begin()...BeginPopupContextItem() sequence aiming at title bar. (#8803, #9270) ocornut 2026-03-12 19:12:47 +01:00
  • 14a500a476 Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. Rework with polling in NavUpdate(). (#8803, #9270) ocornut 2026-03-12 18:49:57 +01:00
  • 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) exelixandocornut 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
  • 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öhmeandocornut 2025-06-11 17:06:31 +02:00
  • 5220c14f4b Docs: update readme. omarandGitHub 2026-03-11 21:16:49 +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
  • 00843f9ece windows and readme sdl2_cpu moonpower 2026-03-11 20:17:53 +01:00
  • 03a9946a14 InputText: reworked so that io.ConfigInputTextEnterKeepActive reactivate in order for e.g. IsItemDeactivatedAfterEdit() to work. (#9001, #9115) xtttandocornut 2026-03-11 20:01:49 +01:00
  • 655981382c Merge branch 'ocornut:master' into sdl2_cpu MoonPowerandGitHub 2026-03-11 20:08:43 +01:00
  • decb5cdf10 Backends: Vulkan: added ImGui_ImplVulkan_PipelineInfo::ExtraDynamicStates. (#9211) MaciejDziubanandocornut 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 Pujanteandocornut 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 Pujanteandocornut 2026-03-05 09:33:21 -08:00
  • 6f8bdb7bf7 Docs: fixed misc typos (#9267) Brenton BostickandGitHub 2026-03-09 09:51:06 -04: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) SimonandGitHub 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
  • 848da73a81 Demo: fixed/tweaked missing IMGUI_DEMO_MARKER for examples applets. (#9261, #3689) Pascal Thometandocornut 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änenandocornut 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 Thometandocornut 2026-02-22 16:35:57 +01:00
  • 37b7a7a9df Demo: move imgui manual IMGUI_DEMO_MARKER inside tree nodes. (#3689) Pascal Thometandocornut 2026-02-08 00:43:34 +01:00
  • b5ccee78b6 Examples: WGPU: fixed undefined behaviors in example init code. (#9246, #9256) [@r-lyeh] r-lyehandocornut 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 omarandGitHub 2026-02-20 15:25:35 +01:00
  • e8281fdf1a Update README omarandGitHub 2026-02-20 15:09:20 +01:00
  • f7fbe5bd91 Update README.md omarandGitHub 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 Budakandocornut 2026-02-19 13:27:19 +03: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 ocornut 2026-02-17 18:21:37 +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
  • 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
  • fbe973a8d0 Cast this to (void*) in zero-clearing memset calls to fix -Wnontrivial-memcall (#9247, #8295, #8129, #8135) Laurenz Altenmüllerandocornut 2026-02-16 14:36:36 +01:00
  • eaa32bb787 Avoid using SSE intrinsic on ARM64/ARM64EC targets. (#9209, #5943, #4091) Naveen Regullaandocornut 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
  • 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 Jensenandocornut 2026-02-06 15:29:27 -06: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) tanksdudeandGitHub 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
  • 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 Samyandocornut 2026-01-27 00:43:09 +02:00