Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 6, 2025

Updates Dear ImGui from v1.91.5 to v1.92.5 (official docking release tag, released November 20, 2025).

Changes

Library Updates

  • Core ImGui files: imgui.cpp, imgui.h, imgui_internal.h, imgui_demo.cpp, imgui_draw.cpp, imgui_tables.cpp, imgui_widgets.cpp
  • Backend implementations: imgui_impl_sdl2.cpp/h, imgui_impl_opengl2.cpp/h
  • STB headers: imstb_textedit.h, imstb_truetype.h
  • Configuration: imconfig.h (preserved IMGUI_DEFINE_MATH_OPERATORS setting)

API Migration

Fixed breaking change from ImGui v1.91.9:

// Before
style.TabMinWidthForCloseButton = 0.0f;

// After  
style.TabCloseButtonMinWidthUnselected = 0.0f;

Notes

  • Used v1.92.5-docking release tag (required for DockSpaceOverViewport and related features)
  • Custom files preserved: keyboard.h, fonts/RobotoMedium.h
  • Application code changes: 1 line (API rename in gui.cpp)
  • Library changes: ~19k lines (standard ImGui update delta)
Original prompt

update dear imgui files to latest released version. Incorporate prior config from imconfig.h into the new one. Make sure everything works after the update.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…om config

Co-authored-by: drhelius <863613+drhelius@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Dear ImGui files to latest released version Update Dear ImGui to v1.92.6 WIP (docking branch) Dec 6, 2025
Copilot AI requested a review from drhelius December 6, 2025 19:26
@drhelius
Copy link
Owner

drhelius commented Dec 6, 2025

@copilot you used the latest non-realeased version. I asked for the latest released version that is v1.92.5

Co-authored-by: drhelius <863613+drhelius@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 6, 2025

@copilot you used the latest non-realeased version. I asked for the latest released version that is v1.92.5

Fixed in commit d522063. Updated to v1.92.5-docking release tag instead of the WIP docking branch.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • esm.ubuntu.com
    • Triggering command: /usr/lib/apt/methods/https /usr/lib/apt/methods/https (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Update Dear ImGui to v1.92.6 WIP (docking branch) Update Dear ImGui to v1.92.5 (docking release) Dec 6, 2025
@drhelius drhelius marked this pull request as ready for review December 6, 2025 19:56
@drhelius drhelius merged commit 5136ddf into main Dec 6, 2025
28 checks passed
@drhelius drhelius deleted the copilot/update-imgui-to-latest-version branch December 8, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants