Commit Graph

  • 8306e32495 Nav: fixed speed scale for resizing/moving with keyboard/gamepad. (#323) ocornut 2026-01-28 15:14:15 +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) 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
  • 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) RegimantasSimkusandocornut 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
  • 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 SlatteryandGitHub 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) thedmdandocornut 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
  • ea122de913 Error handling: Improve error handling and recovery for TableSetupColumn(). ocornut 2026-01-19 11:49:11 +01:00
  • 14dfd5bf6b Examples: DX12: update to VS2019 so it supports WIndows SDK 10.0 simplified versioning. ocornut 2026-01-19 11:42:08 +01:00
  • 5dde06b327 Docs: fixed 'Tearaway' link in credits section (#9176) EandGitHub 2026-01-18 17:45:38 -05:00
  • 3ac70bb034 Merge branch 'ocornut:master' into sdl2_cpu MoonPowerandGitHub 2026-01-15 19:58:58 +01:00
  • 21d3299e58 Backends: fixed reappearing uses to NULL to favor nullptr. ocornut 2026-01-15 16:08:40 +01:00
  • d7598aa84f Backends: SDL2, SDL3: changed GetClipboardText() handler to return NULL on error aka clipboard contents is not text. (#9168) ocornut 2026-01-15 16:07:07 +01:00
  • 9a6eb0ab25 Backends: Vulkan: ImGui_ImplVulkanH_DestroyWindow() oes not call vkDestroySurfaceKHR(): because surface is created by caller. (#9163) ocornut 2026-01-14 19:23:57 +01:00
  • a1dfaf4869 ImageButton() doesn't use a clamped style.FrameRounding value but instead adjust inner image rounding when FramePadding > FrameRounding. (#2942, #845) ocornut 2026-01-14 15:54:55 +01:00
  • 7143d711bf Images, Style: added style.ImageRounding, ImGuiStyleVar_ImageRounding to configure rounding of Image() widgets. (#2942, #845) ocornut 2026-01-14 15:24:30 +01:00
  • 0d08927dae Error handling: Improve error handling and recovery for EndMenu()/EndCombo(). (#1651, #9165, #8499) ocornut 2026-01-14 14:59:39 +01:00
  • 791ad9b82d InvisibleButton: allow calling with size (0,0) to fit to available content size. (#9166, #7623) ocornut 2026-01-13 16:15:48 +01:00
  • f64c7c37ef Fonts: fixed a crash when trying to use AddFont() with MergeMode=true on a font that has already been rendered. (#9162) ocornut 2026-01-12 18:17:38 +01:00
  • d1c5a66557 Backends: WebGPU: rework unsupported path into an assert. (#9155, #9156) ocornut 2026-01-12 12:11:10 +01:00
  • f5384544cb (Breaking) Commented out legacy names obsoleted in 1.90 (Sept 2023): BeginChildFrame(), EndChildFrame(), ShowStackToolWindow(), IM_OFFSETOF(), IM_FLOOR(). ocornut 2026-01-08 17:26:25 +01:00
  • fedf227ea4 Amend 7a02f4b. ocornut 2026-01-08 17:17:06 +01:00
  • 7a02f4b545 Nav, Shortcuts, Tooltips: tooltip reference position not affected by remote shortcut activation. (#9138, #456) ocornut 2026-01-08 17:14:38 +01:00
  • ca9b7b4071 InputText, Nav: amend 1566c96. (incorrectly commited old chunk) ocornut 2026-01-08 17:11:23 +01:00
  • 1566c96ccd InputText, Nav: fixed remote/shortcut InputText() not teleporting mouse cursor when nav cursor is active and io.ConfigNavMoveSetMousePos is enabled. ocornut 2026-01-08 17:04:52 +01:00
  • 3389dfd9dd IsItemHovered() doesn't filter out the signal when activated item is a shortcut remote activation. (#9138, #456) ocornut 2026-01-08 15:58:12 +01:00
  • 9ce41a92c3 Misc/shallow merges from docking branch to reduce small drift. ocornut 2026-01-08 14:31:25 +01:00
  • 43a90adc61 Docs: Fix spelling errors (#9158) mafandGitHub 2026-01-08 16:17:44 +08:00
  • 7b3ad4a282 (Breaking) Popups: changed 'ImGuiPopupFlags popup_flags = 1' default value to be '= 0' for BeginPopupContextItem(), BeginPopupContextWindow(), BeginPopupContextVoid(), OpenPopupOnItemClick(). (#9157, #9146) ocornut 2026-01-07 18:15:15 +01:00
  • 4ce188def8 Backends: WebGPU: clarify build failure when attempting to build with Dawn for iOS. (#9155, #9156) JD31andocornut 2026-01-07 16:37:59 +01:00
  • b467a0466c Docs: amends comments about fonts. ocornut 2026-01-06 19:07:46 +01:00
  • 69a501df6e Backends: OpenGL3: call ImGui_ImplOpenGL3_InitLoader() in ImGui_ImplOpenGL3_CreateDeviceObjects() / ImGui_ImplOpenGL3_DestroyDeviceObjects(). (#9112) ocornut 2026-01-05 16:46:56 +01:00
  • 1dc1964d5b Backends: Vulkan: change ImGui_ImplVulkanH_Window::ClearEnable to fuller featured AttachmentDesc. (#9152) ocornut 2026-01-05 16:26:59 +01:00
  • f106ccd5fa Backends: Vulkan: clarify ImGui_ImplVulkanH_Window members. ocornut 2026-01-05 15:58:08 +01:00
  • 25158fe33b Textures: prevent assert/crash of having a destroyed texture recreated without the pixels data available (#9150, #8811) Sammy FatnassiandGitHub 2026-01-03 14:26:29 -05:00
  • 960921f03a Happy new year! ocornut 2026-01-03 01:07:58 +01:00
  • a941c96d1f Backends: Replace std::clamp with ImClamp to satisfy C++11 moonpower 2025-12-26 03:37:07 +01:00
  • c57a5b31db Backends: Update Makefile for example_sdl2_surface to match the renderer example moonpower 2025-12-26 03:07:26 +01:00
  • d92ad93fdd Backends: Enhance SDL_Surface example to match the renderer example moonpower 2025-12-26 03:00:50 +01:00
  • 189330241b Backends: Remove redundant BackendFlags setting in SDL_Surface initialization moonpower 2025-12-26 02:51:18 +01:00
  • b3c5626b1f Backends: Initialize and shutdown renderer backend for SDL_Surface moonpower 2025-12-26 02:48:40 +01:00
  • 9084ab8861 Backends: Refactor Makefile for example_sdl2_surface to improve cross-platform compatibility moonpower 2025-12-25 21:53:27 +01:00
  • eeb20d048b Backends: Improve pixel blending and surface format conversion in SDL_Surface moonpower 2025-12-25 00:25:31 +03:00
  • a59e03e1e7 Examples: enhance sdl2 surface moonpower 2025-12-25 00:11:45 +03:00
  • b3008c0543 Backends: Enhance pixel manipulation functions for SDL_Surface moonpower 2025-12-25 00:03:50 +03:00
  • f2703c1015 Backends: Start adding sdl2 surface moonpower 2025-12-24 23:17:37 +03:00
  • 922a11f084 Docs: update links, refs. ocornut 2025-12-23 19:33:37 +01:00
  • b7b8f52437 Examples: Android: update for consistency (untested). ocornut 2025-12-23 17:57:01 +01:00
  • 05581da183 AddFontDefault() now automatically selects an embedded font between AddFontDefaultVector() and AddFontDefaultBitmap). ocornut 2025-12-23 17:44:18 +01:00
  • f006400f05 Fonts: added AddFontDefaultVector() with embedded ProggyVector data. ocornut 2025-08-26 17:54:10 +02:00
  • cde6ad3967 Removed unused ImRect::Floor(). Clarified IM_TRUNC(), IM_ROUND(), ImRound64(). ocornut 2025-12-23 14:40:00 +01:00
  • 73dd0e869d (Breaking) Fonts: remove ImFontConfig::PixelSnapV. Post-rescale GlyphOffset is always rounded. ocornut 2025-12-23 14:30:16 +01:00
  • 55ad3b4abd Fonts: added ExtraSizeScale feature (undocumented). ocornut 2025-12-22 19:57:04 +01:00
  • d1de937c31 Fonts: ImFontAtlasFontRebuildOutput() helper. ocornut 2025-12-22 19:57:21 +01:00
  • d365417e8b CI: reduce macOS runs since they are expensive. ocornut 2025-12-23 16:47:44 +01:00
  • 0ff810038d Added GetItemFlags() in public API. (#9127) ocornut 2025-12-22 18:33:12 +01:00
  • 9055c9ed22 imgui_freetype: fixed overwriting ImFontConfig::PixelSnapH when hinting is enabled. ocornut 2025-12-22 17:51:24 +01:00
  • d87650dffb Text: fixed unused variable warning on builds without asserts. ocornut 2025-12-21 18:22:48 +01:00
  • a5dffbec38 Text: word-wrapping use a small lookup table. (#8990, #3237, #8503, #8139, #8439, #9094, #3002, #9066, #8838) ocornut 2025-12-21 16:42:58 +01:00
  • 22ffa3d6d3 Text: rewrite word-wrapping logic. (#8990, #3237, #8503, #8139, #8439, #9094, #3002, #9066, #8838) ocornut 2025-12-18 00:12:32 +01:00
  • 683f9160b9 Internals: ImBitArray: rename storage. ocornut 2025-12-18 20:54:21 +01:00
  • 4e7c05504a Renamed IM_ARRAYSIZE() -> IM_COUNTOF(). Kept legacy name for now. ocornut 2025-12-17 14:30:01 +01:00
  • 99bca397d8 Docs: clarify PixelSnapH / PixelSnapV + comment on PushTextWrapPos(). ocornut 2025-12-17 11:41:54 +01:00
  • dc48a7c88e Docs: amend fc89c61 ocornut 2025-12-15 16:59:22 +01:00
  • 4dac00ca0c Windows: fixed always updating internal buffer for ### window titles even when Ctrl+Tab window is hidden. Instead forcing an update on mismatching when appearing. ocornut 2025-12-11 23:12:52 +01:00
  • fc89c61089 Hashing: handling of "###" operator to reset to seed within a string identifier doesn't include the "###" characters in the output hash anymore. omarandocornut 2019-12-26 21:40:58 +01:00
  • 1e7d2adc29 Fixed Clang cast-align warning + Added missing Changelog entry in 1.92.4. (#8893) ocornut 2025-12-11 21:36:42 +01:00
  • bd6f48fe20 Backends: OpenGL3: Fixed embedded loader multiple init/shutdown cycles broken on some platforms. (#8792, #9112) ocornut 2025-12-11 18:28:23 +01:00
  • 0d2dd30ee9 Tabs: minor tweaks to facilitate mods altering spacing. ocornut 2025-12-11 17:17:57 +01:00
  • 9971251574 Fonts: amend/comment on FontDataOwnedByAtlas=false fix being a breaking change. (#9086, #8465) ocornut 2025-12-10 21:42:07 +01:00
  • a07b2828ce Backends: GLFW: add IMGUI_IMPL_GLFW_DISABLE_X11 / IMGUI_IMPL_GLFW_DISABLE_WAYLAND. (#9109, #9116) ocornut 2025-12-10 18:57:02 +01:00
  • 9a4fd69f6d Backends: GLFW: avoid repeated glfwSetCursor()/glfwSetInputMode() calls when unnecessary. ocornut 2025-12-10 18:35:22 +01:00
  • cf64b7fa72 Tables: Fixed losing stored display order when reducing column count. (#9108, #4046) ocornut 2025-12-08 19:29:41 +01:00
  • a726bded11 Fonts: ClearOutputData() doesn't need to clear FallbackChar, EllipsisChar. Fixed crash changing font loader. ocornut 2025-12-05 19:12:50 +01:00
  • 7f78f52243 Demo: removed some hardcoded widths. ocornut 2025-12-05 18:44:21 +01:00
  • 60f8b0733c Rework color marker internals to facilitate arbitrary override using SetNextItemColorMarker(). ocornut 2025-12-05 18:06:34 +01:00
  • fa4b47c5e2 Added RGBA color markers to ColorEdit3/ColorEdit4 + opt-in ImGuiSliderFlags_ColorMarkers for Drags/Sliders. ocornut 2025-12-05 16:29:15 +01:00
  • a7ecbcdeba Shuffle ImGuiColorEditFlags flag values. ocornut 2025-12-04 16:45:45 +01:00
  • ded52c71d9 Debug Log: can output to debugger. Added ImGuiDebugLogFlags_OutputToDebugger. ocornut 2025-12-05 15:07:44 +01:00
  • 9d4fafa671 Nav: removed an unnecessary FindWindowByName() call. ocornut 2025-12-05 14:16:14 +01:00
  • e2c49530cb ImDrawList: harden/clarify static asserts about ImDrawCmd / ImDrawCmdHeader layout. ocornut 2025-12-05 13:42:15 +01:00
  • fee06a92ea Text: fixed word-wrapping function reading from *text_end when passed a string range. (#9107) achabenseandocornut 2025-12-05 18:36:16 +08:00
  • d71091a957 Internals: amend RenderRectFilledRangeH() to avoid shadowed variables. ocornut 2025-12-04 16:27:54 +01:00
  • d1e262ad55 Internals: refactor RenderRectFilledRangeH() into RenderRectFilledInRangeH() to take absolute coordinates instead of normalized ones. ocornut 2025-12-04 15:57:31 +01:00