-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: nurpax/slimgui
base: v0.5.2
head repository: nurpax/slimgui
compare: v0.6.0
- 13 commits
- 107 files changed
- 1 contributor
Commits on Nov 1, 2025
-
Upgrade imgui to 1.92.4 and implot + updating binding definitions for…
… the same Note: cimgui is 1.92.3 due to cimgui/cimgui#307
Configuration menu - View commit details
-
Copy full SHA for 0afe179 - Browse repository at this point
Copy the full SHA 0afe179View commit details -
Selectively cherrypicks for IM_ASSERT and macOS clipboard enable
Configuration menu - View commit details
-
Copy full SHA for ae834cf - Browse repository at this point
Copy the full SHA ae834cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 654ff5e - Browse repository at this point
Copy the full SHA 654ff5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df5fa0 - Browse repository at this point
Copy the full SHA 0df5fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae76e2a - Browse repository at this point
Copy the full SHA ae76e2aView commit details
Commits on Nov 10, 2025
-
Upgrade cimgui to 1.92.4 + update binding definitions for the same
- This fixes test_simple.py:test_style_access test that was failing due to mismatched enum values. Unsurprisingly using cimgui definitions from another version didn't quite work because new enum values were added for 'imgui.Col' Style access was probably kinda working, but the test was written with the assumption that the enum values are in a contiguous range as it loops over the color slots from zero to max Col slot.
Configuration menu - View commit details
-
Copy full SHA for 50b51b9 - Browse repository at this point
Copy the full SHA 50b51b9View commit details -
Selectively cherrypicks for IM_ASSERT and macOS clipboard enable
Configuration menu - View commit details
-
Copy full SHA for 0f477ab - Browse repository at this point
Copy the full SHA 0f477abView commit details
Commits on Nov 12, 2025
-
Wrap DrawList's in the Python wrapper for more fine-grained control o…
…f object lifetimes This is needed for DrawList.add_callback calls which must be designed so that the Python callables are kept alive via object references and don't get deallocated before the next `imgui.new_frame()` is called. The DrawList getters for the Context were changed from `nb::rv_policy::reference_internal` to `nb::rv_policy::reference` to make the refcounts testing make more sense. Sure it's not safe if you hold on to a drawlist handle until after you've destroyed the ImGui context and then try to call its methods, but that's not a very sensible thing to do. for #22
Configuration menu - View commit details
-
Copy full SHA for b2c1c0f - Browse repository at this point
Copy the full SHA b2c1c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 226f74b - Browse repository at this point
Copy the full SHA 226f74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05a7f6 - Browse repository at this point
Copy the full SHA a05a7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36c220 - Browse repository at this point
Copy the full SHA c36c220View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2dc38d7 - Browse repository at this point
Copy the full SHA 2dc38d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b25d8b - Browse repository at this point
Copy the full SHA 1b25d8bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.2...v0.6.0