Commit Graph

  • 86ec5c8342 Version 1.92.3 WIP ocornut 2025-08-19 15:15:41 +0200
  • 7d58f99061 Add swapchain parameters to SDL GPU initialization PTSVU 2025-08-19 12:48:59 +0300
  • 8d0941bcdd Examples: Android+OpenGL3: Update project scribam 2025-08-16 18:34:02 +0200
  • fe395d72b5
    Merge 8d86d22b06 into 45acd5e0e8 璀境石 2025-08-15 15:30:46 +0300
  • 8618718d95
    Merge branch 'ocornut:docking' into docking Ikos3k 2025-08-13 22:59:30 +0200
  • db2f23e182 Shadows: WIP for latest (refreshing UV coordinates). features/shadows ocornut 2025-06-11 20:29:46 +0200
  • 82a7edea6b Shadows: WIP fixes for latest. (broken UV caching) ocornut 2025-06-11 20:05:56 +0200
  • c412a43a4a Shadows: Added experimental texture-based shadows (stripped of dynamic tex config and back-end code) Ben Carter 2020-04-24 18:16:48 +0200
  • 1f7f1f54af Revert IsItemHovered() change for TabId. (#8877, #8883) v1.92.2b-docking ocornut 2025-08-13 17:32:36 +0200
  • 160e3683ab Merge branch 'master' into docking ocornut 2025-08-13 17:31:15 +0200
  • 45acd5e0e8 Version 1.92.2b v1.92.2b ocornut 2025-08-13 17:31:01 +0200
  • e010868ec1 Improve viewport behavior in tiling WMs (X11) ikos3k 2025-08-13 17:18:58 +0200
  • 774ddb58bd Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883) ocornut 2025-08-13 17:06:05 +0200
  • 4dee11a089 Make ImGuiInputSource int. ocornut 2025-08-13 17:01:57 +0200
  • 43e3ac0dc6
    Docs: fixed unneeded usage of Build(). (#8883) omar 2025-08-13 15:17:53 +0200
  • 02f654cbce Backends: Allegro5: fixed missing support for ImGuiKey_PrintScreen under Windows. ocornut 2025-08-12 20:02:08 +0200
  • e1baadba84 Backends: Allegro5: Fixed texture format setup. (#8770, #8465) ocornut 2025-08-12 15:02:58 +0200
  • e2a662eed8 Backends: Allegro5: fixed use of obsolete IM_OFFSETOF(). ocornut 2025-08-12 11:41:11 +0200
  • e1a93805db Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay(). ocornut 2025-08-12 11:33:10 +0200
  • af920e1e6f Version 1.92.3 WIP ocornut 2025-08-12 11:30:41 +0200
  • 863e989c25
    imgui_freetype.cpp: fix gcc -Wmissing-declarations (#8879) Wouter Vermaelen 2025-08-11 19:39:26 +0200
  • 87851666cf imgui_freetype.cpp: fix gcc -Wmissing-declarations m9710797 2025-08-11 18:51:31 +0200
  • 031a18c417 Merge branch 'master' into docking v1.92.2-docking ocornut 2025-08-11 16:47:16 +0200
  • 2b24f5fa71 Version 1.92.2 v1.92.2 ocornut 2025-08-11 16:27:27 +0200
  • e10300ed3c Docs: Special thanks. ocornut 2025-08-11 16:26:10 +0200
  • 104f58fc48 Merge branch 'master' into docking ocornut 2025-08-11 15:44:21 +0200
  • 5a6fa33b88 Fixed an inconsistency between IsItemHovered() and internal hovering check, where IsItemHovered() would return true if mouse was first clicked on the background of a non-moveable window. (#8877) ocornut 2025-08-11 15:36:54 +0200
  • 8239a0e0c4 Nav, Tables: fix NavIsScrollPushableX logic clamping value stored in NavApplyItemToResult(), which would break scrolling. (#8816, #2221) ocornut 2025-08-11 15:17:02 +0200
  • 50115596dc Demo: About Box: include IMGUI_ENABLE_TEST_ENGINE in Config/Build info. ocornut 2025-08-11 12:29:13 +0200
  • 1c57dc21c2 Misc: fixes zealous MSVC static analyzer warnings + make GetInputSourceName(), GetMouseSourceName() a little more tolerant. (#8876) ocornut 2025-08-11 11:01:13 +0200
  • 47c41483bd Tables, Nav: fixed navigation within scrolling tables when item boundaries goes beyond columns limits. (#8816, #2221) ocornut 2025-08-11 10:47:55 +0200
  • ea075ed973 ImVector: skip memcpy in operator= if Data isn't initialized to play nice with -fsanitize=undefined. (#8874) Ian 2025-08-10 14:10:42 -0400
  • f1ac774a9a Skip memcpy in ImVector::operator= if Data isn't initialized Ian 2025-08-10 14:10:42 -0400
  • 3dffd41ccb
    Scroll : Dont scroll Y when scrollbar disabled Ryzee119 2025-08-10 11:49:11 +0930
  • 16791d7678 Implemented Get/Set methods for ImS64, ImU64, and double, along with reference retrieval methods for ImGuiStorage. Updated ImGuiStoragePair to accommodate ImS64, ImU64, and double. Liam Eckert 2025-08-08 15:34:31 -0400
  • b431114194 Viewports: added io.ConfigViewportPlatformFocusSetsImGuiFocus. (#6299, #6462) ocornut 2025-08-08 17:37:17 +0200
  • cbf9e3f554 Merge branch 'master' into docking ocornut 2025-08-08 15:51:56 +0200
  • b6614f6c7c Backends: SDL_GPU3: removed ImGui_ImplSDLGPU3_Texture struct extraneous indirection now that we only need to store SDL_GPUTexture*. (#8866, #8163, #7998, #7988, #8465) ocornut 2025-08-08 15:48:40 +0200
  • 9ee3d731b5 Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (#8866, #8163, #7998, #7988) ocornut 2025-08-08 15:25:19 +0200
  • e7d0ad092c
    Removed static inline usages from free functions. (#8867, #8813) LEE KYOUNGHEON 2025-08-08 00:01:23 +0900
  • 412daf7362 Tabs: attempt to fix infinite loop in tab-bar ShrinkWidth() by using an epsilon. (#5652, #3421, #8800) ocornut 2025-08-07 16:41:21 +0200
  • c22af8c346 Fonts: fixes comment (amend d8da97f7). ocornut 2025-08-07 16:19:07 +0200
  • 1bf41a0762 Fonts, Tables: fixed PushFont() having no effect when called after submitting a hidden column. (#8865) ocornut 2025-08-07 16:16:12 +0200
  • f5b43d8f9a
    Removed static inline usages from free functions. LEE KYOUNGHEON 2025-08-07 18:10:58 +0900
  • 284283615b InputText: minor tweak to an expression. ocornut 2025-08-06 10:47:43 +0900
  • d163e20f63
    Examples: Win32+OpenGL3: Replace legacy 'GL/GL.h' with 'GL/gl.h' (#8861) Adem Budak 2025-08-06 04:43:57 +0300
  • f7eae45ae9
    Fonts: show ImFontConfig::FontNo in DebugNodeFont(). (#8863) Christian Fillion 2025-08-05 21:42:34 -0400
  • 40d0cf37b1
    add ImFontConfig::UserData Christian Fillion 2025-07-23 23:54:09 -0400
  • a85931b185
    add ImFontLoader::FontAddFallbackSrc for loading fallback fonts dynamically Christian Fillion 2025-07-24 00:00:49 -0400
  • 2b43c14a34
    Fonts: show ImFontConfig::FontNo in DebugNodeFont Christian Fillion 2025-08-05 00:52:24 -0400
  • 3672327cbe Examples: Win32+OpenGL3: Replace legacy 'GL/GL.h' with 'GL/gl.h' Adem Budak 2025-08-04 16:07:08 +0300
  • 3040f72966 docs: add "Why Immediate Mode?" FAQ entry (#8851) Quaylyn Rimer 2025-08-04 12:47:18 -0600
  • ff2dfc8422 Fonts: fixed a crash when modifying different texture format with a legacy backend. (#8824) Elliot Prior 2025-07-22 18:21:43 +0100
  • 7e701c18c8 Fonts: fixed an issue when a font using MergeMode has a reference size specified but the target font doesn't. ocornut 2025-08-04 18:21:38 +0900
  • 90025a62c7 Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (#8666) Michael Böhme 2025-06-06 16:27:57 +0200
  • 902b8cc39a Examples: SDL3+SDL_GPU: use SDL_GPU_PRESENTMODE_VSYNC present mode. (#8830) ocornut 2025-08-04 15:30:25 +0900
  • 70cfc02811 Examples: SDL3+SDL_GPU: use SDL_WaitAndAcquireGPUSwapchainTexture() instead of SDL_AcquireGPUSwapchainTexture(). (#8830) o:tone 2025-07-23 12:36:34 +0200
  • 250bd66b76 Tabs: fixed ImGuiTabBarFlags_FittingPolicyScroll not triggering (regression in 3ef6c84). (#3421, #8800) ocornut 2025-08-04 15:19:16 +0900
  • c14d83d4e0 Tabs: made scrolling buttons never keyboard/gamepad navigation candidates. ocornut 2025-08-04 15:12:23 +0900
  • 7d5fef8642 Nav: fixed a bug where GamepadMenu couldn't toggle between main and menu layer while navigating a Modal window. (#8834) ocornut 2025-08-04 15:06:14 +0900
  • 22fe9fce4c Textures: fixed assertion in DebugNodeTexture() when ImTextureID_Invalid is non-zero. (#8860, #8745) Christian Fillion 2025-08-04 00:57:44 -0400
  • f0f28aadad
    fix assertion from DebugNodeTexture when ImTextureID_Invalid is non-zero Christian Fillion 2025-08-04 00:57:44 -0400
  • a1ee5808f2
    add ':", fix number detection cyx2015s 2025-08-02 09:36:12 +0800
  • 276e7c56f7
    Merge 1c5b89064a into 320c94bfaa Christian Fillion 2025-07-31 17:16:57 -0400
  • eda70b4e1a Tabs: docking nodes use ImGuiTabBarFlags_FittingPolicyMixed. (explicit default, solely for discoverability). (#3421, #8800) ocornut 2025-07-31 23:45:58 +0900
  • 23c9362550 Merge branch 'master' into docking ocornut 2025-07-31 23:44:44 +0900
  • 320c94bfaa Tabs: when scrolling is enabled, track selected tabs when resizing down parent container. (#3421, #8800) ocornut 2025-07-31 23:39:44 +0900
  • 3ef6c8410a Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800) ocornut 2025-07-31 23:20:47 +0900
  • cc1fbcc9a9 Fonts: undo change done in b884533 since 19d1ad0 made them unnecessary. (#8794, #8850) ocornut 2025-07-31 23:04:35 +0900
  • 78d11cd781 Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351) ocornut 2025-07-31 22:41:00 +0900
  • 7278cda039 Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase. ocornut 2025-07-31 22:27:24 +0900
  • 371ea565ef imstb_truetype: added missing forward declarations to fix compile warnings Andrew D. Zonenberg 2025-07-31 06:41:34 -0700
  • 80225bad8a Merge branch 'docking' of github.com:ocornut/imgui into docking Andrew D. Zonenberg 2025-07-31 06:22:22 -0700
  • 7bb9db501c Tabs: fixed 046a8ea (commited a modified file). ocornut 2025-07-31 22:05:19 +0900
  • 046a8eae0f Tabs: fixed tab bar underline not drawing below scroll buttons. (#6820, #4859, #5022, #5239) ocornut 2025-07-31 22:04:01 +0900
  • 422d40d80a
    Update imgui_impl_win32.cpp Pei 2025-07-31 14:47:05 +0800
  • a0cdac48e0 Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper. ocornut 2025-07-31 13:16:51 +0900
  • 4237b6dbbf
    Just don't wrap when some thing is surrounded by numbers. cyx2015s 2025-07-30 23:24:02 +0800
  • 06ea14b030
    Better number wrapping behavior cyx2015s 2025-07-30 23:15:51 +0800
  • 326b00d0de
    Added ! to breakables cyx2015s 2025-07-30 23:07:35 +0800
  • 3e1674b164
    Removed debug assert cyx2015s 2025-07-30 23:01:17 +0800
  • 89cef0e835
    Fixed a error due to type conversion. cyx2015s 2025-07-30 23:00:52 +0800
  • e3ab512d1e
    Fix wrapping behavior when there are large chunk of spaces cyx2015s 2025-07-30 20:59:31 +0800
  • 7dfcaa55e0
    Removed a lot of redundant logic cyx2015s 2025-07-30 20:56:03 +0800
  • 95f30de08a
    Minor tweaks cyx2015s 2025-07-30 20:09:05 +0800
  • 2ab3946ecb Windows: add StopMouseMovingWindow(), partial merge 80d78fa from docking. ocornut 2025-07-30 18:39:15 +0900
  • 63f00dae6b Windows, Viewports: clear ImGuiViewportFlags_NoInputs consistently with how it is set. ocornut 2025-07-30 18:42:49 +0900
  • 80d78fad7c Windows, Viewport: fixed an issue where interrupting a viewport move with e.g. a ClearActiveID() call would leave the dragged viewport with the ImGuiViewportFlags_NoInputs flag. ocornut 2025-07-30 18:39:15 +0900
  • 64447d17ed Made imgui usable with dynamic rendering in Vulkan 1.4 NameSpace 2025-07-30 13:40:21 +0900
  • 558c56a4fc
    [Buggy] Total rewrite. Don't use now. cyx2015s 2025-07-30 07:19:46 +0800
  • ccd613afa8
    Fix VUID 03868 Gabriele 2025-07-29 00:13:36 +0200
  • 34debc733f Merge branch 'master' into docking ocornut 2025-07-27 20:35:25 +0900
  • 87d7f7744e Fonts: (Internal) Added undocumented ImFontBaked::LoadNoRenderOnLayout. (#8758, #8465) ocornut 2025-07-27 20:33:57 +0900
  • 10dc1882c8 Fonts: (Internal) rename ImFontBaked::LockLoadingFallback to ImFontBaked::LoadNoFallback. ocornut 2025-07-27 20:23:36 +0900
  • c6c0c3be08 Docs: amend 1.92.0 logs on the fact that font->CalcTextSizeA() used to be thread-safe. ocornut 2025-07-27 20:15:21 +0900
  • da6c97203e Fixed comments for io.KeyCtrl / io.KeySuper to match the one for ImGuiMod_Ctrl, ImGuiMod_Super. (#8839) ocornut 2025-07-27 19:37:30 +0900
  • 853a46e021 Backends: Vulkan: fixed texture update corruption introduced in 1.92.0. (#8801, #8755, #8840, #8465) Miolith 2025-07-26 15:54:56 +0200
  • d29a04efa5
    Merge branch 'ocornut:master' into master Miolith 2025-07-27 11:36:26 +0200
  • dddfe47829
    make more characters breakable cyx2015s 2025-07-27 12:14:25 +0800
  • c75a83bfd2
    added ImCharIsLineBreakableW to check whether this char can break anywhere. cyx2015s 2025-07-27 12:05:15 +0800