3 files changed
+6
-10
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 17 | + | |
22 | 18 |
| |
23 | 19 |
| |
24 | 20 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
|
- .travis/install.sh+1
- .travis/script-linux.sh+9-3
- .travis/script-win32.sh+1-1
- .travis/script-win64.sh+1-1
- Makefile+9-4
- Makefile.base.mk+135-31
- Makefile.plugins.mk+73-26
- README.md+19-6
- dgl/Base.hpp+6-84
- dgl/Cairo.hpp+40
- dgl/Color.hpp+1-1
- dgl/Geometry.hpp+13-10
- dgl/Image.hpp+30-52
- dgl/ImageBase.hpp+125
- dgl/ImageWidgets.hpp+9
- dgl/Makefile+91-23
- dgl/NanoVG.hpp+2-1
- dgl/OpenGL.hpp+121
- dgl/Widget.hpp+1-1
- dgl/Window.hpp+6-2
- dgl/src/Cairo.cpp+112
- dgl/src/Color.cpp+29-19
- dgl/src/Geometry.cpp+13-89
- dgl/src/Image.cpp+29-73
- dgl/src/ImageBase.cpp+106
- dgl/src/ImageWidgets.cpp+14-1
- dgl/src/NanoVG.cpp+24-6
- dgl/src/OpenGL.cpp+157
- dgl/src/Widget.cpp+1-1
- dgl/src/WidgetPrivateData.cpp+107
- dgl/src/WidgetPrivateData.hpp+3-56
- dgl/src/Window.cpp+427-96
- dgl/src/pugl/pugl.h+43-40
- dgl/src/pugl/pugl_haiku.cpp+441
- dgl/src/pugl/pugl_internal.h+3
- dgl/src/pugl/pugl_osx.m+527-126
- dgl/src/pugl/pugl_win.cpp+104-21
- dgl/src/pugl/pugl_x11.c+136-8
- dgl/src/sofd/libsofd.c+2-1
- distrho/DistrhoInfo.hpp+5-1
- distrho/DistrhoPlugin.hpp+24-6
- distrho/DistrhoPluginUtils.hpp+159
- distrho/DistrhoUI.hpp+21-3
- distrho/DistrhoUtils.hpp+40
- distrho/extra/String.hpp+12
- distrho/src/DistrhoDefines.h+23-2
- distrho/src/DistrhoPluginChecks.h+7-2
- distrho/src/DistrhoPluginInternal.hpp+14
- distrho/src/DistrhoPluginJack.cpp+11-1
- distrho/src/DistrhoPluginLV2.cpp+53-12
- distrho/src/DistrhoPluginLV2export.cpp+173-91
- distrho/src/DistrhoPluginVST.cpp+28-13
- distrho/src/DistrhoUI.cpp+21-3
- distrho/src/DistrhoUIDSSI.cpp+5-2
- distrho/src/DistrhoUIInternal.hpp+31-17
- distrho/src/DistrhoUILV2.cpp+16-8
- distrho/src/lv2/ui.h+1
- dpf.doxygen+2-1
- examples/CairoUI/CairoExamplePlugin.cpp+89
- examples/CairoUI/CairoExampleUI.cpp+70
- examples/CairoUI/DemoWidgetBanner.cpp+100
- examples/CairoUI/DemoWidgetBanner.hpp+34
- examples/CairoUI/DemoWidgetClickable.cpp+87
- examples/CairoUI/DemoWidgetClickable.hpp+38
- examples/CairoUI/DistrhoPluginInfo.h+118
- examples/CairoUI/Makefile+56
- examples/ExternalUI/Makefile+3
- examples/Info/DistrhoPluginInfo.h+4
- examples/Info/Makefile+2-2
- examples/Info/modgui.ttl+42
- examples/Info/modgui/box.png
- examples/Info/modgui/icon-info.html+73
- examples/Info/modgui/screenshot-info.png
- examples/Info/modgui/script-info.js+57
- examples/Info/modgui/stylesheet-info.css+88
- examples/Info/modgui/thumbnail-tinygain.png
- examples/Info/modgui/tilesf1.LICENSE+4
- examples/Info/modgui/tilesf1.jpg
- examples/Latency/Makefile+1-1
- examples/Meters/ExampleUIMeters.cpp+2-1
- examples/Meters/Makefile+4-4
- examples/Parameters/DistrhoPluginInfo.h+2-1
- examples/Parameters/ExampleUIParameters.cpp+22-19
- examples/Parameters/Makefile+4-4
- examples/States/DistrhoPluginInfo.h+8-7
- examples/States/ExampleUIStates.cpp+25-21
- examples/States/Makefile+4-4
- utils/generate-vst-bundles.sh+8-9
- utils/lv2-ttl-generator/GNUmakefile+17-7
- utils/res2c.py+15-15
0 commit comments