-
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.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dpf
updated
24 files
+8 −0 | Makefile.base.mk | |
+1 −1 | dgl/src/ApplicationPrivateData.cpp | |
+54 −41 | dgl/src/Cairo.cpp | |
+9 −26 | dgl/src/OpenGL.cpp | |
+9 −2 | dgl/src/Window.cpp | |
+59 −21 | dgl/src/WindowPrivateData.cpp | |
+1 −1 | dgl/src/pugl-upstream | |
+25 −2 | dgl/src/pugl.cpp | |
+18 −2 | distrho/DistrhoDetails.hpp | |
+1 −1 | distrho/DistrhoPlugin.hpp | |
+3 −3 | distrho/src/DistrhoPluginLV2.cpp | |
+48 −45 | distrho/src/DistrhoPluginLV2export.cpp | |
+6 −5 | distrho/src/DistrhoPluginVST2.cpp | |
+5 −3 | distrho/src/DistrhoPluginVST3.cpp | |
+1 −1 | distrho/src/DistrhoUILV2.cpp | |
+1 −2 | examples/CairoUI/CMakeLists.txt | |
+113 −22 | examples/CairoUI/CairoExamplePlugin.cpp | |
+67 −25 | examples/CairoUI/CairoExampleUI.cpp | |
+0 −99 | examples/CairoUI/DemoWidgetBanner.cpp | |
+73 −6 | examples/CairoUI/DemoWidgetBanner.hpp | |
+51 −21 | examples/CairoUI/DemoWidgetClickable.hpp | |
+30 −4 | examples/CairoUI/DistrhoPluginInfo.h | |
+1 −6 | examples/CairoUI/Makefile | |
+3 −3 | examples/Meters/ExamplePluginMeters.cpp |