-
-
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 <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule carla
updated
26 files
Submodule dpf
updated
24 files
+11 −1 | Makefile.base.mk | |
+1 −1 | cmake/DPF-plugin.cmake | |
+17 −13 | dgl/Base.hpp | |
+18 −10 | dgl/src/ApplicationPrivateData.cpp | |
+52 −35 | dgl/src/Cairo.cpp | |
+4 −1 | dgl/src/OpenGL.cpp | |
+1 −1 | dgl/src/Window.cpp | |
+10 −2 | dgl/src/WindowPrivateData.cpp | |
+5 −5 | dgl/src/WindowPrivateData.hpp | |
+1 −1 | dgl/src/pugl-upstream | |
+25 −2 | dgl/src/pugl.cpp | |
+18 −2 | distrho/DistrhoDetails.hpp | |
+33 −0 | distrho/DistrhoUtils.hpp | |
+4 −4 | distrho/src/DistrhoPluginCLAP.cpp | |
+11 −0 | distrho/src/DistrhoPluginChecks.h | |
+3 −3 | distrho/src/DistrhoPluginLV2.cpp | |
+51 −48 | distrho/src/DistrhoPluginLV2export.cpp | |
+1 −1 | distrho/src/DistrhoPluginVST.hpp | |
+8 −8 | distrho/src/DistrhoPluginVST2.cpp | |
+28 −16 | distrho/src/DistrhoPluginVST3.cpp | |
+1 −1 | distrho/src/DistrhoUILV2.cpp | |
+6 −4 | distrho/src/DistrhoUIVST3.cpp | |
+6 −0 | examples/Parameters/ExampleUIParameters.cpp | |
+139 −0 | utils/state2json.cpp |
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 |