Skip to content

Commit

Permalink
Update dpf and widgets
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 6, 2024
1 parent d9f68d6 commit 020a55f
Show file tree
Hide file tree
Showing 7 changed files with 1,050 additions and 880 deletions.
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 45 files
+11 −10 LICENSE
+1 −0 Makefile
+54 −1 Makefile.base.mk
+27 −7 Makefile.plugins.mk
+3 −3 dgl/Base.hpp
+19 −0 dgl/Makefile
+1 −0 dgl/StandaloneWindow.hpp
+65 −0 dgl/Web.hpp
+221 −0 dgl/src/Web.cpp
+14 −4 dgl/src/Window.cpp
+1 −1 dgl/src/WindowPrivateData.cpp
+49 −41 distrho/DistrhoDetails.hpp
+5 −3 distrho/DistrhoPluginUtils.hpp
+7 −4 distrho/DistrhoUI.hpp
+11 −1 distrho/DistrhoUI_macOS.mm
+84 −19 distrho/DistrhoUtils.hpp
+276 −0 distrho/extra/ChildProcess.hpp
+4 −0 distrho/extra/FileBrowserDialogImpl.cpp
+3 −3 distrho/extra/FileBrowserDialogImpl.hpp
+89 −2 distrho/extra/RingBuffer.hpp
+7 −3 distrho/extra/Sleep.hpp
+4 −18 distrho/extra/String.hpp
+127 −0 distrho/extra/Time.hpp
+28 −0 distrho/extra/WebView.hpp
+929 −0 distrho/extra/WebViewImpl.cpp
+86 −0 distrho/extra/WebViewImpl.hpp
+28 −1 distrho/src/DistrhoPluginChecks.h
+20 −1 distrho/src/DistrhoPluginJACK.cpp
+1 −1 distrho/src/DistrhoPluginLV2export.cpp
+5 −1 distrho/src/DistrhoPluginVST2.cpp
+6 −1 distrho/src/DistrhoPluginVST3.cpp
+46 −0 distrho/src/DistrhoUI.cpp
+10 −1 distrho/src/DistrhoUIDSSI.cpp
+14 −2 distrho/src/DistrhoUtils.cpp
+2 −2 distrho/src/jackbridge/JackBridge.cpp
+12 −0 examples/WebMeters/CMakeLists.txt
+44 −0 examples/WebMeters/DistrhoPluginInfo.h
+288 −0 examples/WebMeters/ExamplePluginWebMeters.cpp
+72 −0 examples/WebMeters/ExampleUIWebMeters.cpp
+51 −0 examples/WebMeters/Makefile
+8 −0 examples/WebMeters/README.md
+3 −1 tests/tests.hpp
+9 −3 utils/generate-ttl.sh
+35 −25 utils/package-osx-bundles.sh
+17 −16 utils/plugin.pkg/package.xml.in
2 changes: 1 addition & 1 deletion plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export SKIP_NATIVE_AUDIO_FALLBACK = true

include $(DPF_PATH)/Makefile.plugins.mk

BUILD_CXX_FLAGS += -DIMGUI_DISABLE_DEBUG_TOOLS
BUILD_CXX_FLAGS += -DIMGUI_DISABLE_DEMO_WINDOWS
BUILD_CXX_FLAGS += -DIMGUI_DISABLE_METRICS_WINDOW
BUILD_CXX_FLAGS += -I../build
BUILD_CXX_FLAGS += -I../dpf-widgets/opengl
BUILD_CXX_FLAGS += -I../pregen
Expand Down
1,014 changes: 588 additions & 426 deletions plugin/widgets/implot/implot.cpp

Large diffs are not rendered by default.

174 changes: 93 additions & 81 deletions plugin/widgets/implot/implot.h

Large diffs are not rendered by default.

140 changes: 76 additions & 64 deletions plugin/widgets/implot/implot_internal.h

Large diffs are not rendered by default.

596 changes: 290 additions & 306 deletions plugin/widgets/implot/implot_items.cpp

Large diffs are not rendered by default.

0 comments on commit 020a55f

Please sign in to comment.