Commit Graph

  • 321e9eb919 Fixes for printing out ImTextureID value when it is typedef to other types. (#8889) ocornut 2025-08-19 15:32:12 +02:00
  • 655601169b Examples: Android+OpenGL3: update Gradle project, amend. (#8888, #8878) scribamandocornut 2025-08-16 18:34:02 +02:00
  • 361e370fe0 Examples: Android+OpenGL3: update Gradle project (#8888, #8878) scribamandocornut 2025-08-16 18:34:02 +02:00
  • 86ec5c8342 Version 1.92.3 WIP ocornut 2025-08-19 15:15:41 +02:00
  • 45acd5e0e8 Version 1.92.2b ocornut 2025-08-13 17:31:01 +02:00
  • 774ddb58bd Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883) ocornut 2025-08-13 17:06:05 +02:00
  • 4dee11a089 Make ImGuiInputSource int. ocornut 2025-08-13 17:01:57 +02:00
  • 43e3ac0dc6 Docs: fixed unneeded usage of Build(). (#8883) omarandGitHub 2025-08-13 15:17:53 +02:00
  • 02f654cbce Backends: Allegro5: fixed missing support for ImGuiKey_PrintScreen under Windows. ocornut 2025-08-12 20:02:08 +02:00
  • e1baadba84 Backends: Allegro5: Fixed texture format setup. (#8770, #8465) ocornut 2025-08-12 15:02:58 +02:00
  • e2a662eed8 Backends: Allegro5: fixed use of obsolete IM_OFFSETOF(). ocornut 2025-08-12 11:41:11 +02:00
  • e1a93805db Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay(). ocornut 2025-08-12 11:33:10 +02:00
  • af920e1e6f Version 1.92.3 WIP ocornut 2025-08-12 11:30:41 +02:00
  • 863e989c25 imgui_freetype.cpp: fix gcc -Wmissing-declarations (#8879) Wouter VermaelenandGitHub 2025-08-11 19:39:26 +02:00
  • 2b24f5fa71 Version 1.92.2 ocornut 2025-08-11 16:27:27 +02:00
  • e10300ed3c Docs: Special thanks. ocornut 2025-08-11 16:26:10 +02:00
  • 5a6fa33b88 Fixed an inconsistency between IsItemHovered() and internal hovering check, where IsItemHovered() would return true if mouse was first clicked on the background of a non-moveable window. (#8877) ocornut 2025-08-11 15:36:54 +02:00
  • 8239a0e0c4 Nav, Tables: fix NavIsScrollPushableX logic clamping value stored in NavApplyItemToResult(), which would break scrolling. (#8816, #2221) ocornut 2025-08-11 15:17:02 +02:00
  • 50115596dc Demo: About Box: include IMGUI_ENABLE_TEST_ENGINE in Config/Build info. ocornut 2025-08-11 12:29:13 +02:00
  • 1c57dc21c2 Misc: fixes zealous MSVC static analyzer warnings + make GetInputSourceName(), GetMouseSourceName() a little more tolerant. (#8876) ocornut 2025-08-11 11:01:13 +02:00
  • 47c41483bd Tables, Nav: fixed navigation within scrolling tables when item boundaries goes beyond columns limits. (#8816, #2221) ocornut 2025-08-11 10:47:55 +02:00
  • ea075ed973 ImVector: skip memcpy in operator= if Data isn't initialized to play nice with -fsanitize=undefined. (#8874) Ianandocornut 2025-08-10 14:10:42 -04:00
  • b6614f6c7c Backends: SDL_GPU3: removed ImGui_ImplSDLGPU3_Texture struct extraneous indirection now that we only need to store SDL_GPUTexture*. (#8866, #8163, #7998, #7988, #8465) ocornut 2025-08-08 15:48:40 +02:00
  • 9ee3d731b5 Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (#8866, #8163, #7998, #7988) ocornut 2025-08-08 15:25:19 +02:00
  • e7d0ad092c Removed static inline usages from free functions. (#8867, #8813) LEE KYOUNGHEONandGitHub 2025-08-08 00:01:23 +09:00
  • 412daf7362 Tabs: attempt to fix infinite loop in tab-bar ShrinkWidth() by using an epsilon. (#5652, #3421, #8800) ocornut 2025-08-07 16:41:21 +02:00
  • c22af8c346 Fonts: fixes comment (amend d8da97f7). ocornut 2025-08-07 16:19:07 +02:00
  • 1bf41a0762 Fonts, Tables: fixed PushFont() having no effect when called after submitting a hidden column. (#8865) ocornut 2025-08-07 16:16:12 +02:00
  • 284283615b InputText: minor tweak to an expression. ocornut 2025-08-06 10:47:43 +09:00
  • d163e20f63 Examples: Win32+OpenGL3: Replace legacy 'GL/GL.h' with 'GL/gl.h' (#8861) Adem BudakandGitHub 2025-08-06 04:43:57 +03:00
  • f7eae45ae9 Fonts: show ImFontConfig::FontNo in DebugNodeFont(). (#8863) Christian FillionandGitHub 2025-08-05 21:42:34 -04:00
  • ff2dfc8422 Fonts: fixed a crash when modifying different texture format with a legacy backend. (#8824) Elliot Priorandocornut 2025-07-22 18:21:43 +01:00
  • 7e701c18c8 Fonts: fixed an issue when a font using MergeMode has a reference size specified but the target font doesn't. ocornut 2025-08-04 18:21:38 +09:00
  • 90025a62c7 Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (#8666) Michael Böhmeandocornut 2025-06-06 16:27:57 +02:00
  • 902b8cc39a Examples: SDL3+SDL_GPU: use SDL_GPU_PRESENTMODE_VSYNC present mode. (#8830) ocornut 2025-08-04 15:30:25 +09:00
  • 70cfc02811 Examples: SDL3+SDL_GPU: use SDL_WaitAndAcquireGPUSwapchainTexture() instead of SDL_AcquireGPUSwapchainTexture(). (#8830) o:toneandocornut 2025-07-23 12:36:34 +02:00
  • 250bd66b76 Tabs: fixed ImGuiTabBarFlags_FittingPolicyScroll not triggering (regression in 3ef6c84). (#3421, #8800) ocornut 2025-08-04 15:19:16 +09:00
  • c14d83d4e0 Tabs: made scrolling buttons never keyboard/gamepad navigation candidates. ocornut 2025-08-04 15:12:23 +09:00
  • 7d5fef8642 Nav: fixed a bug where GamepadMenu couldn't toggle between main and menu layer while navigating a Modal window. (#8834) ocornut 2025-08-04 15:06:14 +09:00
  • 22fe9fce4c Textures: fixed assertion in DebugNodeTexture() when ImTextureID_Invalid is non-zero. (#8860, #8745) Christian Fillionandocornut 2025-08-04 00:57:44 -04:00
  • 320c94bfaa Tabs: when scrolling is enabled, track selected tabs when resizing down parent container. (#3421, #8800) ocornut 2025-07-31 23:39:44 +09:00
  • 3ef6c8410a Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800) ocornut 2025-07-31 23:20:47 +09:00
  • cc1fbcc9a9 Fonts: undo change done in b884533 since 19d1ad0 made them unnecessary. (#8794, #8850) ocornut 2025-07-31 23:04:35 +09:00
  • 78d11cd781 Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351) ocornut 2025-07-31 22:41:00 +09:00
  • 7278cda039 Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase. ocornut 2025-07-31 22:27:24 +09:00
  • 7bb9db501c Tabs: fixed 046a8ea (commited a modified file). ocornut 2025-07-31 22:05:19 +09:00
  • 046a8eae0f Tabs: fixed tab bar underline not drawing below scroll buttons. (#6820, #4859, #5022, #5239) ocornut 2025-07-31 22:04:01 +09:00
  • a0cdac48e0 Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper. ocornut 2025-07-31 13:16:51 +09:00
  • 2ab3946ecb Windows: add StopMouseMovingWindow(), partial merge 80d78fa from docking. ocornut 2025-07-30 18:39:15 +09:00
  • 87d7f7744e Fonts: (Internal) Added undocumented ImFontBaked::LoadNoRenderOnLayout. (#8758, #8465) ocornut 2025-07-27 20:33:57 +09:00
  • 10dc1882c8 Fonts: (Internal) rename ImFontBaked::LockLoadingFallback to ImFontBaked::LoadNoFallback. ocornut 2025-07-27 20:23:36 +09:00
  • c6c0c3be08 Docs: amend 1.92.0 logs on the fact that font->CalcTextSizeA() used to be thread-safe. ocornut 2025-07-27 20:15:21 +09:00
  • da6c97203e Fixed comments for io.KeyCtrl / io.KeySuper to match the one for ImGuiMod_Ctrl, ImGuiMod_Super. (#8839) ocornut 2025-07-27 19:37:30 +09:00
  • 853a46e021 Backends: Vulkan: fixed texture update corruption introduced in 1.92.0. (#8801, #8755, #8840, #8465) Miolithandocornut 2025-07-26 15:54:56 +02:00
  • 075ad676aa Demo: Fix '= =' typo in text (#8836) Ori AvtalionandGitHub 2025-07-25 11:36:23 +03:00
  • 19d1ad04f4 Fonts: stop using stb_truetype.h implementation functions. Fix using IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION. (#8794) ocornut 2025-07-23 16:42:00 +09:00
  • b884533957 Document/workaround an issue using IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION since 1.92.0. (#8794) ocornut 2025-07-23 16:30:30 +09:00
  • 174f37bdaf Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796) ocornut 2025-07-23 16:17:35 +09:00
  • 4f00774006 Examples: SDL3+Metal: Amend example. (#8827, #8825) ocornut 2025-07-23 16:11:44 +09:00
  • 8403c49484 Examples: SDL3+Metal: Added example. (#8827, #8825) Shi Yanandocornut 2025-07-22 18:28:12 -05:00
  • 06ab541e2f CI: Adjust policies to more frequently build Win64 SDL3+SDL_Renderer, SDL3+SDL_GPU, and tweak others. ocornut 2025-07-22 17:01:26 +09:00
  • 7babc24ad4 CI: Add SDL3 builds to MacOS and Windows. (#8819, #8778) scribamandocornut 2025-07-20 18:08:11 +02:00
  • c96e9c8273 CI: Update Windows CI to use a more recent SDL2. (#8819, #8778) scribamandocornut 2025-07-20 18:04:57 +02:00
  • 4a51295c9e Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (#8792) Tim-Rexandocornut 2025-07-12 16:47:45 +10:00
  • 9c392896b7 Misc: removed more redundant inline static linkage from imgui_internal.h. (#8813, #8682, #8358) gomkyung2andocornut 2025-07-17 18:56:12 +09:00
  • ea613e181c Windows: fixed an issue where resizable child windows would emit border logic when hidden/non-visible. (#8815) ocornut 2025-07-22 16:22:53 +09:00
  • ed5bd1f9ef Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820) ocornut 2025-07-22 14:06:44 +09:00
  • 3401dbde92 Docs: Fixed typo. (#8817) Rhys PounderandGitHub 2025-07-21 07:42:16 +01:00
  • c9e0208de4 Textures: moved UpdateTexturesNewFrame(), UpdateTexturesEndFrame() to a more suitable location in the file. ocornut 2025-07-21 15:35:53 +09:00
  • 57a816ae60 Texutres: minor comments, tweaks. ocornut 2025-07-21 15:27:17 +09:00
  • 643f0e3abf Backends: OpenGL3: restore update path on non-WebGL non-ES targets that doesn't require a CPU copy. (#8802, #8465) ocornut 2025-07-15 14:34:04 +02:00
  • 8744d10235 Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating textures. (#8802) ocornut 2025-07-15 14:30:50 +02:00
  • 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. ocornut 2025-07-11 17:41:52 +02:00
  • 79d88e2d0b Error Handling, Tables: TableGetSortSpecs() silently return NULL when no table (matching most other table getters). TableSetBgColor() uses IM_ASSERT_USER_ERROR. ocornut 2025-07-11 16:57:43 +02:00
  • a0d3e405a3 Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789) ocornut 2025-07-11 16:40:35 +02:00
  • 0e6e876f23 Docs: update docs/comments about ImTextureRef, ImTextureID. (#8783) ocornut 2025-07-10 19:04:43 +02:00
  • c680f54e6c FIxed IsWindowFocused() using wrong flag types (harmless as values were identical). (#8786) ocornut 2025-07-10 18:42:39 +02:00
  • 4d745bc602 Version 1.92.2 WIP ocornut 2025-07-10 18:41:05 +02:00
  • 5d4126876b Version 1.92.1 ocornut 2025-07-09 18:53:58 +02:00
  • 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) ocornut 2025-07-09 18:43:25 +02:00
  • f39b138487 Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId. ocornut 2025-07-09 18:24:14 +02:00
  • d9b758661f Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own. ocornut 2025-07-09 15:05:10 +02:00
  • ed7d965818 Examples: GLFW+OpenGL3, GLFW+WGPU: Emscripten Makefiles uses port contrib.glfw3 (#8742) Pascal Thometandocornut 2025-06-27 16:36:43 +02:00
  • 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) Pascal Thometandocornut 2025-06-27 13:40:48 +02:00
  • 7c51c0e3de Docs: misc update. (#8727, #8764) ocornut 2025-07-08 11:58:50 +02:00
  • c0d02e5ae4 Backends: Vulkan: forgot to update Changelog. (#8772) ocornut 2025-07-07 17:02:07 +02:00
  • 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) Moses Millerandocornut 2025-07-04 03:21:54 -07:00
  • c2d9b07533 Backends: Vulkan: fixed texture synchronization. (#8772) Moses Millerandocornut 2025-07-04 02:33:55 -07:00
  • 4ef1145241 Fonts: fixed dynamically changing font loader from losing Fallback and Ellipsis glyphs. (#8763) ocornut 2025-07-07 16:50:50 +02:00
  • 57a93e1a19 Backends: Allegro5: fixed texture update broken on some platforms where ALLEGRO_LOCK_WRITEONLY needed all texels to be rewritten. (#8770) ocornut 2025-07-07 15:36:24 +02:00
  • 94c888ebda Docs: update 1.92.0 changelogs to cover more internal fields. (#8764) ocornut 2025-07-07 15:27:47 +02:00
  • 495d6f1e39 Undef 'Status' in main header file. (#8751, #8765) ocornut 2025-07-07 14:51:42 +02:00
  • 68971223aa CI: Fix/amend be63037. ocornut 2025-07-07 10:42:45 +02:00
  • 4441aa8b60 CI: Fix/amend be63037. ocornut 2025-07-07 10:41:01 +02:00
  • 497ebec01d CI: Fix/amend be63037. ocornut 2025-07-07 10:36:49 +02:00
  • be63037654 CI: Updated to use latest Windows image + VS2022. ocornut 2025-07-07 10:34:59 +02:00
  • 0448428322 Fonts: Change ImFontConfig::FontNo back to int from S8 (#8775) Matthew Pohlmannandocornut 2025-07-05 08:51:58 -07:00
  • fd75bdccb0 Fonts: for large size fonts, layout/size calculation only load glyphs metrics. Actual glyphs are renderer+packed when used by drawing functions. (#8758, #8465) ocornut 2025-06-30 21:16:20 +02:00
  • 51b3495ad8 Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases. ocornut 2025-06-30 20:59:08 +02:00
  • b7e5d76c79 Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465) ocornut 2025-06-30 20:01:02 +02:00