1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Commit graph

  • f0699effed Examples: Win32+DirectX12: Disable breaking on the D3D12_MESSAGE_ID_FENCE_ZERO_WAIT warning. (#9093, #9084) Rémy Tassoux 2025-11-22 12:47:10 +01:00
  • 75db81cf08 Backends: SDL_GPU3: select between metallib and MSL shaders based on availability. (#9076) ocornut 2025-11-26 15:05:05 +01:00
  • fd887f5241 Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (#9076) Leon Lysak 2025-11-26 14:51:22 +01:00
  • 285e3042ba Docs: tweaks. Add reference to imgui-module from main README. (#9092, #8868) ocornut 2025-11-26 14:49:11 +01:00
  • 772cbfd014 Merge branch 'master' into docking ocornut 2025-11-26 14:33:25 +01:00
  • d981b33dd0 Textures: amend to please static analyzer. ocornut 2025-11-26 14:24:55 +01:00
  • e768f91dc2 Textures: fixed displaying texture # in metrics/debugger. ocornut 2025-11-26 14:18:51 +01:00
  • 3fef0d553d Textures: fixed a building issue when ImTextureID is defined as a struct. ocornut 2025-11-26 14:11:22 +01:00
  • 092baa82ff Disable breaking on the D3D12_MESSAGE_ID_FENCE_ZERO_WAIT warning Rémy Tassoux 2025-11-22 12:47:10 +01:00
  • 3a45bae9dc Backends: Vulkan: helper for creating a swapchain selects VkSwapchainCreateInfoKHR's compositeAlpha based on cap.supportedCompositeAlpha. (#8784) ocornut 2025-11-24 18:11:23 +01:00
  • 98636f4a23 Fonts: fixed handling of ImFontConfig::FontDataOwnedByAtlas = false which did erroneously make a copy of the font data. (#9086) ocornut 2025-11-24 15:39:41 +01:00
  • 5f82275ba1 Docs: updated 1.91.5 logs for missing info that GetKeyIndex() was removed at this date. ocornut 2025-11-24 14:49:16 +01:00
  • 136d067eed Scrollbar: fixed a codepath leading to a divide-by-zero. (#9089) ocornut 2025-11-24 14:27:03 +01:00
  • 324cea1f41 Version 1.92.6 WIP ocornut 2025-11-24 13:35:41 +01:00
  • 769449d3f2
    Merge 6c21bc52eb into ee48fad09d Marcus Kammarfelt 2025-11-22 07:57:27 -05:00
  • ee48fad09d Internals: rename ImStableVector's BLOCK_SIZE to avoid conflict with Linux header defines. (#9088) ocornut 2025-11-21 19:47:03 +01:00
  • b2d477bd0d
    Merge b7d1f7f86e into 6d910d5487 Tim-Rex 2025-11-21 08:12:16 +02:00
  • bcbe7d7681
    Merge 28e22d8028 into 6d910d5487 Michael Böhme 2025-11-20 22:23:58 -05:00
  • aea4f38726 Shadows: Added experimental texture-based shadows (stripped of dynamic tex config and back-end code) features/shadows Ben Carter 2020-04-24 18:16:48 +02:00
  • bf99db248f 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 +02:00
  • 2287160191 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo. ocornut 2022-09-20 19:48:54 +02:00
  • f71a64f1e7 Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852) features/premake5 Mark Jansen 2024-08-06 14:41:40 +02:00
  • bd429ad404 Premake: Add example_sdl2_sdlrenderer2 (7862) Mark Jansen 2024-08-05 23:47:50 +02:00
  • a75a6e140b Premake: experimental premake5 script. ocornut 2022-05-29 21:52:05 +02:00
  • 3912b3d9a9 Merge branch 'master' into docking v1.92.5-docking ocornut 2025-11-20 18:01:02 +01:00
  • 6d910d5487 Version 1.92.5 v1.92.5 ocornut 2025-11-20 17:25:43 +01:00
  • ee572195b2
    Merge branch 'master' into examples-win32-opengl Soph 2025-11-20 15:51:45 +00:00
  • 4e88d1d589 Do not use the manifest setting as it prevents setting DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 LunarInvasion 2025-11-20 15:48:10 +00:00
  • 26ff93dadc Examples: NULL: fixed msvc project. ocornut 2025-11-20 14:51:25 +01:00
  • a484fd2b56 Examples: Win32+OpenGL3: enable DPI awareness. (#9083) ocornut 2025-11-20 14:50:08 +01:00
  • 8ff7f35eec CI: run imgui_test_suite as part of CI build. Rokas Kupstys 2025-11-20 14:35:32 +01:00
  • e8448d0494 CI: general update + rename steps. Rokas Kupstys 2025-11-20 11:33:28 +02:00
  • 10fca0e8b1 Examples: DPI awareness on Win32 OpenGL Soph 2025-11-20 04:30:44 +00:00
  • 4ab86e1d61 Nav: fixed scoring when using PageUp/PageDown from a focused item which is outside of visible boundaries. (#9079) ocornut 2025-11-19 19:01:03 +01:00
  • 0faa0dba15 Drag and Drop: rework cancel drag and drop logic to be overridable. (#9071) ocornut 2025-11-19 18:26:31 +01:00
  • db6b8e0fb3 Drag and Drop: handling of Escape after UpdateKeyboardInputs(). (#9071) ocornut 2025-11-19 17:21:17 +01:00
  • 1f16ca5e5c Docs: update ShowUserGuide() + PR guidelines. (#9071) ocornut 2025-11-19 17:12:49 +01:00
  • b4a3d423e0 Docs: amend BeginDisabled() comments. (#9082) ocornut 2025-11-19 17:06:44 +01:00
  • 68894d4149 Docs: fixed outdated comment. (#9082) achabense 2025-11-19 22:45:20 +08:00
  • e183942b0a Fix outdated comment achabense 2025-11-19 22:45:20 +08:00
  • eae6e96287 Backends: Vulkan: fixed broken viewports broken by a6645e1. (#9080, #9068) ocornut 2025-11-19 13:30:01 +01:00
  • 5e462eb29b Merge branch 'master' into docking ocornut 2025-11-18 19:20:08 +01:00
  • 23bd697f05 Drag and Drop: Pressing Escape while carrying a payload automatically cancel the active drag and drop. (#9071) ocornut 2025-11-18 19:17:20 +01:00
  • 37f9153105 Nav: improved/clarified behavior when requesting PageUp/PageDown from a focused item which is outside of visible boundaries. (#9079) ocornut 2025-11-18 18:59:06 +01:00
  • 81e01ddebe Nav: reworked PageUp/PageDown to pick same-page top/bottom page based on inner rectangle rather than clipping rectangle. ocornut 2025-11-18 18:57:32 +01:00
  • 405c802607 Nav: shallow tweaks. ocornut 2025-11-18 17:54:43 +01:00
  • 91b5256c57 Clipper: fixed an issue when using up/down from an item outside of visible bound and using the clipper. (#9079) ocornut 2025-11-18 17:00:01 +01:00
  • 6ae32c696a Backends: fixed misc zealous Clang warnings. ocornut 2025-11-18 16:34:35 +01:00
  • 9afc62d087 InputText: Fixed an assert when using ImGuiInputTextFlags_ReadOnly and making underlying contents shorter while text is selected. (#9069) ocornut 2025-11-18 16:20:51 +01:00
  • 5db5775e9e
    Merge 9d4ab778cc into c3835de38a Edge-Seven 2025-11-18 14:42:00 +07:00
  • 9d4ab778cc Fix typos in some files khanhkhanhlele 2025-11-18 14:41:55 +07:00
  • 822b82cfa8
    Add MSL shader format to GPU device creation Leon Lysak 2025-11-17 13:38:43 -05:00
  • 4bc7d525db
    Merge branch 'ocornut:master' into master Leon Lysak 2025-11-17 12:57:51 -05:00
  • beb56fa60f
    Update build instructions with output usage note Leon Lysak 2025-11-17 12:54:00 -05:00
  • 6df445ab8c
    Update shader handling for macOS and iOS Leon Lysak 2025-11-17 12:50:52 -05:00
  • 4e502e588b
    Updated Mac shaders to use MSL Leon Lysak 2025-11-17 12:46:45 -05:00
  • 93eb459ae1 Docking: added io.ConfigDockingNoDockingOver to prevent merging windows into a same tab-bar. ocornut 2025-11-17 18:36:07 +01:00
  • c3835de38a CI: fixes warning building example_null w/ msvc as DLL ocornut 2025-11-17 18:01:51 +01:00
  • 52caa2f38a CI: fixes warning building example_null w/ msvc as DLL ocornut 2025-11-17 17:50:37 +01:00
  • 04af1a3917 CI: fixes warning building example_null w/ mingw 64-bit, as DLL ocornut 2025-11-17 17:43:09 +01:00
  • e1f9b8b3a7 CI: fixes warning building example_null w/ mingw 64-bit, as DLL ocornut 2025-11-17 16:49:34 +01:00
  • cfb48969af Examples: CI: backtrack and make example_null embed backend: simpler for all sorts of quick build scripts. ocornut 2025-11-17 16:36:54 +01:00
  • 0cf5b93a0a CI, Backends: fixes for example_null building. Add consistent IMGUI_IMPL_API in backend. ocornut 2025-11-17 16:18:12 +01:00
  • d99baf332c CI: fixes for example_null building. ocornut 2025-11-17 16:11:05 +01:00
  • 7e919a543c Examples: fix example_null Makefile. ocornut 2025-11-17 15:58:12 +01:00
  • eb19a77848 Examples: fix example_null Makefile. ocornut 2025-11-17 15:51:39 +01:00
  • 219ba3b617 Merge branch 'master' into docking ocornut 2025-11-17 15:38:58 +01:00
  • ae1d278f3a Docking: fixed crash loading certain form of invalid .ini settings. Amends. (#9070) ocornut 2025-11-17 15:36:49 +01:00
  • b885382a63 Backends: Null: added imgui_impl_null platform/renderer backend. ocornut 2025-11-17 15:05:43 +01:00
  • 9e15ebb402 Backends: GLFW: fixed last ImGui_ImplGlfw_Shutdown() call not immediately clearing the context map. (#9075, #8676, #8239, #8069) ocornut 2025-11-17 13:37:20 +01:00
  • 4fa59df9fa Docking: fixed crash loading certain form of invalid .ini settings, (#9070) ocornut 2025-11-15 19:06:27 +01:00
  • f145b0cffd Debug Tools: ID Stack Tool: refactor, extract data/code into ImGuiDebugItemPathQuery for reuse. ocornut 2025-11-13 16:43:34 +01:00
  • a6645e1007 Backends: Vulkan: handle viewport surface creation failure without crashing. (#9068) zentia 2025-11-14 00:24:44 +08:00
  • 99520e8754 Fixed the crash when window creation fails. zentia 2025-11-14 00:24:44 +08:00
  • c254db7637 Debug Tools: ID Stack Tool: store ResultsComplete and don't display incomplete paths. ocornut 2025-11-13 16:19:27 +01:00
  • 5a0c67c4b8 Debug Tools: ID Stack Tool: extracted code into a StackToolGetResultAsPath() function. ocornut 2025-11-13 16:14:45 +01:00
  • ec6219752d Fonts: calling ImFontAtlas::Clear() mid-frame without re-adding a font will lead to a more explicit crash. (#9067) ocornut 2025-11-13 15:54:36 +01:00
  • d246850787 Fonts: added comment about the classic AddFontFromMemoryTTF() issue. (#9067, #6916, #6781, #5330, #4307, #2042, #2029, #1734, #1259, #220) ocornut 2025-11-13 15:42:19 +01:00
  • e60e5bff63 Misc: standardized casing of keyboard mods in comments and demo ("CTRL" -> "Ctrl"). ocornut 2025-11-13 15:24:03 +01:00
  • 873fe34b31 Debug Tools: ID Stack Tool: preserve first data type, so user of PushOverrideID() e.g. TreeNode() elements don't get demoted from _String to _ID. ocornut 2025-11-13 15:05:16 +01:00
  • e3979c2098 Demo: removing absolute __FILE_ from being emitted by default. (#9033) ocornut 2025-11-13 14:22:34 +01:00
  • 707ddd54b6 Docking, Style: fixed per-window ImGuiCol_UnsavedMarker changes not being shown in docking preview. (#8983, #9064) ocornut 2025-11-13 14:10:53 +01:00
  • 68a44776bd Misc: tweak conflicting id error tooltip to use a link. ocornut 2025-11-13 13:44:47 +01:00
  • 613cfaf0b4 Tooltips: made BeginTooltipEx() not hide nested tooltips. ocornut 2025-11-13 13:44:21 +01:00
  • 891dd2d31e Docking, Style: fixed per-window ImGuiCol_UnsavedMarker changes not being latched by docked windows. (#8983, #9064) ocornut 2025-11-12 18:22:05 +01:00
  • d4c156a0f0 Merge branch 'master' into docking ocornut 2025-11-11 21:52:31 +01:00
  • de917ebb95 Windows: move auto-fit block into braces for clarify. (no-op) ocornut 2025-11-11 21:48:17 +01:00
  • 501e0adcdb Windows: CalcWindowAutoFitSize() remove child-specific hack added by 29439bdd27 and made obsolete by 7537ba2b4. (#9060, #1710) ocornut 2025-11-11 21:47:15 +01:00
  • a2544f9496 Windows: programmatic auto-sizing on a single axis also apply proper logic. (#9060) ocornut 2025-11-11 21:37:21 +01:00
  • b51f6e073c Windows: reorganize auto-fitting code blocks in Begin(), step 2. ocornut 2025-11-11 21:15:43 +01:00
  • 52e9d94f93 Windows: reorganize auto-fitting code blocks in Begin(), aimed to have no side-effect, but.. ocornut 2025-11-11 20:01:07 +01:00
  • fc262355ca Windows: Fixed an issue where repeated calls to SetNextWindowSize() using 0.0f to auto-size would keep marking ini settings as dirty. ocornut 2025-11-11 19:40:24 +01:00
  • 7537ba2b44 Windows: fixed single-axis auto-sizing (via double-clicking a border) to take account of remaining scrollbar on the other axis. (#9060) ocornut 2025-11-10 19:36:16 +01:00
  • 44cff4493c merge v1.92.4 maverikou 2025-11-10 20:19:58 +02:00
  • b4cfad50cb Match SetMaximumFrameLatency to the number of frames in flight Rémy Tassoux 2025-11-10 09:16:55 +01:00
  • 14315ef168 CMake Backend Impl Pinwhell 2025-11-08 20:48:34 -04:00
  • 86daa8930e Backends, Examples: WebGPU: simplified ifndef (#8381) ocornut 2025-11-07 13:24:10 +01:00
  • 3109131a88 Merge branch 'master' into docking ocornut 2025-11-06 18:11:16 +01:00
  • 635eb1d8e9 Added .tmp files. ocornut 2025-11-06 18:01:42 +01:00
  • bd0e2036e0 Drag and Drop: added ImGuiDragDropFlags_AcceptDrawAsHovered. (#8632) ocornut 2025-11-06 18:07:02 +01:00