Commit 3e57795
Update imgui to v1.92.8 (and implot/ImGuizmo), fix AddRect signature
- deps/imgui/imgui: 922a11f0 -> v1.92.8 (8936b58f)
- deps/imgui/implot: v1.0 (3da8bd34) -> latest master (d65a2bef)
- deps/imgui/ImGuizmo: fb5dec9 -> jdumas/ImGuizmo@097e4da
- .gitmodules: point ImGuizmo at https://github.com/jdumas/ImGuizmo.git
- color_bar.cpp: swap AddRect thickness/flags args (imgui 1.92.8 signature)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 59da72d commit 3e57795
5 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
- .editorconfig-11
- .github/workflows/build.yml+51
- .github/workflows/release.yml+141
- .gitignore+3
- CMakeLists.txt+53
- Makefile+2-2
- README.md+28-160
- bin/ImGuizmoSample.exe
- bin/imgui.ini-25
- docs/documentation.md+186
- example/CMakeLists.txt+31
- example/ImApp.h+1.5k-3.3k
- example/ImGuizmoSample.vcxproj-184
- example/imconfig.h-147
- example/imgui.cpp-18.0k
- example/imgui.h-4.2k
- example/imgui_demo.cpp-10.9k
- example/imgui_draw.cpp-6.3k
- example/imgui_internal.h-4.0k
- example/imgui_tables.cpp-4.6k
- example/imgui_widgets.cpp-10.8k
- example/imstb_rectpack.h-627
- example/imstb_textedit.h-1.5k
- example/imstb_truetype.h-5.1k
- example/main.cpp+434-59
- example/stb_image.h-7.2k
- images/ImViewGizmo.gif
- images/bounds.gif
- images/dialog.png
- images/nodeeditor.jpg
- images/rotation.gif
- images/sample.png
- images/sequencer.png
- images/translation.gif
- images/vectoreditor.png
- src/GraphEditor.cpp+18-1
- src/GraphEditor.h+1-1
- src/ImCurveEdit.cpp+10-2
- src/ImCurveEdit.h+1-1
- src/ImGradient.cpp+8-1
- src/ImGradient.h+1-1
- src/ImGuizmo.cpp+366-107
- src/ImGuizmo.h+38-1
- src/ImLightRig.h+94
- src/ImSequencer.cpp+1-1
- src/ImSequencer.h+1-1
- src/ImVectorEditor.cpp+815
- src/ImVectorEditor.h+205
- src/ImZoomSlider.h+2-2
- vcpkg-example/CMakeLists.txt+3-2
- vcpkg-example/ImApp.h-3.6k
- vcpkg-example/main.cpp+33-17
- .github/CMakeLists.txt+1-1
- .github/ISSUE_TEMPLATE/bug_report.md+19
- .github/ISSUE_TEMPLATE/config.yml+8
- .github/ISSUE_TEMPLATE/feature_request.md+11
- .github/workflows/build.yml+3-1
- .gitignore+31
- README.md+5-5
- TODO.md+1-1
- example/CMakeLists.txt+66
- example/README.md+6
- example/main.cpp+116
- implot.cpp+197-160
- implot.h+301-197
- implot_demo.cpp+733-165
- implot_internal.h+68-44
- implot_items.cpp+1.3k-609
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments