-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dpf
updated
35 files
Submodule dpf-widgets
updated
19 files
+61 −169 | opengl/DearImGui.cpp | |
+0 −3 | opengl/DearImGui.hpp | |
+1 −1 | opengl/DearImGui/README.txt | |
+17 −16 | opengl/DearImGui/imconfig.h | |
+1,779 −3,848 | opengl/DearImGui/imgui.cpp | |
+383 −607 | opengl/DearImGui/imgui.h | |
+452 −641 | opengl/DearImGui/imgui_demo.cpp | |
+163 −154 | opengl/DearImGui/imgui_draw.cpp | |
+9 −22 | opengl/DearImGui/imgui_impl_opengl2.cpp | |
+1 −1 | opengl/DearImGui/imgui_impl_opengl2.h | |
+58 −171 | opengl/DearImGui/imgui_impl_opengl3.cpp | |
+4 −4 | opengl/DearImGui/imgui_impl_opengl3.h | |
+329 −760 | opengl/DearImGui/imgui_internal.h | |
+119 −187 | opengl/DearImGui/imgui_tables.cpp | |
+725 −1,054 | opengl/DearImGui/imgui_widgets.cpp | |
+27 −15 | opengl/DearImGui/imstb_rectpack.h | |
+31 −19 | opengl/DearImGui/imstb_textedit.h | |
+321 −503 | opengl/DearImGui/imstb_truetype.h | |
+1 −1 | tests/Makefile |