Skip to content

Update Dear ImGui to v1.92.6 WIP (docking) and add ImPlot v0.18 WIP#198

Closed
Copilot wants to merge 3 commits into
masterfrom
copilot/update-dear-imgui-to-latest
Closed

Update Dear ImGui to v1.92.6 WIP (docking) and add ImPlot v0.18 WIP#198
Copilot wants to merge 3 commits into
masterfrom
copilot/update-dear-imgui-to-latest

Conversation

Copilot AI commented Dec 6, 2025

Copy link
Copy Markdown
Contributor

Updates Dear ImGui from v1.91.5 to v1.92.6 WIP (docking branch, HEAD commit 6327b6306) and adds ImPlot v0.18 WIP (HEAD commit 81b8b19).

Changes

  • ImGui core and backends: Updated all core files, SDL2/OpenGL2 backends, and STB headers to latest docking branch
  • ImPlot integration: Added implot.cpp, implot.h, implot_items.cpp, implot_demo.cpp, implot_internal.h
  • Build systems: Updated Makefile.sources (Linux/macOS/BSD) and Gearboy.vcxproj (Windows) to compile ImPlot
  • API compatibility: Replaced deprecated style.TabMinWidthForCloseButton with style.TabCloseButtonMinWidthUnselected in gui.cpp
  • Configuration: Preserved IMGUI_DEFINE_MATH_OPERATORS in imconfig.h

Breaking API Change

// Before (v1.91.5)
style.TabMinWidthForCloseButton = 0.0f;

// After (v1.92.6)
style.TabCloseButtonMinWidthUnselected = 0.0f;

ImPlot files are now included in the build but not yet integrated into the UI.

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
    • Triggering command: /usr/bin/curl curl -s REDACTED (http 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 (and implot) to latest released version (docking branch) and make sure everything works


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Dec 6, 2025
Copilot AI and others added 2 commits December 6, 2025 18:40
…8 WIP

Co-authored-by: drhelius <863613+drhelius@users.noreply.github.com>
Co-authored-by: drhelius <863613+drhelius@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Dear ImGui and Implot to latest released version Update Dear ImGui to v1.92.6 WIP (docking) and add ImPlot v0.18 WIP Dec 6, 2025
Copilot AI requested a review from drhelius December 6, 2025 18:49
@drhelius drhelius closed this Dec 6, 2025
@drhelius drhelius deleted the copilot/update-dear-imgui-to-latest branch December 6, 2025 19:05
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