Skip to content

Commit

Permalink
dpf: Update submodule to latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
zamaudio committed May 12, 2024
1 parent 3be5519 commit 1dfe485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 98 files
+23 −23 FEATURES.md
+11 −10 LICENSE
+10 −9 LICENSING.md
+110 −9 Makefile.base.mk
+104 −30 Makefile.plugins.mk
+63 −10 cmake/DPF-plugin.cmake
+105 −64 dgl/Base.hpp
+2 −2 dgl/EventHandlers.hpp
+20 −0 dgl/Makefile
+1 −0 dgl/StandaloneWindow.hpp
+1 −0 dgl/Window.hpp
+37 −13 dgl/src/ApplicationPrivateData.cpp
+6 −0 dgl/src/ApplicationPrivateData.hpp
+54 −41 dgl/src/Cairo.cpp
+5 −5 dgl/src/EventHandlers.cpp
+13 −13 dgl/src/Layout.cpp
+16 −33 dgl/src/OpenGL.cpp
+2 −2 dgl/src/SubWidget.cpp
+2 −2 dgl/src/TopLevelWidgetPrivateData.cpp
+1 −1 dgl/src/TopLevelWidgetPrivateData.hpp
+54 −27 dgl/src/Window.cpp
+116 −69 dgl/src/WindowPrivateData.cpp
+11 −7 dgl/src/WindowPrivateData.hpp
+59 −51 dgl/src/pugl-extra/wasm.c
+2 −0 dgl/src/pugl-extra/wasm.h
+1 −1 dgl/src/pugl-upstream
+101 −111 dgl/src/pugl.cpp
+23 −9 dgl/src/pugl.hpp
+73 −44 distrho/DistrhoDetails.hpp
+30 −1 distrho/DistrhoInfo.hpp
+19 −2 distrho/DistrhoPlugin.hpp
+6 −2 distrho/DistrhoPluginMain.cpp
+5 −3 distrho/DistrhoPluginUtils.hpp
+3 −0 distrho/DistrhoUI.hpp
+7 −2 distrho/DistrhoUIMain.cpp
+138 −19 distrho/DistrhoUtils.hpp
+38 −3 distrho/extra/FileBrowserDialogImpl.cpp
+89 −2 distrho/extra/RingBuffer.hpp
+7 −3 distrho/extra/Sleep.hpp
+4 −18 distrho/extra/String.hpp
+3 −0 distrho/src/DistrhoDefines.h
+2 −1 distrho/src/DistrhoPlugin.cpp
+3,173 −0 distrho/src/DistrhoPluginAU.cpp
+16 −24 distrho/src/DistrhoPluginCLAP.cpp
+94 −15 distrho/src/DistrhoPluginChecks.h
+281 −0 distrho/src/DistrhoPluginExport.cpp
+44 −10 distrho/src/DistrhoPluginInternal.hpp
+21 −6 distrho/src/DistrhoPluginJACK.cpp
+14 −26 distrho/src/DistrhoPluginLV2.cpp
+53 −48 distrho/src/DistrhoPluginLV2export.cpp
+5 −5 distrho/src/DistrhoPluginVST.hpp
+41 −37 distrho/src/DistrhoPluginVST2.cpp
+60 −47 distrho/src/DistrhoPluginVST3.cpp
+5 −5 distrho/src/DistrhoUI.cpp
+502 −0 distrho/src/DistrhoUIAU.mm
+22 −4 distrho/src/DistrhoUIDSSI.cpp
+5 −2 distrho/src/DistrhoUIInternal.hpp
+5 −2 distrho/src/DistrhoUILV2.cpp
+31 −12 distrho/src/DistrhoUIPrivateData.hpp
+6 −4 distrho/src/DistrhoUIVST3.cpp
+19 −5 distrho/src/DistrhoUtils.cpp
+2 −2 distrho/src/jackbridge/JackBridge.cpp
+1 −2 examples/CairoUI/CMakeLists.txt
+109 −27 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
+47 −5 examples/CairoUI/DistrhoPluginInfo.h
+1 −6 examples/CairoUI/Makefile
+4 −1 examples/Info/DistrhoPluginInfo.h
+1 −10 examples/Info/InfoExamplePlugin.cpp
+16 −6 examples/Info/InfoExampleUI.cpp
+1 −0 examples/Info/Makefile
+1 −1 examples/Info/ResizeHandle.hpp
+4 −1 examples/Meters/DistrhoPluginInfo.h
+2 −11 examples/Meters/ExamplePluginMeters.cpp
+1 −0 examples/Meters/Makefile
+4 −1 examples/MidiThrough/DistrhoPluginInfo.h
+1 −0 examples/MidiThrough/Makefile
+1 −10 examples/MidiThrough/MidiThroughExamplePlugin.cpp
+4 −1 examples/Parameters/DistrhoPluginInfo.h
+1 −10 examples/Parameters/ExamplePluginParameters.cpp
+6 −0 examples/Parameters/ExampleUIParameters.cpp
+1 −0 examples/Parameters/Makefile
+4 −1 examples/SendNote/DistrhoPluginInfo.h
+1 −0 examples/SendNote/Makefile
+1 −10 examples/SendNote/SendNoteExamplePlugin.cpp
+4 −1 examples/States/DistrhoPluginInfo.h
+1 −10 examples/States/ExamplePluginStates.cpp
+1 −0 examples/States/Makefile
+3 −1 tests/tests.hpp
+7 −0 utils/au-services-restart.sh
+10 −4 utils/generate-ttl.sh
+64 −27 utils/package-osx-bundles.sh
+17 −16 utils/plugin.pkg/package.xml.in
+139 −0 utils/state2json.cpp
+1 −0 utils/symbols/au.exp

0 comments on commit 1dfe485

Please sign in to comment.