chore(deps): upgrade Dear ImGui 1.89.9 -> 1.92.9b-docking - #675
Merged
Conversation
Breaking changes fixed: - ImGuizmo 1.83: AddPolyline signature changed in 1.92.8 (thickness/flags swapped, bool closed -> ImDrawFlags_Closed); CaptureMouseFromApp removed in 1.90 -> SetNextFrameWantCaptureMouse(true). Patch applied via patches/imguizmo_imgui192_compat.py (wired as PATCH_COMMAND). - ImGUIRenderer: IM_OFFSETOF obsoleted in 1.90 -> offsetof; ImDrawCmd::TextureId removed in 1.92 -> GetTexID(). - UIComponentDrawerHelper: ImFont::FontSize renamed to LegacySize in 1.92; ImageButton gained mandatory str_id param; Image tint_col param removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades Dear ImGui from
v1.89.9-dockingtov1.92.9b-docking.Breaking changes fixed
ImGuizmo 1.83 (vendor patch —
patches/imguizmo_imgui192_compat.py):ImGui::CaptureMouseFromApp()removed in 1.90 →SetNextFrameWantCaptureMouse(true)(6 sites)ImDrawList::AddPolyline()signature changed in 1.92.8:thickness/flagsswapped,bool closed→ImDrawFlags_Closed(3 sites)PATCH_COMMANDinFetchContent_DeclareImGUIRenderer.cpp:IM_OFFSETOFmacro obsoleted in 1.90 → standardoffsetofImDrawCmd::TextureIdfield removed in 1.92 →ImDrawCmd::GetTexID()UIComponentDrawerHelper.cpp:ImFont::FontSizerenamed toImFont::LegacySizein 1.92 (5 sites)ImageButtongained mandatoryconst char* str_idfirst parameter in 1.89.4 (was still using old form)Image()tint/border params removed in 1.92 (useImageWithBg()for tinted images)Test plan