Git log: commit 624db343b21d1709627b341c86bcf55a922ac22b
Author: yangfl <yangfl@users.noreply.github.com>
Date: Tue Aug 19 14:47:50 2025 +0800
debian: update to 1.92.2b+ds
commit a29da249957b5546df2dc20073310902a77fbde4
Merge: 5b66b6ef4 4f1f53442
Author: yangfl <yangfl@users.noreply.github.com>
Date: Tue Aug 19 14:46:57 2025 +0800
Merge tag 'upstream/1.92.2b+ds'
commit 5b66b6ef43f7fc79f8d7bb1bceeec34e5c4a79b4
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Mar 19 09:35:43 2025 +0800
debian: update to 1.91.9b+ds
commit 675cedf86dcd47727514774b29deadf48d688037
Merge: 9552e21dd bfa3be53d
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Mar 19 09:32:43 2025 +0800
Merge tag 'upstream/1.91.9b+ds'
commit bfa3be53d32981a901cc8c0e71a02b34b7f04f72
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Mar 19 09:31:45 2025 +0800
Import Upstream version 1.91.9b+ds
commit f5befd2d29e66809cd1110a152e375a7f1981f06
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 20:17:26 2025 +0100
Version 1.91.9b
commit cfed7a3a5446cd6b36a161d02e89fc816deab69b
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 19:51:46 2025 +0100
Tables: fixed assert/issues loading settings. (#8496, #7934)
Not sure what I did with 05742f9b6ff but I missed on the primary filter.
commit 93b446a96281ceec9b226ef624cdc428efd44c60
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 19:39:52 2025 +0100
Backtrack of version tagging 1.92.0 > 1.91.9b for publishing a hotfix (#8496)
commit a7dc1847728171e8940671d8e34a8ecb050f00fa
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 19:07:24 2025 +0100
Moved ImDrawIdx definition lower in imgui.h. Moved ImTextureID slightly below in its own section.
commit bfaef8ca1783a26aa7eba766dacf87a85ed13ede
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 19:08:58 2025 +0100
Version 1.92.0 WIP
commit 2737dbb1e1cd206fc874a5ca17ee672a68523182
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 11:51:57 2025 +0100
Docs: Fixed typo. Very oops. (#8495)
commit 4d4f1fd364ebb770766a6fd4dd0d17c39865e7b2
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 17 11:50:32 2025 +0100
Docs: retroactively document ConfigData->Sources renaming. (#8495)
Amend 4c0604e
commit d6493aab028139538c9bcf2141ae02574b12aa75
Author: Wizard <74285801+wizard00000@users.noreply.github.com>
Date: Sun Mar 16 18:56:59 2025 -0400
Fix typo in comment (#8494)
commit 97428e8ac99e339ce05eee531cf55b77b29ea709
Author: ocornut <omarcornut@gmail.com>
Date: Fri Mar 14 16:30:39 2025 +0100
Version 1.91.9
commit ea2a12112df50975f3582b121c63d65fcdebd330
Author: ocornut <omarcornut@gmail.com>
Date: Fri Mar 14 17:13:04 2025 +0100
Misc: Various zealous warning fixes for newer version of Clang.
commit b758b8223fc789c8f1962be08ce234aaa4ccd4f4
Author: ocornut <omar@miracleworld.net>
Date: Thu Mar 13 19:30:42 2025 +0100
InputText: Pasting a multi-line buffer into a single-line edit replaces carriage return by spaces. (#8459)
commit 79bba34c5f453640bf6f4a17741ad2e3e7b5abfe
Author: ocornut <omar@miracleworld.net>
Date: Thu Mar 13 16:32:50 2025 +0100
Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)"
This reverts commit 557c77e4556a776058c099881f4b32d5416b27c6.
commit d9dad2f4a15aa49c7464b9b3eef2588f14437e22
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 12 14:15:51 2025 +0100
Scrollbar: stabilize visibility of ScrollbarX when detecting a feedback loop. (#8488, #3285, #4539)
commit 6e30c4210181aebb6137f6c10fdfc572ea1202f2
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 12 19:29:41 2025 +0100
Tables: fixed an issue with TableSetupColumn() overriding ini data. (#7934)
Amend 05742f9b6f
commit de4f77b0ac9a41fa4a77ffc5d3a2c4a106880068
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 12 15:47:37 2025 +0100
Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn.
Amend 40b2286d16e92ea017347a62cb91e63f378ff455
commit 09654f4e8caae1ae2c25f246e007ec0fd97eb6b8
Author: ocornut <omarcornut@gmail.com>
Date: Tue Mar 11 18:42:12 2025 +0100
Revert "Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10."
This reverts commit 6da230636b4cb64aa8a30c9110c5a52862a5c2c0.
commit 557c77e4556a776058c099881f4b32d5416b27c6
Author: ocornut <omarcornut@gmail.com>
Date: Tue Mar 11 18:38:45 2025 +0100
Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)
commit 6da230636b4cb64aa8a30c9110c5a52862a5c2c0
Author: ocornut <omarcornut@gmail.com>
Date: Tue Mar 11 12:20:33 2025 +0100
Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10.
commit 51e4cba909e7a442eed3fcb1080c7d757ea031de
Author: ocornut <omarcornut@gmail.com>
Date: Tue Mar 11 12:05:23 2025 +0100
Backends: Fixed zealous warnings.
commit 39585aa90d43c26a12a0d754d16b407f0c1ca62d
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 10 18:13:45 2025 +0100
Amend Changelog to talk about OEM keys. (#7136, #7201, #7206, #7306, #7670, #7672, #8468)
+ more consistently use Ctrl+XXX instead of Ctrl-XXX.
commit a9e53829d2753b6eb3ef763e091f430ab507c722
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 10 16:29:59 2025 +0100
Backends: Win32, SDL2, SDL3, GLFW: prioritize scancodes instead of translated keycodes when dealing with OEM keys + Added ImGuiKey_Oem102. (#7136, #7201, #7206, #7306, #7670, #7672, #8468)
commit 88d4827b64f0453284252b2af344d770fb52da36
Author: Zijie Wu <noojeff@gmail.com>
Date: Sun Mar 9 13:44:26 2025 -0700
Update FAQ.md for SDL3 (#8480)
commit 3c3d943fb13c7ae2ddecbfe5f73252c4820f3a9f
Author: fdsa <14tanks999@gmail.com>
Date: Sat Mar 8 01:28:48 2025 -0800
Docs: Fix some typos (#8473)
commit 806731e37a27dab2abae14cc26a970d37ef9cd7d
Author: TheMode <themode@outlook.fr>
Date: Sun Mar 9 06:28:36 2025 +0100
Set IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS on 3DS sdk (#8477, #8476)
commit 1ec99f4fd3a49bcd5479b4ab1a5fd52ce5195c02
Author: ocornut <omarcornut@gmail.com>
Date: Fri Mar 7 11:09:02 2025 +0100
Internals: added ImStrlen/ImMemchr #define to facilitate experimenting with variations. (#8421)
commit 377a387a427f152d63596de66bbaa590234a2b1c
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 5 16:23:31 2025 +0100
Add proper ImGuiTextBuffer::resize() support other than 0.
commit 9f49292b357bacdf23f7131d0fa735672912f50e
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 5 15:23:49 2025 +0100
Internals: Menus: reworked mangling of menu windows to use "###Menu_00" etc. instead of "##Menu_00".
commit 119dfbc6270cedf29e8655b296f9ca0f31cede32
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 5 15:04:26 2025 +0100
Debug Tools: Tweaked layout of ID Stack Tool and always display full path. (#4631)
commit fcec08f7ae32656a00e5dde709ff390870a7a84b
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 5 13:39:48 2025 +0100
Demo: (Refactor) Moved ExampleTreeNode contents below ShowDemoWindow() so main entry point is more visible to casual reader.
commit 324172fb1f096739e81c7f9f1f29939c5781e222
Author: ocornut <omar@miracleworld.net>
Date: Wed Mar 5 13:35:14 2025 +0100
Demo: (Refactor) Moved DemoWindowWidgets() below the functions it calls, reducing amount of forward declarations.
commit a7657f2ed45508bb719a8b9e2d8e7bda57eff4a0
Author: ocornut <omar@miracleworld.net>
Date: Tue Mar 4 14:36:00 2025 +0100
Examples: SDL3: Added comments to clarify setup for users of the unfortunate SDL_MAIN_USE_CALLBACKS feature. (#8455)
commit df317743272165a8bda2dbe85a0f751495a1e150
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 19:20:10 2025 +0100
Disabled: Fixed an issue restoring Alpha in EndDisabled() when using nested BeginDisabled() calls with PushStyleVar(ImGuiStyleVar_DisabledAlpha) within. (#8454, #7640)
commit 71b160cdbb15979dd4142719a5c0ed05d10373ea
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:53:45 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsDisableBlocks() section.
commit 7a919e80c9dd0a39f5d3a08a19e53504795ba03f
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:49:02 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsQueryingStatuses() section.
commit 0758594bd2ea56c341005911b74700cea57216a7
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:45:59 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsDragAndDrop() section.
commit 9b486e47fef41c506941151dc586c4ad75bb784a
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:40:14 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsDragsAndSliders(), DemoWindowWidgetsMultiComponents(), DemoWindowWidgetsVerticalSliders() sections.
commit caf3faa054d02e0cc569aaa62cf6cec2e30f5e36
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:14:23 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsColorAndPickers() section.
commit 510a9a77d6ad5f2ab017ea7d13979e80a5a53989
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:11:16 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsDataTypes() section.
commit 4d0c776a8089ccaa272f1cf51097e1d606f66d99
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:08:22 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsPlotting(), DemoWindowWidgetsProgressBars(), DemoWindowWidgetsTabs() sections.
commit 4450d61ac25771bd0116754607a33a5eb1da33b3
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 18:01:41 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsSelectables(), DemoWindowWidgetsTextFilter(), DemoWindowWidgetsTextInputs() sections.
commit 22baec494bfec2df120c0acb491eb0a7b643cf40
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 17:57:43 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsComboBoxes(), DemoWindowWidgetsImages(), DemoWindowWidgetsListBoxes() sections.
commit 94877a137d6aac1aba010bcace0f5730c2f153fc
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 17:56:15 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsBullets(), DemoWindowWidgetsCollapsingHeaders(), DemoWindowWidgetsCollapsingText() sections.
commit de3f68a233ac35697671c3e0dcbcd333604c3af5
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 17:51:34 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsTooltips(), DemoWindowWidgetsTreeNodes() sections.
commit b2c55c9db56bc7ceb0618c9e247deeff3cb43f47
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 17:50:48 2025 +0100
Demo: (Refactor) Moved code into DemoWindowWidgetsBasic() section.
commit eefd2da0f68ebec8e93484088f5257612e37281f
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 17:38:09 2025 +0100
Demo: (Refactor) Added new empty sections.. Renamed existing helper functions.
commit ce13f6b73e30307fa150b1e88f6014a454da466c
Author: ocornut <omar@miracleworld.net>
Date: Mon Mar 3 13:10:58 2025 +0100
Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled with asserts enabled. (#8452)
Amend 8e4010479
commit 4819eae8674209f7ddf70cd9a8b2e10528405fff
Author: ocornut <omarcornut@gmail.com>
Date: Sun Mar 2 14:15:11 2025 +0100
Clipper: Fixed an issue where passing an out of bound index to IncludeItemByIndex() could incorrectly offset the final cursor.
One case where it would manifest was calling Combo() with an out of range index. (#8450)
commit c5ade6591e39216ec950136a6d8e3e3274f2bddf
Author: ocornut <omarcornut@gmail.com>
Date: Sun Mar 2 13:39:29 2025 +0100
TextLink(), TextLinkOpenURL(): fixed honoring text baseline alignment. (#8451, #7660)
commit 9c2876b9f8f3859951390f27186527393001fe20
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 27 22:04:56 2025 +0100
ShowFontAtlas() uses ImageWithBg(). (#8131, #8238)
Amend 494ea57
commit 1aab00da8589d06ed861a0b40e9dfaeff791084f
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 27 21:55:17 2025 +0100
Misc shallow tweaks/tidying up. (#8446)
commit 482a1f50b61ee71b515a5a4a1c5f6a998214780a
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 27 16:08:51 2025 +0100
Internals: rename ImGuiDataVarInfo to ImGuiStyleVarInfo. Move ImGuiStyleMod, ImGuiColorMod to own section.
# Conflicts:
# imgui.cpp
commit 494ea57b65325f00165da10e6b57b4f295a65bca
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 27 19:28:01 2025 +0100
Image: removed 'tint_col', 'border_col' parameters from Image(). Added ImageWithBg(). Added style.ImageBorderSize, ImGuiStyleVar_ImageBorderSize. (#8131, #8238)
Displaying a black background behind Font Atlas texture.
commit cdafefd4be389ef4c6747b102086278b2cc355c3
Author: Alan <ahulambda@gmail.com>
Date: Thu Feb 27 07:47:33 2025 -0500
Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn (#8438)
commit 8bd3e20c86b1541f1da2c1f1d2444220432193fa
Author: Alan <ahulambda@gmail.com>
Date: Wed Feb 26 18:06:31 2025 -0500
Backends: WebGPU: include imgui.h before backend check (#8437)
commit aa83d5d455dcab4b65cca71efd6291f943feea67
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 26 15:34:31 2025 +0100
Backends: SDL2, SDL3: Only start SDL_CaptureMouse() when mouse is being dragged. (#6410, #3650)
To mitigate issues with e.g. Linux debuggers not claiming capture back.
commit aaacb01b8d4441453928116240b5041625d43fbf
Author: Jose L. Hidalgo (PpluX) <joseluis.hidalgo@gmail.com>
Date: Wed Feb 26 15:19:56 2025 +0100
Backends: WebGPU: Recreate image bind groups during render. (#8426, #8046, #7765, #8027)
commit 9996a2d51b47e8679936f58de31f6df382a83689
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 26 15:16:38 2025 +0100
Backends: WebGPU: update code for latest webgpu-native changes. Fix for Emscripten. (#8426)
commit 6aa0810de5dad4add4e73ff6352df63429f921ee
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 26 15:10:28 2025 +0100
Backends: WebGPU: update code for latest webgpu-native changes. Amend. (#8426)
commit 4f4fb1d220d31ca8b04163ed80bed7108e6429bc
Author: Jose L. Hidalgo (PpluX) <joseluis.hidalgo@gmail.com>
Date: Sat Feb 22 12:47:30 2025 +0100
Backends: WebGPU: update code for latest webgpu-native changes. (#8426)
commit 242d856ede78544a6ed2debea3afecad884630c6
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 26 14:40:41 2025 +0100
Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434)
Amend
commit a86fcbd9474bb4121f25cbf9196674d79f90f1f1
Author: Russ Gibson <russg@rnstech.com>
Date: Wed Feb 26 05:38:08 2025 -0800
Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434)
commit 4c0604ec2ee9a9121ea4ecb55543ff507ca81bcc
Author: ocornut <omar@miracleworld.net>
Date: Sat Jan 18 16:03:46 2025 +0100
Font: shallow refactor, rename ConfigData[] fields to Sources[], ConfigDataCount to SourcesCount.
In theory this is all internal stuff.
commit 6e29450f76db356ebee19a9ac4ee8f4fc129e961
Author: ocornut <omarcornut@gmail.com>
Date: Tue Feb 25 16:02:10 2025 +0100
Internals: added IsItemActiveAsInputText() helper.
commit 030746faff4a0181ec3149b8457f7bd0a5770819
Author: ocornut <omar@miracleworld.net>
Date: Mon Feb 24 17:45:16 2025 +0100
Debug Tools: Added io.ConfigDebugHighlightIdConflictsShowItemPicker. (#7961, #7669)
commit dac40d04872e32399f81b1bf8d0befe87c4cd647
Author: TheMode <themode@outlook.fr>
Date: Sat Feb 22 11:36:41 2025 +0100
Backends: SDL2, SDL3: don't call SDL_GetGlobalMouseState() when mouse position is in relative mode. (#8425, #8407)
commit ef969a53f5fe8b956dc252718f14997393e3344f
Author: ocornut <omar@miracleworld.net>
Date: Mon Feb 24 11:44:48 2025 +0100
Tabs: fixed Unsaved Marker not being visible when Close Button is. (#8430, #8387)
commit 5dce79e9410bfe0fd1709980b637ce38a2313ed0
Author: ocornut <omar@miracleworld.net>
Date: Mon Feb 24 10:52:15 2025 +0100
Backends: DirectX12: Fixed an issue where pre-1.91.5 legacy ImGui_ImplDX12_Init() signature started breaking in 1.91.8 due to missing command queue. (#8429)
commit 74afea04d6432e3cbcadd43f8eaf771aed48a1c8
Author: Tygyh <32486062+tygyh@users.noreply.github.com>
Date: Sat Feb 22 23:36:40 2025 +0100
Fix typos in docs (#8427)
commit edc66d79c7df44899cb1e9be4f839ef4371be91b
Author: ocornut <omarcornut@gmail.com>
Date: Fri Feb 21 23:09:54 2025 +0100
Nav: extract code into a NavUpdateWindowingApplyFocus() so it may be reused elsewhere.
commit 434b7710f3f291cad628b88d4ffb45e0fa3d249e
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 19 16:49:35 2025 +0100
Internals: packing ImGuiDataVarInfo + misc renaming + value of ImGuiDataType_Pointer doesn't need to be Count+1
commit 1e18a6cf6018e8de4cb38ebd87d2b9213f09823b
Author: ocornut <omarcornut@gmail.com>
Date: Fri Feb 21 16:55:35 2025 +0100
Examples: GLFW+Vulkan: make GLFW_DIR overridable in cmake bit. (#8419)
commit a6bcbb173b36c1c0a12dfa75f996f440d16c1daa
Author: Tygyh <32486062+tygyh@users.noreply.github.com>
Date: Thu Feb 20 18:07:25 2025 +0100
Examples: Android: Update kotlin version (#8409)
commit 6dc376f676b3a09375ad53dce652cebac3cb3dc9
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 20 11:54:32 2025 +0100
ImFontAtlas: added software/drawlist version of ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress + moved GetMouseCursorTexData() to internals.
commit 85c488ee121b5f2a3c51141a571dc20f9fd16710
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 20 11:46:56 2025 +0100
Hot-fix for broken MouseDrawCursor support for ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress/ImGuiMouseCursor_NotAllowed.
Amend 8a35386, eec097f.
commit 05742f9b6ff06d7ce47669bd5b30fd74390ba11f
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 19 10:55:44 2025 +0100
Tables: share code between TableSetupColumn() and TableLoadSettings(). (#7934)
commit 8b7b3ce03eef61933727a0823741469e4f6d9b33
Author: ocornut <omarcornut@gmail.com>
Date: Wed Feb 19 10:14:38 2025 +0100
Tables: fixed an issue where Columns Width state wouldn't be correctly restored when hot-reloading .ini state. (#7934)
Amend 7cd31c355
column->SortDirection initialized setting was wrong in first block but without side-effect, since sorting always stored explicitly in .ini data.
commit eec097fe35c0bb2bba60c0a5ce0664cc3507f3bf
Author: ocornut <omar@miracleworld.net>
Date: Tue Feb 18 18:52:08 2025 +0100
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
Amend 8a35386
commit 8a35386ba750fa4c6a77dcbf57211d481528fe43
Author: ocornut <omar@miracleworld.net>
Date: Tue Feb 18 18:40:47 2025 +0100
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
commit 8f0411ff037790ec65bfb3118473dde532c47785
Author: ocornut <omar@miracleworld.net>
Date: Tue Feb 18 18:19:10 2025 +0100
Backends: OpenGL3: Lazily reinitialize embedded GL loader for when calling backend from e.g. other DLL boundaries. (#8406)
commit c4a32a129d55eb66158408b61f51d40907a5aace
Author: Nico van Bentum <niico0708@gmail.com>
Date: Thu Feb 13 21:50:12 2025 +0100
Tabs: fixed middle-button to close not checking hovering, only close button visibility. (#8399, #8387)
Main bug has been here since 54a60aaa4, but it's only ef7ffaff7 which made it very visible.
commit 78ec1272e962ec9ca5515222cde87ee9f0b1c105
Author: ocornut <omar@miracleworld.net>
Date: Fri Feb 14 21:39:45 2025 +0100
ImDrawList: added InitialFringeScale in ImDrawListSharedData. Default to 1.0f.
This is to allow some DPI mods with less changes. Only the initial value in SetupDrawListSharedData() will need change.
commit 2860d7ba05667be5e2e51cf27d658352884800b8
Author: ocornut <omar@miracleworld.net>
Date: Fri Feb 14 19:44:35 2025 +0100
Selectable: Fixed horizontal label alignment with SelectableTextAlign.x > 0 and specifying a selectable size. (#8338)
Regression from ed7551c1d
commit 474305c476a777c94db750c961af5a94c6df4237
Author: ocornut <omar@miracleworld.net>
Date: Fri Feb 14 16:15:09 2025 +0100
ImFont: simpler constructor.
commit ec4cd2cb8cf144ea16935806d11d5639a84f73dd
Author: ocornut <omarcornut@gmail.com>
Date: Fri Feb 14 12:19:24 2025 +0100
Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400)
commit 98c2f6b0c450b2401a2db97a6c96c042b2bfd404
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 13 16:19:41 2025 +0100
Tables, Error Handling: Recovery from invalid index in TableSetColumnIndex(). (#1651)
commit e1ae7db4cccf1cb6a516a43dd8f63899f504ca52
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 13 16:03:40 2025 +0100
Backends: Vulkan: Fixed building with older headers not supporting VK_HEADER_VERSION_COMPLETE. (#8326, #8365)
commit 12963f52314d126817da333675fe2f6bcde44ffe
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 13 15:49:47 2025 +0100
Examples: Vulkan: make ApiVersion a little more visible in examples. (#8326, #8365)
commit 890ead6a718c95c730012d7c2c3e5844a4a93bb9
Author: ocornut <omar@miracleworld.net>
Date: Thu Feb 13 15:40:49 2025 +0100
Backends: Vulkan: Added ApiVersion field in ImGui_ImplVulkan_InitInfo. Dynamic rendering path loads "vkCmdBeginRendering/vkCmdEndRendering" without -KHR on API 1.3. (#8326, #8365)
commit f94a5f0e8c4b22476891cc18372ff5caaebe8492
Author: Rémy Tassoux <contact@rt2.fr>
Date: Thu Feb 13 14:30:49 2025 +0100
Docs: Update doc about plutosvg (#8395)
commit b78cc37891608c582cd71b2bdc299f6ff8392432
Author: ocornut <omar@miracleworld.net>
Date: Wed Feb 12 19:27:43 2025 +0100
Backends: SDL2: Fixed build for versions older than 2.0.14. (#7660)
commit a931fb7f51269edda025180710fbd7a286e09688
Author: ocornut <omar@miracleworld.net>
Date: Wed Feb 12 19:15:00 2025 +0100
Fixed static analyzer warning.
(was harmless as initialized in NewFrame)
commit 7cd31c3557caadcf095fcf6da513b1a763ac77dc
Author: ocornut <omar@miracleworld.net>
Date: Wed Feb 12 19:08:52 2025 +0100
Tables: tamed some .ini settings optimizations to more accurately allow overwriting/hot-reloading settings. (#7934)
commit 7221f5e739c78e8367ac368f120248b2fed93b19
Author: ocornut <omar@miracleworld.net>
Date: Wed Feb 12 19:01:02 2025 +0100
Styles, Tabs: Fixed ef7ffaf. (#8387)
commit ef7ffaff7425ceabb2145ff4cf1df3cdadd252c9
Author: ocornut <omar@miracleworld.net>
Date: Wed Feb 12 15:46:17 2025 +0100
Styles, Tabs: (Breaking) Renamed TabMinWidthForCloseButton to TabCloseButtonMinWidthUnselected. Added TabCloseButtonMinWidthSelected. (#8387)
commit 3d900edba7c47bf957a7c7bfcf9773ecf923fa53
Author: PuPuHX <654524200@qq.com>
Date: Tue Feb 11 10:57:47 2025 +0800
Examples: Win32+DirectX12: Fixed ExampleDescriptorHeapAllocator overflow free index.
Amend 40b2286d1.