Commit Graph

  • 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
  • ee7b732fb3 Shadows: WIP for latest (refreshing UV coordinates). features/shadows ocornut 2025-06-11 20:29:46 +0200
  • 5c8367102f Shadows: WIP fixes for latest. (broken UV caching) ocornut 2025-06-11 20:05:56 +0200
  • 2dc765f0d4 Shadows: Added experimental texture-based shadows (stripped of dynamic tex config and back-end code) Ben Carter 2020-04-24 18:16:48 +0200
  • 210c0627c6 Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852) features/premake5 Mark Jansen 2024-08-06 14:41:40 +0200
  • 698361847a Premake: Add example_sdl2_sdlrenderer2 (7862) Mark Jansen 2024-08-05 23:47:50 +0200
  • 5a5159b1ce Premake: experimental premake5 script. ocornut 2022-05-29 21:52:05 +0200
  • f5c0da4906 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
  • a3de6039f0 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo. ocornut 2022-09-20 19:48:54 +0200
  • 85b2fe8486 Docs: update binaries. v1.92.0 ocornut 2025-06-25 18:46:41 +0200
  • f75adb2ab4 ImStrv: fix in ShowIDStackToolWindow(), Font section. Font loading. features/string_view ocornut 2025-03-06 19:25:57 +0100
  • 091e980c25 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
  • c83cf653e3 ImStrv: allow constructing from two null pointers. ocornut 2024-05-03 16:24:52 +0200
  • 7a3557857e ImStrv: Combo(), ListBox(): maybe seems better to not introducte the ImStrv [] versions? ocornut 2024-04-03 10:02:32 +0900
  • dc43cf652e ImStrv: convert Combo()/ListBox() to use ImStrv in their getters. ocornut 2024-04-03 09:58:36 +0900
  • 3f84016bc1 ImStrv: Fixed BeginCombo() with ImGuiComboFlags_CustomPreview + fixes for latest (amended). ocornut 2023-11-06 14:16:25 +0100
  • b3970a5e46 ImStrv: add needed disambiguishing functions for const char* now being ambiguous. (5079) ocornut 2022-09-29 22:51:33 +0200
  • b02ebe72ad ImStrv: backtracked for now on supporting ImStrv for format strings. ocornut 2022-08-25 12:54:07 +0200
  • 0e7125bff4 ImStrv: Fixed various compile errors/warnings. ocornut 2022-08-22 11:06:33 +0200
  • 010aacbf44 ImStrv: enhanced VS debugger .natvis support. build fixes. (5333, 5906) 璀境石 2022-08-22 11:05:58 +0200
  • eb2f23ea51 ImStrv: standardized code doing format copy, optimized ImStrStr ocornut 2021-05-25 14:08:20 +0200
  • 96889c976f ImStrv: moved double char* function signatures under #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks. ocornut 2021-03-31 15:06:32 +0200
  • 33e08f667f ImStrv: changed ImStrv xxx=NULL args to an explicit xxx=ImStrv() ocornut 2021-02-01 17:04:50 +0100
  • 066945f89f ImStrv: Step 2 - change ImStrv typedef to struct, perform all other logic conversion. ocornut 2020-08-24 11:37:01 +0300
  • 42edbbd6a9 ImStrv: Step 1 - change string type to ImStrv in API. (REBASED) Rokas Kupstys 2020-07-14 14:14:17 +0300
  • 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
  • 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
  • cbaabde42b
    fix: #4594 PlayDay 2025-06-19 05:54:54 +0200
  • 2a8c75f3e6 Backends: GLFW: amend for multi-context support with multi-viewport. (#8676, #8239, #8069) ocornut 2025-06-18 17:01:49 +0200
  • c2c38beec8 Merge branch 'master' into docking ocornut 2025-06-18 16:55:11 +0200
  • f633a60581 Backends: GLFW: Added support for multiple Dear ImGui contexts. (#8676, #8239, #8069) ocornut 2025-06-18 16:40:35 +0200
  • d290e583c5 Backends: GLFW: fixed WndProc relying on current context. (#8676, #8239, #8069) ocornut 2025-06-18 15:50:49 +0200
  • c56e8b4964 imgui_freetype: fixed NULL that creeped in instead of nullptr. ocornut 2025-06-18 15:31:00 +0200
  • 344d5ff4b7 Merge branch 'master' into docking ocornut 2025-06-17 20:15:12 +0200
  • b2c73596ae InputText: fixed a buffer overrun that could happen when using dynamically resizing buffers. (#8689) ocornut 2025-06-17 20:11:22 +0200
  • 12626b85c4 InputText: minor changes to match for both insert chars paths to look more similar. ocornut 2025-06-17 19:24:10 +0200
  • 08bb348142 Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) ocornut 2025-06-17 14:52:34 +0200
  • 041abe8522 Revert "Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]" ocornut 2025-06-17 14:57:39 +0200
  • 39a90ac4d6 Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl] ocornut 2025-06-17 14:52:34 +0200
  • f2e4e80391 Windows: BeginChild(): fixed being unable to combine manual resize on one axis and automatic resize on the other axis. (#8690) ocornut 2025-06-17 14:01:01 +0200
  • fe048efeab DrawList, Fonts: fixed PushFont()/AddImage() not restoring correct atlas texture id when using multiple atlas (#8694) ocornut 2025-06-17 11:56:43 +0200
  • 24f7328e5f DrawList, Fonts: fixed ImFontAtlasTextureRepack() overwriting draw list shared data UV's etc. even when not bound. (#8694, #8465) ocornut 2025-06-17 11:55:40 +0200
  • d8529f6fdd Finalized the support of WGPU-Native for MacOS and minimal code adjustment BrutPitt 2025-06-17 05:33:11 +0200
  • 3d6b92e42c
    Merge branch 'ocornut:master' into master Michele Morrone 2025-06-17 05:19:57 +0200
  • 842837e35b
    imgui_freetype: fix conversion null -> bool in FontBakedLoadGlyph (#8696) Pascal Thomet 2025-06-16 18:36:33 +0200
  • 3a6c66b4cd
    imgui_freetype: fix conversion null -> bool in FontBakedLoadGlyph Pascal Thomet 2025-06-16 17:49:02 +0200
  • 6b3cbb10a2
    Backends: Vulkan: correct minimum pool size assertion (#8691) Shawn Hatori 2025-06-16 05:59:26 -0400
  • b09710f2f0
    Vulkan backend: Correct minimum pool size assertion Shawn Hatori 2025-06-15 20:10:40 -0400
  • b2359718c0 Support for EMSCRIPTEN >= 4.0.10 (using "--use-port=emdawnwebgpu") and NEW support for WGPU-Native BrutPitt 2025-06-15 22:45:40 +0200
  • 435bf6f69e Backends: Vulkan: Pipeline with dynamic rendering created for viewport should have its own rendering create info sylwester.mroz 2025-06-14 12:54:15 +0200
  • d896eab166 Backends: OSX: ImGui_ImplOSX_HandleEvent() only process event for window containing our viewports. Amend 7ac99a4 for docking. (#8644) ocornut 2025-06-13 17:48:02 +0200
  • 4cf85ee543 Merge branch 'master' into docking ocornut 2025-06-13 17:43:30 +0200
  • cfa43e721a Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683) ocornut 2025-06-13 17:40:17 +0200
  • d8da97f756 Fonts: UpdateCurrentFontSize() early out doesn't need to clear FontBaked. ocornut 2025-06-13 16:47:23 +0200
  • ca3169310e Fonts: fixed FontBaked=NULL in initial call to SetCurrentWindow() in Begin() using previous frame value of SkipItems. (#8465) ocornut 2025-06-13 16:43:58 +0200