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