Commit Graph

  • d65c36b16b example_sdl2_wgpu: ImGui_ImplSDL2_CreateWGPUSurface_Helper (new helper function in imgui_impl_sdl2 backend), check status and error callback functions in imgui_impl_wgpu backend BrutPitt 2025-07-01 04:31:46 +0200
  • d2852fcaea example_glfw_wgpu: ImGui_ImplGLFW_CreateWGPUSurface_Helper (new helper function in imgui_impl_glfw backend), check status and error callback functions in imgui_impl_wgpu backend BrutPitt 2025-07-01 04:31:08 +0200
  • 097eafbac2 WebGPU Helper functions and differentiation between the 4 compilation methods (via defines): Google DAWN (Native/Emscripten) / WGPU (Native/EMscripten) BrutPitt 2025-07-01 04:19:14 +0200
  • c8b8b1aea3 WGPU+SDL3: helper to create a WebGPU surface (exclusively!) for Native/Desktop applications and available only together with WebGPU/WGPU backend BrutPitt 2025-07-01 04:12:05 +0200
  • 4b214e3a76 WGPU+SDL2: helper to create a WebGPU surface (exclusively!) for Native/Desktop applications and available only together with WebGPU/WGPU backend BrutPitt 2025-07-01 04:11:27 +0200
  • 88dde35a37 WGPU+GLFW: Helper to create a WebGPU surface for Native application. Used only with WGPU-Native SDK: DAWN-Native already has a built-in function BrutPitt 2025-07-01 04:09:32 +0200
  • 397b4b165a Merge branch 'master' of https://github.com/ocornut/imgui BrutPitt 2025-07-01 05:02:23 +0200
  • 9ae78ac919 Fixes accendenal find repaced "&" infront of style zmezoo 2025-06-30 15:55:48 -0500
  • 386ddf6709
    Merge eee6a2be0d into fd75bdccb0 gav2xlin 2025-06-30 22:19:05 +0200
  • bbb13c4138 Update ImGuiStyle Save and Load function for new vars and colors zmezoo 2025-06-30 14:48:57 -0500
  • c06ce19551 Changes from merge of origin docking zmezoo 2025-06-30 14:48:04 -0500
  • 491e0b9885 ImGuiStyle Save and Load function zmezoo 2025-06-30 14:24:48 -0500
  • 92e2df5978 Merge branch 'master' into docking ocornut 2025-06-30 21:18:46 +0200
  • 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 +0200
  • 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 +0200
  • 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 +0200
  • 8ccfdf7ba0 CI: Fixed dllimport/dllexport tests. (#8757) Aidan Sun 2025-06-29 17:32:48 -0400
  • 02d0709eef
    Merge branch 'ocornut:master' into master Michele Morrone 2025-06-30 05:59:35 +0200
  • 4d27c8c891 Fix dllimport/dllexport definitions in CI Aidan Sun 2025-06-29 17:32:48 -0400
  • 8c61ee5498 Tables: fixed comments about DisableDefaultContextMenu. (#8746) ocornut 2025-06-29 18:05:28 +0200
  • d99ab9f903 Backends: SDL2: undef Status for X11. (#8751) ocornut 2025-06-28 17:15:18 +0200
  • de7625b8c2 Docs: tweak/fixed comments. (#8750, #8749) ocornut 2025-06-28 16:45:58 +0200
  • a4572412b8
    Merge branch 'ocornut:master' into master Michele Morrone 2025-06-28 06:22:20 +0200
  • bc051dcf91 Textures: Fixed support for `#define ImTextureID_Invalid` to non-zero value. ocornut 2025-06-27 17:03:13 +0200
  • 3ec62dfeff Merge branch 'master' into docking ocornut 2025-06-27 16:59:03 +0200
  • 0fe5166531 Demo: amend "Font Size" demo. (#8738) ocornut 2025-06-27 16:54:16 +0200
  • 9fbe560218 Demo: Added "Widgets/Text/Different Size Text" section to show font system changes in v1.92. (#8738) Demonese 2025-06-27 10:33:25 +0800
  • b3c4484ea3
    Backends: Glfw: emscripten makefile uses port contrib.glfw3 Pascal Thomet 2025-06-27 16:36:43 +0200
  • fff47f1119 Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (#8727) morrazzzz 2025-06-24 23:30:38 +0300
  • 8e3aac5744 Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing validation error on some setups. (#8743, #8744) Thomas Quante 2025-06-27 15:52:39 +0200
  • fe2b85d438
    Backends: Glfw, SDL2: ImplXXXGetContentScale shall return 1 on emscripten / apple / android Pascal Thomet 2025-06-27 13:40:48 +0200
  • 62cd80b2a6 fix: use nonCoherentAtomSize to align upload_size. If not aligned upload_size can be smaller than the current alloaction -> WHOLE_SIZE precondition fails -> error Thomas Quante 2025-06-27 15:52:39 +0200
  • 68046106dd Docs: update Backends with basic Platform backend instructions. ocornut 2025-06-27 15:15:34 +0200
  • 47570d045d Docs: update Backends with direction for implementing RenderDrawData function and supporting ImGuiBackendFlags_RendererHasTextures. (#8735, #8465) ocornut 2025-06-27 14:51:13 +0200
  • ec13fa436b
    Docs: tidying up Backends.md, add index, prepare for adding more docs. omar 2025-06-27 13:59:51 +0200
  • 22ad62c90c Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739) Christian Fillion 2025-06-26 22:43:41 -0400
  • f18aea5246 Version 1.92.1 WIP ocornut 2025-06-26 20:35:35 +0200
  • 8d86d22b06 imgui_internal.h: default to PRId64/PRIu64/PRIX64 from inttypes.h Demonese 2025-06-27 11:59:06 +0800
  • 81838faefa ABI: Define exact-bit-width integers through stdint Demonese 2025-06-27 11:33:06 +0800
  • a915f640a4
    Backends: OSX: Use [NSCursor busyButClickableCursor] for ImGuiMouseCursor_{Wait,Progress} Christian Fillion 2025-06-26 22:43:41 -0400
  • db40bda04f Merge branch 'docking' of github.com:ocornut/imgui into HEAD Andrew Zonenberg 2025-06-26 20:00:57 -0700
  • 468c03bd74 Demo: Added "Widgets/Text/Different Size Text" section to show font system changes in v1.92 Demonese 2025-06-27 10:33:25 +0800
  • 5ee9c2ad1f
    Demo: Fixed font scaling warning if ImGuiBackendFlags_RendererHasTextures is set (#8736) Ves Georgiev 2025-06-27 00:06:42 +0100
  • 0789fbc0f0
    Conform indentation to coding style Ves Georgiev 2025-06-26 23:24:25 +0100
  • 703516a5a0
    Fix font scaling warning if ImGuiBackendFlags_RendererHasTextures is set Ves Georgiev 2025-06-26 23:20:50 +0100
  • ac46854564
    Merge 435bf6f69e into 3f0699cf02 Sylwester Mróz 2025-06-26 21:29:09 +0200
  • 3f0699cf02
    Backends: Vulkan: Fix failing assertion for platforms where viewports are not supported (#8734) Stanislav Vasilev 2025-06-26 21:31:46 +0300
  • 7ff2e4f134
    Backends: Vulkan: Fix failing assertion for platforms where viewports are not supported Madman10K 2025-06-26 20:58:20 +0300
  • 4f4bc7cc8f
    Replace IMGUI_API with inline for PushTextureID() and PopTextureID() (#8729) Aidan Sun 2025-06-26 03:46:54 -0400
  • 5a2b02d63f asd liudasaugust@gmail.com 2025-06-26 09:45:18 +0300
  • 02d7982cd1 Replace IMGUI_API with inline for PushTextureID() and PopTextureID() Aidan Sun 2025-06-26 00:24:03 -0400
  • b567ffe7e0 Add CMake project Konstantin Podsvirov 2019-04-09 18:47:06 +0300
  • 85b2fe8486 Docs: update binaries. v1.92.0 ocornut 2025-06-25 18:46:41 +0200
  • adfa5364cd Merge branch 'master' into docking v1.92.0-docking ocornut 2025-06-25 18:27:19 +0200
  • 673eb7de96 Version 1.92.0 ocornut 2025-06-25 18:13:10 +0200
  • da3c86925a Demo: added TextLinkOpenURL() call in Widgets section. ocornut 2025-06-25 18:19:48 +0200
  • 2819ab32f8 Layout: commented out legacy ErrorCheckUsingSetCursorPosToExtendParentBoundaries() fallback. (#5548, #4510, #3355, #1760, #1490, #4152, #150) ocornut 2025-06-25 16:39:23 +0200
  • 6f21bed66d Fonts: removing assert from legacy PushFont() to mirror new PushFont(). for consistency. ocornut 2025-06-25 16:23:06 +0200
  • 719a3fe98e Additional comments on ErrorCheckUsingSetCursorPosToExtendParentBoundaries(). (#5548) ocornut 2025-06-25 16:04:51 +0200
  • 5bc70c68e2 Fonts: fix PushFont(NULL) to work as advertised. ocornut 2025-06-25 15:55:25 +0200
  • dcf14505e2 Backends: SDLGPU: fixes call to SDL_MapGPUTransferBuffer(). Fixes artifacts on OSX/Metal. (#8465, #8703) ocornut 2025-06-25 15:46:25 +0200
  • d8c6953710 Fonts: comments. ocornut 2025-06-25 12:08:00 +0200
  • 4a6f423ac1
    Update premake5.lua Liudas Augustinas 2025-06-25 05:17:37 +0300
  • 349ddf5a35 Fix SDL_StartTextInput for SDL3 backend morrazzzz 2025-06-24 23:30:38 +0300
  • e4bba0b53c Merge branch 'master' into docking ocornut 2025-06-24 19:10:26 +0200
  • 89b5a2c3d5 (Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize. ocornut 2025-06-24 19:06:46 +0200
  • 97e0d59619 (Breaking) Fonts: removed PushFontSize(), PopFontSize(). ocornut 2025-06-24 19:01:59 +0200
  • ca72eb0596 (Breaking) Fonts: obsolete PushFont() default parameter. ocornut 2025-06-24 18:53:40 +0200
  • 04a5b9c2cf Backends: SDL3: fixed pulling SDL_PROP_WINDOW_COCOA_WINDOW_POINTER into viewport->PlatformHandleRaw. (#8725, #8726) Geert Bleyen 2025-06-24 16:13:44 +0200
  • d3affe18a5 Use SDL_GetCurrentVideoDriver for driver check Geert Bleyen 2025-06-24 16:13:44 +0200
  • 776897d3c9 Fonts: fixed PVS Studio false positive "expression 'cmd_count != draw_list->CmdBuffer.Size' is always false." (#8720, #8465) ocornut 2025-06-24 15:24:09 +0200
  • 7cd567202e Merge branch 'master' into docking ocornut 2025-06-24 15:17:29 +0200
  • 0218ddd575 Fonts: moved GetFont(), GetFontSize(), GetFontBaked() to higher section. ocornut 2025-06-24 15:00:42 +0200
  • 6722d789e9 (Breaking) Fonts: Removed support for PushFont(NULL) which was a shortcut for "default font". ocornut 2025-06-24 14:44:38 +0200
  • 6e846c56b4 Demo: fixed ID conflicts. (#8723) ocornut 2025-06-24 12:25:04 +0200
  • 608dd96de6 Fonts: fixed RenderText() asserting when crossing VtxOffset change boundaries. (#8720, #8465) ocornut 2025-06-24 12:21:07 +0200
  • a49ddaac89 Fonts: add comments and examples for GlyphExcludeRanges[]. ocornut 2025-06-24 10:50:30 +0200
  • 613a6a964c Fonts: AddFontDefault() adds to GlyphOffset.y instead of overriding it. ocornut 2025-06-24 10:27:24 +0200
  • 7ced3d74ec format code FJdarc 2025-06-24 01:21:47 +0800
  • 0dc2885f3e InputText: fix for InsertChars() to work on read-only buffer. (#8714, #8689, #8242) ocornut 2025-06-22 13:04:06 +0200
  • efe2b21a5f Backends: GLFW: Fixed not installing WndProc hook in all GLFW version, so AddMouseSourceEvent() logic was missing for some viewports. ocornut 2025-06-21 20:10:18 +0200
  • e132b444a9 Backends: GLFW: Fixed crash when using GLFW 3.3 (#8713, #8676, #8239, #8069) ocornut 2025-06-21 20:04:22 +0200
  • eee6a2be0d add CMakeLists.txt Andrey Gavrilin 2025-06-21 14:33:46 +0200
  • 4fde473f38 Backends: warning fixes (for docking branch). ocornut 2025-06-20 15:24:25 +0200
  • afe20dc9b6 Backends: warning fix. ocornut 2025-06-20 15:23:52 +0200
  • b580c11303 Merge branch 'master' into docking ocornut 2025-06-20 15:19:36 +0200
  • e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. ocornut 2025-06-20 14:46:32 +0200
  • 2f9c518ca8 Textures: ImTextureData::GetPixels() returns void* for clarity. ocornut 2025-06-20 15:15:27 +0200
  • 9a50c09172 Bsckends: SDL2, GLFW: fixed ImGui_ImplXXXX_GetContentScaleXXX functions never using SDL 2.0.4 & GLFW 3.3 path in master. ocornut 2025-06-20 14:30:33 +0200
  • 3a964d18e0 Comments on ImGuiMod_XXXX and ImGuiKey_GamepadXXXX values. ocornut 2025-06-20 10:11:07 +0200
  • 8d6e66d38c Backends: DX10, DX11, DX12, OpenGL3, Vulkan, WGPU: Assert when CreateDeviceObjects() calls return false. ocornut 2025-06-20 09:49:06 +0200
  • f7dabede8b Backends: Allegro5: Fixed missing invisible mouse cursor, broken by ee8941e0d. ocornut 2025-06-20 09:45:26 +0200
  • 922a4f59e9 Updated example_sdl3_wgpu build procedure for EMSCRIPTEN BrutPitt 2025-06-20 04:01:24 +0200
  • da3691f010
    Merge branch 'ocornut:master' into master Michele Morrone 2025-06-20 03:38:00 +0200
  • 725d185a31 Backends: DirectX12: fixed build on MinGW. (#8702, #4594) PlayDay 2025-06-19 05:54:54 +0200
  • 7f1947635d added procedure for using CMake BrutPitt 2025-06-19 09:32:07 +0200
  • 908552b85b added procedure for using CMake BrutPitt 2025-06-19 09:26:47 +0200
  • 5224c0c83b "index.html" no more necessary (now the common one is used), "sdl2wgpu.cpp" It has been moved and renamed (sdl2_wgpu.c), "sdl2wgpu.h" no more necessary BrutPitt 2025-06-19 08:15:22 +0200
  • 73117c324c WebGPU examples - DAWN / WGPU native and EMSCRIPTEN - for GLFW / SDL2 / SDL3 frameworks BrutPitt 2025-06-19 08:09:23 +0200
  • 70085458e3
    Merge branch 'ocornut:master' into master Michele Morrone 2025-06-19 07:18:58 +0200