Commit 602b938
3 files changed
+3
-3
lines changed- .github/workflows/build.yml+7
- .github/workflows/cmake.yml+32-52
- LICENSE+1-1
- Makefile.base.mk+8-8
- Makefile.plugins.mk+40-5
- cmake/DPF-plugin.cmake+11
- dgl/Application.hpp+18-1
- dgl/Color.hpp+12-1
- dgl/Geometry.hpp+4-4
- dgl/Makefile+9-4
- dgl/OpenGL.hpp+17-1
- dgl/Window.hpp+9-6
- dgl/src/Application.cpp+8-3
- dgl/src/ApplicationPrivateData.cpp+5-15
- dgl/src/ApplicationPrivateData.hpp+8-5
- dgl/src/Cairo.cpp+36-32
- dgl/src/Color.cpp+9-1
- dgl/src/EventHandlers.cpp+1-8
- dgl/src/Geometry.cpp+2
- dgl/src/Layout.cpp+10-6
- dgl/src/NanoVG.cpp+4-1
- dgl/src/OpenGL.cpp+29-1
- dgl/src/OpenGL2.cpp+50-35
- dgl/src/OpenGL3.cpp+112-35
- dgl/src/Stub.cpp+37-33
- dgl/src/TopLevelWidgetPrivateData.cpp-5
- dgl/src/TopLevelWidgetPrivateData.hpp-1
- dgl/src/Vulkan.cpp+37-7
- dgl/src/Window.cpp+3-5
- dgl/src/WindowPrivateData.cpp+19-21
- dgl/src/nanovg/nanovg_gl.h+4-4
- dgl/src/pugl-extra/haiku.cpp+1-1
- dgl/src/pugl-extra/wasm.c+74-56
- dgl/src/pugl-upstream+1-1
- dgl/src/pugl.cpp+13-40
- dgl/src/pugl.hpp-3
- distrho/DistrhoInfo.hpp+18
- distrho/DistrhoUI.hpp+15-19
- distrho/DistrhoUIMain.cpp+5
- distrho/extra/String.hpp+51-56
- distrho/src/DistrhoPluginCLAP.cpp+9-6
- distrho/src/DistrhoPluginLV2export.cpp+17
- distrho/src/DistrhoPluginMAPI.cpp+7-5
- distrho/src/DistrhoPluginVST2.cpp+6-5
- distrho/src/DistrhoUI.cpp+3-3
- distrho/src/DistrhoUIInternal.hpp+6-5
- distrho/src/DistrhoUILV2.cpp+16-12
- distrho/src/DistrhoUIPrivateData.hpp+55-13
- distrho/src/DistrhoUIVST3.cpp+3-2
- distrho/src/jackbridge/JackBridge.cpp+3
- distrho/src/jackbridge/NativeBridge.hpp+27-8
- distrho/src/mapi/mapi.h+5-5
- tests/Application.cpp+2-6
- tests/Base64.cpp+36
- tests/Color.cpp+2-5
- tests/Demo.cpp+9-4
- tests/FileBrowserDialog.cpp+5-3
- tests/Makefile+38-21
- tests/NanoImage.cpp+5-3
- tests/NanoSubWidgets.cpp+5-3
- tests/Point.cpp+2-6
- tests/Window.cpp+4-10
- tests/dgl.cpp+44
- tests/tests.hpp+8-5
- utils/emscripten.html.in+6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments