Commit Graph

  • bdb8243602 Backends: SDl3: Fixed Platform_OpenInShellFn() return value. (#9027) ocornut 2025-10-22 13:33:36 +0200
  • b46f099a3f Backends: GLFW: fixed building on Linux platforms where Wayland headers are not available. (#9024, #8969, #8921, #8920) ocornut 2025-10-20 23:57:09 +0200
  • c1d6e4b795 Backends: DX12: Let user specifies an optional custom error handling function and fix missing error checks Rémy Tassoux 2025-10-20 19:14:06 +0200
  • 86aaffb887 Correct frame render buffer indexing to start at 0 Rémy Tassoux 2025-10-20 19:00:31 +0200
  • 63bfad401f MultiSelect: added ImGuiMultiSelectFlags_NoSelectOnRightClick. (#8200, #9015) ocornut 2025-10-20 18:58:45 +0200
  • 9329824dda Added CMakeLists.txt for imgui Salar Alo 2025-10-19 01:27:06 +0200
  • e11b7a0414
    Make ClearPlatformHandlers and ClearRendererHandlers API public (#9016) Ingmar Rieger 2025-10-18 17:34:40 +0200
  • e80fe59628 Make ClearPlatformHandlers and ClearRendererHandlers API public Ingmar Rieger 2025-10-18 16:14:37 +0200
  • 28dabdcb9e Merge branch 'master' into docking ocornut 2025-10-16 20:41:17 +0200
  • 065f9e0269 Backends: Vulkan: added IMGUI_IMPL_VULKAN_VOLK_FILENAME. (#9008, #7722, #6582, #4854) mwlasiuk 2025-10-15 21:34:10 +0200
  • 4b1f5aba80 Examples: GLFW+WebGPU: moving blocks to simplify upcoming diff. (#8381) ocornut 2025-10-16 19:10:10 +0200
  • 6fe191e5d7 Adjust code to use IMGUI_IMPL_VULKAN_VOLK_FILENAME mwlasiuk 2025-10-16 19:24:29 +0200
  • 71447b94fb Examples: GLFW+WebGPU: default build to legacy for now. (#8381) ocornut 2025-10-16 18:23:02 +0200
  • 3dc511c71d Backends: WebGPU: update to compile with Dawn and Emscripten's 4.0.10+ '--use-port=emdawnwebgpu' ports. (#8381, #8898) BrutPitt 2025-10-16 18:13:34 +0200
  • 36de604a5b InputText: avoid continuously overwriting ownership of ImGuiKey_Enter / ImGuiKey_KeypadEnter in order to allow e.g. external Shortcut to override behavior. (#9004) ocornut 2025-10-16 16:12:29 +0200
  • aa9f6db698 Examples: SDL2+DX11, SDL3+DX11, Win32+DX10, Win32+DX11: fixed one resource leak. (#9010, #4350) ocornut 2025-10-16 13:48:24 +0200
  • 9e36c77b73
    Fix indentation and formatting in main.cpp o3o 2025-10-16 12:10:46 +0800
  • 85676a1195
    Fix indentation and formatting in main.cpp o3o 2025-10-16 12:10:13 +0800
  • 4e47dab018
    Fix indentation and formatting in main.cpp o3o 2025-10-16 12:09:42 +0800
  • be2f9627d3
    Release swap chain factory after window association o3o 2025-10-16 11:33:35 +0800
  • 91d57e81d9
    Release swap chain factory after making window association o3o 2025-10-16 11:31:24 +0800
  • f5988de0d1
    Release IDXGIFactory after making window association o3o 2025-10-16 11:30:59 +0800
  • 08913a7519 Add possibility to use <Volk/volk.h> in imgui mwlasiuk 2025-10-15 21:34:10 +0200
  • 2a5e9a15e4 InputTextMultiline: fixed a crash when using ImGuiInputTextFlags_WordWrap and resizing the parent window while keeping the multi-line field active. (#9007, #3237) ocornut 2025-10-15 19:12:40 +0200
  • d7fec5e1d3 Tables: fixed a bug where nesting BeginTable()->Begin()->BeginTable(). (#9005) ocornut 2025-10-15 16:50:11 +0200
  • 7d8d587bc0 Version 1.92.5 WIP ocornut 2025-10-15 16:46:18 +0200
  • 245133e48f Fix TextInput selection render accessing offset array out of bounds Anton Klymenko 2025-10-15 15:18:28 +0100
  • 8042a75b3a
    Merge 4dafa5b149 into 9a5d5c45f5 TheMode 2025-10-15 17:54:23 +1100
  • e1b27ce51e Docs: amend changelog with minor tweaks matching web version. ocornut 2025-10-14 19:56:35 +0200
  • 3a058fbc74 Demo: added variety of usage scenarios, hooking Alt, Mouse Wheel, Home, CTRL+Tab demos. features/demo_input_owner_and_routing ocornut 2022-09-20 19:50:12 +0200
  • 03f2b1163f Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo. ocornut 2022-09-20 19:48:54 +0200
  • 16e218fe40 Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852) features/premake5 Mark Jansen 2024-08-06 14:41:40 +0200
  • 3a999b3e88 Premake: Add example_sdl2_sdlrenderer2 (7862) Mark Jansen 2024-08-05 23:47:50 +0200
  • 331f77043e Premake: experimental premake5 script. ocornut 2022-05-29 21:52:05 +0200
  • 4ece6fa3bc ImStrv: Added ImStrv formatter for LLDB (e.g. Xcode) features/string_view David Mentler 2025-10-01 20:45:42 +0200
  • 6a852f096c ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf) ocornut 2024-07-02 18:50:28 +0200
  • 35cd2fb29c ImStrv: allow constructing from two null pointers. ocornut 2024-05-03 16:24:52 +0200
  • 33c0e37c87 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions? ocornut 2024-04-03 10:02:32 +0900
  • 59b253455d ImStrv: convert Combo()/ListBox() to use ImStrv in their getters. ocornut 2024-04-03 09:58:36 +0900
  • 5172a5e06e ImStrv: add needed disambiguishing functions for const char* now being ambiguous. (5079) ocornut 2022-09-29 22:51:33 +0200
  • e8248826c6 ImStrv: backtracked for now on supporting ImStrv for format strings. ocornut 2022-08-25 12:54:07 +0200
  • b833c3ba02 ImStrv: enhanced VS debugger .natvis support. build fixes. (5333, 5906) 璀境石 2022-08-22 11:05:58 +0200
  • 2414e32f52 ImStrv: standardized code doing format copy, optimized ImStrStr ocornut 2021-05-25 14:08:20 +0200
  • da2c6649a3 ImStrv: Fixed various compile errors/warnings. ocornut 2022-08-22 11:06:33 +0200
  • 78f7510cfc ImStrv: moved double char* function signatures under #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks. ocornut 2021-03-31 15:06:32 +0200
  • 3e11dfd266 ImStrv: changed ImStrv xxx=NULL args to an explicit xxx=ImStrv() ocornut 2021-02-01 17:04:50 +0100
  • 126dffa103 ImStrv: Step 2 - change ImStrv typedef to struct, perform all other logic conversion. ocornut 2020-08-24 11:37:01 +0300
  • 19fe9fc640 ImStrv: Step 1 - change string type to ImStrv in API. (REBASED) Rokas Kupstys 2020-07-14 14:14:17 +0300
  • e7d2d636af Merge branch 'master' into docking v1.92.4-docking ocornut 2025-10-14 19:33:36 +0200
  • 9a5d5c45f5 Version 1.92.4 v1.92.4 ocornut 2025-10-14 19:16:43 +0200
  • 25e5baf5f0 (Breaking) Clipper: commented out legacy IncludeRangeByIndices name obsoleted in 1.89.9. (#6424, #3841) ocornut 2025-10-14 19:00:27 +0200
  • c8db91b7b4 (Breaking) TreeNode, Selectable: commented out legacy ImGuiTreeNodeFlags_AllowItemOverlap, ImGuiSelectableFlags_AllowItemOverlap names obsoleted in 1.89.7. ocornut 2025-10-14 18:52:27 +0200
  • 94ed5b1408 Docs: improve docking API comments and demo. (#9000) ocornut 2025-10-14 18:14:59 +0200
  • 702cc9993a Relaxed internal assert in MarkItemEdited() some more. (#8997) ocornut 2025-10-14 16:07:07 +0200
  • 96ad003000 Nav, Docking, Selection: Fixed tab change from reinitializing navigation state. (#8997) ocornut 2025-10-14 16:30:30 +0200
  • 28ed29078b Relaxed internal assert in MarkItemEdited() some more. (#8997) ocornut 2025-10-14 16:07:07 +0200
  • 2c49902159 Docs: reformat changlog entries. ocornut 2025-10-13 15:16:15 +0200
  • f9571ce4d3 Merge branch 'master' into docking ocornut 2025-10-13 15:13:06 +0200
  • bad5ee167b Shortcuts: added support for combining ImGuiInputFlags_RouteFocused with ImGuiInputFlags_RouteOverActive,. (#9004) ocornut 2025-10-13 15:03:26 +0200
  • b6e277980f Shortcuts: reorganize route scoring so values are easier to read. (#9004) ocornut 2025-10-13 15:02:55 +0200
  • 878c863af4 Docs: reformat changlog entries. ocornut 2025-10-13 13:25:02 +0200
  • 9be4f150ef Backends: DirectX12: Reuse texture upload buffer and grow it only when necessary. (#9002) Rémy Tassoux 2025-10-10 17:56:31 +0200
  • 8d9c903919
    Backends: DirectX12: remove unused members. (#8998) Rémy Tassoux 2025-10-13 13:10:01 +0200
  • 00251c8921 CI: disable PVS-Studio's --disableLicenseExpirationCheck ocornut 2025-10-13 12:01:10 +0200
  • 41fed6734c Add changelog entry Rémy Tassoux 2025-10-10 21:54:40 +0200
  • 8de97d14d8 Backends: DX10, DX11: avoid ImGui_ImplXXXX_SwapBuffers() handlers for secondary viewports crashing if SwapChain could not be created. ocornut 2025-10-10 18:31:20 +0200
  • 787a05babb Reuse upload buffer and grow it only when necessary Rémy Tassoux 2025-10-10 17:56:31 +0200
  • 52e7f797c0 Remove unused members pFrameResources and frameIndex Rémy Tassoux 2025-10-10 02:29:34 +0200
  • acbe364bf3
    Merge d67657d970 into 5af650fc6d Krazer 2025-10-09 14:28:48 -0400
  • 1a3a2a2e2a
    Merge 0f2572e824 into 5af650fc6d Matteo 2025-10-09 14:28:48 -0400
  • 5a2bef663d
    Merge a1363038ae into 5af650fc6d Zach 2025-10-09 14:28:48 -0400
  • 5af650fc6d Examples: GLFW+WGPU: various tweaks to reduce diff with #8381 ocornut 2025-10-09 18:54:16 +0200
  • 2b770a029b InputText: fixed an infinite loop error happening if a custom input text callback modifies/clear BufTextLen before calling InsertChars(). (#8994, #3237) ocornut 2025-10-08 19:00:34 +0200
  • bee2720faa Docs: clarify meaning/purpose of IMGUI_ENABLE_FREETYPE. (#8993) ocornut 2025-10-08 18:44:07 +0200
  • 1b44c41071 Backends: Vulkan: Explicitly enforce that secondary viewports share the same surface format. Ronan Cailleau 2025-10-07 17:13:06 +0200
  • cab82d9c76 Viewports: fixed crsah in UpdateTryMergeWindowIntoHostViewport(). (#8948) ocornut 2025-10-08 16:53:34 +0200
  • 73eb7d1a1b
    Merge 3507a793a9 into fd0873c61f Bruno Cabral 2025-10-08 16:14:51 +0300
  • d8158f1224 Added ID overload to BeginPopup Sven 2025-10-08 11:42:57 +0200
  • 764a775d1a Backends: Vulkan: Add viewports desired present mode (at init) Ronan Cailleau 2025-10-07 16:15:34 +0200
  • ea33a483ba Backends: Vulkan: Replaced `InitInfo`'s `PipelineInfo PipelineInfoForViewports` by `SecondaryViewportsInfo SecondaryViewportsInfo` Ronan Cailleau 2025-10-07 16:05:17 +0200
  • fd0873c61f Test Engine: fixed mismatched macro signature when disabled. ocornut 2025-10-07 15:59:45 +0200
  • ee3d16f150 Demo: fixed layout issue in "Layout & Scrolling -> Scrolling" section. ocornut 2025-10-06 18:39:10 +0200
  • 4b858cf5d1 Made tooltip windows inherit parent. (#8982, #1345) ocornut 2025-10-06 16:55:11 +0200
  • 2289b6252a Backends: Vulkan: Added ImGui_ImplVulkanH_CreateRenderPass utility function Ronan Cailleau 2025-10-06 15:39:53 +0200
  • 09e15e8c9d Nav: fixed typo. ocornut 2025-10-06 13:55:54 +0200
  • 2128e2f44b Style: added ImGuiCol_UnsavedMarker. (#8983) ocornut 2025-10-06 12:16:48 +0200
  • 5ef535b692 Backends: Vulkan: Re-organize custom shaders and added control over secondary viewports Ronan Cailleau 2025-09-30 15:38:21 +0200
  • 8f3f428228 Drag and Drop: amend BeginDragDropTargetViewport() for mutli-viewports. (#5204) ocornut 2025-10-03 19:09:42 +0200
  • f6754fd812 Merge branch 'master' into docking ocornut 2025-10-03 19:07:29 +0200
  • 27a9374ef3 Drag and Drop: added BeginDragDropTargetViewport(), still in imgui_internal.h for now. (#5204) ocornut 2025-10-03 19:04:37 +0200
  • 1cdec11e24 Drag and Drop: rework RenderDragDropTargetRect() into RenderDragDropTargetRectForItem() and add RenderDragDropTargetRectEx(). (#1603, #5204) ocornut 2025-10-03 18:54:15 +0200
  • 3ac624b795 Update FAQ.md typos. (#8862) ocornut 2025-10-03 18:26:06 +0200
  • a97b0c32ab
    Update FAQ.md omar 2025-10-02 20:31:14 +0200
  • bcf722e637 Docs: updated FAQ "What is the difference between Dear ImGui and traditional UI toolkits?". (#8862) ocornut 2025-10-02 20:06:10 +0200
  • 2b0c04692a Add fullscreen support Rémy Tassoux 2025-10-01 21:49:41 +0200
  • a0a6639fb5 Viewports: rename ImGuiBackendFlags_HasParentViewportId->ImGuiBackendFlags_HasParentViewport. (#8948) ocornut 2025-10-02 16:20:05 +0200
  • a9b56e2442 Added ImStrv formatter for LLDB (e.g. Xcode) David Mentler 2025-10-01 20:45:42 +0200
  • 0f7f6284d7 Merge branch 'master' into docking ocornut 2025-10-01 18:41:16 +0200
  • 8c22b8aef6 Textures: allowed backend to destroy texture while inside the NewFrame/EndFrame scope. (#8811) ocornut 2025-10-01 18:38:27 +0200
  • fc4105c8a8 Backends: DX9,DX10,DX11,DX12,Metal,Vulkan,WGPU,SDLRenderer2,SDLRenderer3: ensure that a texture in _WantDestroy state always turn to _Destroyed. (#8977) ocornut 2025-10-01 17:49:22 +0200