-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule repo
updated
13 files
+1 −1 | docs/BACKENDS.md | |
+28 −5 | docs/CHANGELOG.txt | |
+12 −11 | docs/CONTRIBUTING.md | |
+6 −0 | imconfig.h | |
+15 −18 | imgui.cpp | |
+6 −6 | imgui.h | |
+38 −1 | imgui_demo.cpp | |
+2 −2 | imgui_draw.cpp | |
+7 −7 | imgui_internal.h | |
+2 −2 | imgui_tables.cpp | |
+9 −9 | imgui_widgets.cpp | |
+8 −1 | misc/freetype/README.md | |
+141 −2 | misc/freetype/imgui_freetype.cpp |
Submodule repo
updated
from e15b8d to f97832
Submodule repo
updated
6 files
+1 −2 | src/agent/main.cpp | |
+7 −1 | src/agent/vendor.hpp | |
+8 −3 | src/common/logging.cpp | |
+2 −2 | src/common/logging.hpp | |
+1 −2 | src/web/main.cpp | |
+1 −1 | third_party/openthread/repo |