Commit Graph

  • 23b790e186
    Update imgui_impl_opengl3_loader.h Tim-Rex 2025-07-12 16:49:57 +1000
  • dc6233e19e
    Update imgui_impl_opengl3.cpp Tim-Rex 2025-07-12 16:47:45 +1000
  • 5d8f7fc5cd
    AutoFitSize no longer ignores title length if it's wider than the content Jan Vlček 2025-07-11 20:51:28 +0200
  • 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. ocornut 2025-07-11 17:41:52 +0200
  • 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 +0200
  • a0d3e405a3 Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789) ocornut 2025-07-11 16:40:35 +0200
  • 0e6e876f23 Docs: update docs/comments about ImTextureRef, ImTextureID. (#8783) ocornut 2025-07-10 19:04:43 +0200
  • c680f54e6c FIxed IsWindowFocused() using wrong flag types (harmless as values were identical). (#8786) ocornut 2025-07-10 18:42:39 +0200
  • 4d745bc602 Version 1.92.2 WIP ocornut 2025-07-10 18:41:05 +0200
  • 77550b8d37 Add dedicated style color for selected tree nodes Timo Suoranta 2025-05-01 09:44:50 +0300
  • 44aa9a4b3a Merge branch 'master' into docking v1.92.1-docking ocornut 2025-07-09 18:55:12 +0200
  • 5d4126876b Version 1.92.1 v1.92.1 ocornut 2025-07-09 18:53:58 +0200
  • 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) ocornut 2025-07-09 18:43:25 +0200
  • f39b138487 Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId. ocornut 2025-07-09 18:24:14 +0200
  • 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 +0200
  • ba2b2bc150 ImGui CMAKE Build setup bunbun205 2025-07-09 12:44:30 +0530
  • c99ac2451f Merge branch 'master' into docking ocornut 2025-07-08 17:25:22 +0200
  • ed7d965818 Examples: GLFW+OpenGL3, GLFW+WGPU: Emscripten Makefiles uses port contrib.glfw3 (#8742) Pascal Thomet 2025-06-27 16:36:43 +0200
  • 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) Pascal Thomet 2025-06-27 13:40:48 +0200
  • 99a7b3097b
    Merge b3c4484ea3 into 7c51c0e3de Pascal Thomet 2025-07-08 13:41:20 +0200
  • ee8fd5325a Backends: OSX: Fixed multi-viewport handling broken in 1.92.0. (#8644, #8777) ocornut 2025-07-08 13:38:37 +0200
  • 7c51c0e3de Docs: misc update. (#8727, #8764) ocornut 2025-07-08 11:58:50 +0200
  • c0d02e5ae4 Backends: Vulkan: forgot to update Changelog. (#8772) ocornut 2025-07-07 17:02:07 +0200
  • 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) Moses Miller 2025-07-04 03:21:54 -0700
  • c2d9b07533 Backends: Vulkan: fixed texture synchronization. (#8772) Moses Miller 2025-07-04 02:33:55 -0700
  • 4ef1145241 Fonts: fixed dynamically changing font loader from losing Fallback and Ellipsis glyphs. (#8763) ocornut 2025-07-07 16:50:50 +0200
  • 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 +0200
  • 94c888ebda Docs: update 1.92.0 changelogs to cover more internal fields. (#8764) ocornut 2025-07-07 15:27:47 +0200
  • 495d6f1e39 Undef 'Status' in main header file. (#8751, #8765) ocornut 2025-07-07 14:51:42 +0200
  • 68971223aa CI: Fix/amend be63037. ocornut 2025-07-07 10:42:45 +0200
  • 4441aa8b60 CI: Fix/amend be63037. ocornut 2025-07-07 10:41:01 +0200
  • 497ebec01d CI: Fix/amend be63037. ocornut 2025-07-07 10:36:49 +0200
  • be63037654 CI: Updated to use latest Windows image + VS2022. ocornut 2025-07-07 10:34:59 +0200
  • 1f70e1f981
    Merge branch 'ocornut:master' into fix-osx Yi 2025-07-06 23:40:35 +0800
  • 0448428322 Fonts: Change ImFontConfig::FontNo back to int from S8 (#8775) Matthew Pohlmann 2025-07-05 08:51:58 -0700
  • 9c2cadef30
    Cast arguments to FT_New_Memory_Face to the correct type Matthew Pohlmann 2025-07-05 08:56:56 -0700
  • 2a7e31e845
    Change ImFontConfig::FontNo to ImS32 (was ImS8) Matthew Pohlmann 2025-07-05 08:51:58 -0700
  • 71627da9dd
    Fixed the issue where windows can't be moved on macOS in the docking branch. Yi 2025-07-05 03:08:04 +0800
  • 63758dd9ed Backends: Vulkan: use separate barrier for buffer Moses Miller 2025-07-04 03:21:54 -0700
  • 18aba0d312 Backends: Vulkan: fix texture synchronization Moses Miller 2025-07-04 02:33:55 -0700
  • d0731af25a Updates to use ImFileOpen and ImFileClose zmezoo 2025-07-02 16:24:15 -0500
  • ba073b02ac ImGui CMAKE Build setup bunbun205 2025-07-02 15:29:34 +0530
  • b2f06339b3 Fix of my fix did it again with over find and repalcing zmezoo 2025-07-01 00:03:44 -0500
  • 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
  • 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
  • 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
  • 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