Skip to content

Update Dear ImGui to v1.92.5-docking#199

Merged
drhelius merged 2 commits into
masterfrom
copilot/update-dear-imgui-version
Dec 6, 2025
Merged

Update Dear ImGui to v1.92.5-docking#199
drhelius merged 2 commits into
masterfrom
copilot/update-dear-imgui-version

Conversation

Copilot AI commented Dec 6, 2025

Copy link
Copy Markdown
Contributor

Updates Dear ImGui from v1.91.5 to v1.92.5-docking, preserving existing configuration and fixing API compatibility.

Changes

  • Library files: Updated all core ImGui files, backends (SDL2, OpenGL2), and STB headers to v1.92.5-docking
  • Configuration: Preserved IMGUI_DEFINE_MATH_OPERATORS define in imconfig.h
  • API migration: Replaced deprecated TabMinWidthForCloseButton with TabCloseButtonMinWidthUnselected
// Before
style.TabMinWidthForCloseButton = 0.0f;

// After  
style.TabCloseButtonMinWidthUnselected = 0.0f;

Note: Used the docking branch specifically since the project relies on docking features (ImGuiConfigFlags_DockingEnable, DockSpaceOverViewport, ConfigDockingWithShift).

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)
  • https://api.github.com/repos/ocornut/imgui/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

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

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.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ation

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.5-docking Dec 6, 2025
Copilot AI requested a review from drhelius December 6, 2025 19:19
@drhelius drhelius marked this pull request as ready for review December 6, 2025 19:56
@drhelius drhelius merged commit b84ce1e into master Dec 6, 2025
30 checks passed
@drhelius drhelius deleted the copilot/update-dear-imgui-version branch December 8, 2025 21:21
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