-rw-r--r-- | .github/FUNDING.yml | 4L |
-rw-r--r-- | .github/workflows/cmake.yml | 145L |
-rw-r--r-- | .github/workflows/example-plugins.yml | 66L |
-rw-r--r-- | .github/workflows/irc.yml | 20L |
-rw-r--r-- | .github/workflows/makefile.yml | 78L |
-rw-r--r-- | .gitignore | 22L |
-rw-r--r-- | .gitmodules | 3L |
-rw-r--r-- | CMakeLists.txt | 61L |
-rw-r--r-- | FEATURES.md | 98L |
-rw-r--r-- | LICENSE | 13L |
-rw-r--r-- | LICENSING.md | 45L |
-rw-r--r-- | Makefile | 76L |
-rw-r--r-- | Makefile.base.mk | 920L |
-rw-r--r-- | Makefile.plugins.mk | 830L |
-rw-r--r-- | README.md | 41L |
-rw-r--r-- | cmake/DPF-plugin.cmake | 1026L |
-rw-r--r-- | dgl/Application.hpp | 143L |
-rw-r--r-- | dgl/Base.hpp | 276L |
-rw-r--r-- | dgl/Cairo.hpp | 193L |
-rw-r--r-- | dgl/Color.hpp | 149L |
-rw-r--r-- | dgl/EventHandlers.hpp | 197L |
-rw-r--r-- | dgl/FileBrowserDialog.hpp | 28L |
-rw-r--r-- | dgl/Geometry.hpp | 839L |
-rw-r--r-- | dgl/Image.hpp | 36L |
-rw-r--r-- | dgl/ImageBase.hpp | 156L |
-rw-r--r-- | dgl/ImageBaseWidgets.hpp | 258L |
-rw-r--r-- | dgl/ImageWidgets.hpp | 41L |
-rw-r--r-- | dgl/Layout.hpp | 71L |
-rw-r--r-- | dgl/Makefile | 293L |
-rw-r--r-- | dgl/NanoVG.hpp | 999L |
-rw-r--r-- | dgl/OpenGL-include.hpp | 96L |
-rw-r--r-- | dgl/OpenGL.hpp | 222L |
-rw-r--r-- | dgl/StandaloneWindow.hpp | 101L |
-rw-r--r-- | dgl/SubWidget.hpp | 185L |
-rw-r--r-- | dgl/TopLevelWidget.hpp | 146L |
-rw-r--r-- | dgl/Vulkan.hpp | 103L |
-rw-r--r-- | dgl/Widget.hpp | 483L |
-rw-r--r-- | dgl/Window.hpp | 559L |
-rw-r--r-- | dgl/src/Application.cpp | 112L |
-rw-r--r-- | dgl/src/ApplicationPrivateData.cpp | 200L |
-rw-r--r-- | dgl/src/ApplicationPrivateData.hpp | 122L |
-rw-r--r-- | dgl/src/Cairo.cpp | 840L |
-rw-r--r-- | dgl/src/Color.cpp | 310L |
-rw-r--r-- | dgl/src/EventHandlers.cpp | 684L |
-rw-r--r-- | dgl/src/Geometry.cpp | 1053L |
-rw-r--r-- | dgl/src/ImageBase.cpp | 132L |
-rw-r--r-- | dgl/src/ImageBaseWidgets.cpp | 967L |
-rw-r--r-- | dgl/src/Layout.cpp | 201L |
-rw-r--r-- | dgl/src/NanoVG.cpp | 1208L |
-rw-r--r-- | dgl/src/OpenGL.cpp | 799L |
-rw-r--r-- | dgl/src/Resources.cpp | 18544L |
-rw-r--r-- | dgl/src/Resources.hpp | 12L |
-rw-r--r-- | dgl/src/SubWidget.cpp | 198L |
-rw-r--r-- | dgl/src/SubWidgetPrivateData.cpp | 45L |
-rw-r--r-- | dgl/src/SubWidgetPrivateData.hpp | 50L |
-rw-r--r-- | dgl/src/TopLevelWidget.cpp | 151L |
-rw-r--r-- | dgl/src/TopLevelWidgetPrivateData.cpp | 145L |
-rw-r--r-- | dgl/src/TopLevelWidgetPrivateData.hpp | 50L |
-rw-r--r-- | dgl/src/Vulkan.cpp | 250L |
-rw-r--r-- | dgl/src/Widget.cpp | 215L |
-rw-r--r-- | dgl/src/WidgetPrivateData.cpp | 232L |
-rw-r--r-- | dgl/src/WidgetPrivateData.hpp | 62L |
-rw-r--r-- | dgl/src/Window.cpp | 585L |
-rw-r--r-- | dgl/src/WindowPrivateData.cpp | 1240L |
-rw-r--r-- | dgl/src/WindowPrivateData.hpp | 209L |
-rw-r--r-- | dgl/src/nanovg/LICENSE.txt | 18L |
-rw-r--r-- | dgl/src/nanovg/fontstash.h | 1816L |
-rw-r--r-- | dgl/src/nanovg/nanovg.c | 3060L |
-rw-r--r-- | dgl/src/nanovg/nanovg.h | 708L |
-rw-r--r-- | dgl/src/nanovg/nanovg_gl.h | 1821L |
-rw-r--r-- | dgl/src/nanovg/nanovg_gl_utils.h | 154L |
-rw-r--r-- | dgl/src/nanovg/stb_image.h | 6614L |
-rw-r--r-- | dgl/src/nanovg/stb_truetype.h | 5011L |
-rw-r--r-- | dgl/src/pugl-extra/haiku.cpp | 402L |
-rw-r--r-- | dgl/src/pugl-extra/haiku.h | 25L |
-rw-r--r-- | dgl/src/pugl-extra/haiku_gl.cpp | 87L |
-rw-r--r-- | dgl/src/pugl-extra/haiku_stub.cpp | 24L |
-rw-r--r-- | dgl/src/pugl-extra/wasm.c | 1175L |
-rw-r--r-- | dgl/src/pugl-extra/wasm.h | 47L |
-rw-r--r-- | dgl/src/pugl-extra/wasm_gl.c | 228L |
-rw-r--r-- | dgl/src/pugl-extra/wasm_stub.c | 24L |
m--------- | dgl/src/pugl-upstream @ e33b2f6 | |
-rw-r--r-- | dgl/src/pugl.cpp | 667L |
-rw-r--r-- | dgl/src/pugl.hpp | 135L |
l--------- | dgl/src/pugl.mm | 1L |
-rw-r--r-- | dgl/src/resources/DejaVuSans.ttf | 741536B |
-rw-r--r-- | dgl/src/resources/LICENSE-DejaVuSans.ttf.txt | 97L |
-rw-r--r-- | distrho/DistrhoDetails.hpp | 1060L |
-rw-r--r-- | distrho/DistrhoInfo.hpp | 970L |
-rw-r--r-- | distrho/DistrhoPlugin.hpp | 418L |
-rw-r--r-- | distrho/DistrhoPluginMain.cpp | 54L |
-rw-r--r-- | distrho/DistrhoPluginUtils.hpp | 217L |
-rw-r--r-- | distrho/DistrhoStandaloneUtils.hpp | 99L |
-rw-r--r-- | distrho/DistrhoUI.hpp | 411L |
-rw-r--r-- | distrho/DistrhoUIMain.cpp | 63L |
-rw-r--r-- | distrho/DistrhoUI_macOS.mm | 54L |
-rw-r--r-- | distrho/DistrhoUtils.hpp | 443L |
-rw-r--r-- | distrho/extra/Base64.hpp | 150L |
-rw-r--r-- | distrho/extra/ExternalWindow.hpp | 578L |
-rw-r--r-- | distrho/extra/FileBrowserDialog.hpp | 28L |
-rw-r--r-- | distrho/extra/FileBrowserDialogImpl.cpp | 888L |
-rw-r--r-- | distrho/extra/FileBrowserDialogImpl.hpp | 125L |
-rw-r--r-- | distrho/extra/LeakDetector.hpp | 166L |
-rw-r--r-- | distrho/extra/LibraryUtils.hpp | 136L |
-rw-r--r-- | distrho/extra/Mutex.hpp | 398L |
-rw-r--r-- | distrho/extra/RingBuffer.hpp | 897L |
-rw-r--r-- | distrho/extra/Runner.hpp | 251L |
-rw-r--r-- | distrho/extra/ScopedDenormalDisable.hpp | 112L |
-rw-r--r-- | distrho/extra/ScopedPointer.hpp | 251L |
-rw-r--r-- | distrho/extra/ScopedSafeLocale.hpp | 136L |
-rw-r--r-- | distrho/extra/Sleep.hpp | 75L |
-rw-r--r-- | distrho/extra/String.hpp | 996L |
-rw-r--r-- | distrho/extra/Thread.hpp | 344L |
-rw-r--r-- | distrho/extra/ValueSmoother.hpp | 204L |
-rw-r--r-- | distrho/extra/sofd/libsofd.c | 2482L |
-rw-r--r-- | distrho/extra/sofd/libsofd.h | 194L |
-rw-r--r-- | distrho/src/DistrhoDefines.h | 230L |
-rw-r--r-- | distrho/src/DistrhoPlugin.cpp | 253L |
-rw-r--r-- | distrho/src/DistrhoPluginAU.cpp | 3173L |
-rw-r--r-- | distrho/src/DistrhoPluginCLAP.cpp | 2638L |
-rw-r--r-- | distrho/src/DistrhoPluginCarla.cpp | 551L |
-rw-r--r-- | distrho/src/DistrhoPluginChecks.h | 289L |
-rw-r--r-- | distrho/src/DistrhoPluginExport.cpp | 281L |
-rw-r--r-- | distrho/src/DistrhoPluginInternal.hpp | 1095L |
-rw-r--r-- | distrho/src/DistrhoPluginJACK.cpp | 1176L |
-rw-r--r-- | distrho/src/DistrhoPluginLADSPA+DSSI.cpp | 761L |
-rw-r--r-- | distrho/src/DistrhoPluginLV2.cpp | 1713L |
-rw-r--r-- | distrho/src/DistrhoPluginLV2export.cpp | 1717L |
-rw-r--r-- | distrho/src/DistrhoPluginStub.cpp | 97L |
-rw-r--r-- | distrho/src/DistrhoPluginVST.hpp | 386L |
-rw-r--r-- | distrho/src/DistrhoPluginVST2.cpp | 1738L |
-rw-r--r-- | distrho/src/DistrhoPluginVST3.cpp | 4999L |
-rw-r--r-- | distrho/src/DistrhoUI.cpp | 463L |
-rw-r--r-- | distrho/src/DistrhoUIAU.mm | 502L |
-rw-r--r-- | distrho/src/DistrhoUIDSSI.cpp | 535L |
-rw-r--r-- | distrho/src/DistrhoUIInternal.hpp | 417L |
-rw-r--r-- | distrho/src/DistrhoUILV2.cpp | 932L |
-rw-r--r-- | distrho/src/DistrhoUIPrivateData.hpp | 533L |
-rw-r--r-- | distrho/src/DistrhoUIStub.cpp | 127L |
-rw-r--r-- | distrho/src/DistrhoUIVST3.cpp | 1646L |
-rw-r--r-- | distrho/src/DistrhoUtils.cpp | 182L |
-rw-r--r-- | distrho/src/clap/audio-buffer.h | 37L |
-rw-r--r-- | distrho/src/clap/entry.h | 68L |
-rw-r--r-- | distrho/src/clap/events.h | 285L |
-rw-r--r-- | distrho/src/clap/ext/audio-ports.h | 116L |
-rw-r--r-- | distrho/src/clap/ext/gui.h | 223L |
-rw-r--r-- | distrho/src/clap/ext/latency.h | 28L |
-rw-r--r-- | distrho/src/clap/ext/note-ports.h | 78L |
-rw-r--r-- | distrho/src/clap/ext/params.h | 328L |
-rw-r--r-- | distrho/src/clap/ext/state.h | 33L |
-rw-r--r-- | distrho/src/clap/ext/thread-check.h | 51L |
-rw-r--r-- | distrho/src/clap/ext/timer-support.h | 29L |
-rw-r--r-- | distrho/src/clap/fixedpoint.h | 16L |
-rw-r--r-- | distrho/src/clap/host.h | 41L |
-rw-r--r-- | distrho/src/clap/id.h | 8L |
-rw-r--r-- | distrho/src/clap/plugin-factory.h | 40L |
-rw-r--r-- | distrho/src/clap/plugin-features.h | 76L |
-rw-r--r-- | distrho/src/clap/plugin.h | 96L |
-rw-r--r-- | distrho/src/clap/private/macros.h | 44L |
-rw-r--r-- | distrho/src/clap/private/std.h | 16L |
-rw-r--r-- | distrho/src/clap/process.h | 66L |
-rw-r--r-- | distrho/src/clap/stream.h | 26L |
-rw-r--r-- | distrho/src/clap/string-sizes.h | 21L |
-rw-r--r-- | distrho/src/clap/version.h | 34L |
-rw-r--r-- | distrho/src/dssi/dssi.h | 445L |
-rw-r--r-- | distrho/src/dssi/seq_event-compat.h | 282L |
-rw-r--r-- | distrho/src/jackbridge/JackBridge.cpp | 2463L |
-rw-r--r-- | distrho/src/jackbridge/JackBridge.hpp | 422L |
-rw-r--r-- | distrho/src/jackbridge/NativeBridge.hpp | 332L |
-rw-r--r-- | distrho/src/jackbridge/RtAudioBridge.hpp | 418L |
-rw-r--r-- | distrho/src/jackbridge/SDL2Bridge.hpp | 265L |
-rw-r--r-- | distrho/src/jackbridge/WebBridge.hpp | 526L |
-rw-r--r-- | distrho/src/jackbridge/rtaudio/LICENSE | 27L |
-rw-r--r-- | distrho/src/jackbridge/rtaudio/RtAudio.cpp | 10908L |
-rw-r--r-- | distrho/src/jackbridge/rtaudio/RtAudio.h | 1185L |
-rw-r--r-- | distrho/src/jackbridge/rtmidi/LICENSE | 27L |
-rw-r--r-- | distrho/src/jackbridge/rtmidi/RtMidi.cpp | 3930L |
-rw-r--r-- | distrho/src/jackbridge/rtmidi/RtMidi.h | 658L |
-rw-r--r-- | distrho/src/ladspa/ladspa.h | 611L |
-rw-r--r-- | distrho/src/lv2/atom-forge.h | 710L |
-rw-r--r-- | distrho/src/lv2/atom-util.h | 518L |
-rw-r--r-- | distrho/src/lv2/atom.h | 256L |
-rw-r--r-- | distrho/src/lv2/buf-size.h | 44L |
-rw-r--r-- | distrho/src/lv2/control-input-port-change-request.h | 84L |
-rw-r--r-- | distrho/src/lv2/data-access.h | 68L |
-rw-r--r-- | distrho/src/lv2/dynmanifest.h | 151L |
-rw-r--r-- | distrho/src/lv2/event-helpers.h | 265L |
-rw-r--r-- | distrho/src/lv2/event.h | 292L |
-rw-r--r-- | distrho/src/lv2/instance-access.h | 36L |
-rw-r--r-- | distrho/src/lv2/log.h | 109L |
-rw-r--r-- | distrho/src/lv2/logger.h | 160L |
-rw-r--r-- | distrho/src/lv2/lv2.h | 476L |
-rwxr-xr-x | distrho/src/lv2/lv2_external_ui.h | 109L |
-rw-r--r-- | distrho/src/lv2/lv2_kxstudio_properties.h | 33L |
-rw-r--r-- | distrho/src/lv2/lv2_programs.h | 174L |
-rw-r--r-- | distrho/src/lv2/lv2_rtmempool.h | 119L |
-rw-r--r-- | distrho/src/lv2/midi.h | 234L |
-rw-r--r-- | distrho/src/lv2/morph.h | 42L |
-rw-r--r-- | distrho/src/lv2/options.h | 145L |
-rw-r--r-- | distrho/src/lv2/parameters.h | 62L |
-rw-r--r-- | distrho/src/lv2/patch.h | 66L |
-rw-r--r-- | distrho/src/lv2/port-groups.h | 71L |
-rw-r--r-- | distrho/src/lv2/port-props.h | 48L |
-rw-r--r-- | distrho/src/lv2/presets.h | 41L |
-rw-r--r-- | distrho/src/lv2/resize-port.h | 86L |
-rw-r--r-- | distrho/src/lv2/state.h | 389L |
-rw-r--r-- | distrho/src/lv2/time.h | 53L |
-rw-r--r-- | distrho/src/lv2/ui.h | 539L |
-rw-r--r-- | distrho/src/lv2/units.h | 69L |
-rw-r--r-- | distrho/src/lv2/uri-map.h | 106L |
-rw-r--r-- | distrho/src/lv2/urid.h | 136L |
-rw-r--r-- | distrho/src/lv2/worker.h | 177L |
-rw-r--r-- | distrho/src/travesty/README.txt | 9L |
-rw-r--r-- | distrho/src/travesty/align_pop.h | 38L |
-rw-r--r-- | distrho/src/travesty/align_push.h | 44L |
-rw-r--r-- | distrho/src/travesty/audio_processor.h | 286L |
-rw-r--r-- | distrho/src/travesty/base.h | 224L |
-rw-r--r-- | distrho/src/travesty/bstream.h | 50L |
-rw-r--r-- | distrho/src/travesty/component.h | 145L |
-rw-r--r-- | distrho/src/travesty/edit_controller.h | 165L |
-rw-r--r-- | distrho/src/travesty/events.h | 158L |
-rw-r--r-- | distrho/src/travesty/factory.h | 147L |
-rw-r--r-- | distrho/src/travesty/host.h | 50L |
-rw-r--r-- | distrho/src/travesty/message.h | 96L |
-rw-r--r-- | distrho/src/travesty/unit.h | 69L |
-rw-r--r-- | distrho/src/travesty/view.h | 193L |
-rw-r--r-- | distrho/src/xaymar-vst2/LICENSE | 11L |
-rw-r--r-- | distrho/src/xaymar-vst2/README.md | 21L |
-rw-r--r-- | distrho/src/xaymar-vst2/vst.h | 1012L |
-rw-r--r-- | dpf.doxygen | 309L |
-rw-r--r-- | dpf.kdev4 | 9L |
-rw-r--r-- | examples/CVPort/DistrhoPluginInfo.h | 30L |
-rw-r--r-- | examples/CVPort/ExamplePluginCVPort.cpp | 273L |
-rw-r--r-- | examples/CVPort/Makefile | 30L |
-rw-r--r-- | examples/CVPort/README.md | 16L |
-rw-r--r-- | examples/CairoUI/Artwork.cpp | 2600L |
-rw-r--r-- | examples/CairoUI/Artwork.hpp | 19L |
-rw-r--r-- | examples/CairoUI/CMakeLists.txt | 14L |
-rw-r--r-- | examples/CairoUI/CairoExamplePlugin.cpp | 191L |
-rw-r--r-- | examples/CairoUI/CairoExampleUI.cpp | 165L |
-rw-r--r-- | examples/CairoUI/DemoWidgetBanner.hpp | 106L |
-rw-r--r-- | examples/CairoUI/DemoWidgetClickable.hpp | 131L |
-rw-r--r-- | examples/CairoUI/DistrhoPluginInfo.h | 169L |
-rw-r--r-- | examples/CairoUI/Makefile | 35L |
-rw-r--r-- | examples/CairoUI/artwork/buttonOff.png | 970B |
-rw-r--r-- | examples/CairoUI/artwork/buttonOn.png | 983B |
-rw-r--r-- | examples/CairoUI/artwork/knob.png | 52344B |
-rw-r--r-- | examples/EmbedExternalUI/CMakeLists.txt | 18L |
-rw-r--r-- | examples/EmbedExternalUI/DistrhoPluginInfo.h | 40L |
-rw-r--r-- | examples/EmbedExternalUI/EmbedExternalExamplePlugin.cpp | 226L |
-rw-r--r-- | examples/EmbedExternalUI/EmbedExternalExampleUI.cpp | 506L |
-rw-r--r-- | examples/EmbedExternalUI/Makefile | 42L |
-rw-r--r-- | examples/EmbedExternalUI/README.md | 6L |
-rw-r--r-- | examples/ExternalUI/CMakeLists.txt | 13L |
-rw-r--r-- | examples/ExternalUI/DistrhoPluginInfo.h | 38L |
-rw-r--r-- | examples/ExternalUI/ExternalExamplePlugin.cpp | 188L |
-rw-r--r-- | examples/ExternalUI/ExternalExampleUI.cpp | 263L |
-rwxr-xr-x | examples/ExternalUI/ExternalLauncher.sh | 48L |
-rw-r--r-- | examples/ExternalUI/Makefile | 41L |
-rw-r--r-- | examples/ExternalUI/README.md | 11L |
-rw-r--r-- | examples/FileHandling/CMakeLists.txt | 13L |
-rw-r--r-- | examples/FileHandling/DistrhoPluginInfo.h | 47L |
-rw-r--r-- | examples/FileHandling/FileHandlingPlugin.cpp | 256L |
-rw-r--r-- | examples/FileHandling/FileHandlingUI.cpp | 284L |
-rw-r--r-- | examples/FileHandling/Makefile | 42L |
-rw-r--r-- | examples/FileHandling/NanoButton.cpp | 106L |
-rw-r--r-- | examples/FileHandling/NanoButton.hpp | 59L |
-rw-r--r-- | examples/Info/CMakeLists.txt | 13L |
-rw-r--r-- | examples/Info/DistrhoPluginInfo.h | 60L |
-rw-r--r-- | examples/Info/InfoExamplePlugin.cpp | 297L |
-rw-r--r-- | examples/Info/InfoExampleUI.cpp | 296L |
-rw-r--r-- | examples/Info/Makefile | 44L |
-rw-r--r-- | examples/Info/README.md | 10L |
-rw-r--r-- | examples/Info/ResizeHandle.hpp | 211L |
-rw-r--r-- | examples/Latency/CMakeLists.txt | 10L |
-rw-r--r-- | examples/Latency/DistrhoPluginInfo.h | 31L |
-rw-r--r-- | examples/Latency/LatencyExamplePlugin.cpp | 271L |
-rw-r--r-- | examples/Latency/Makefile | 34L |
-rw-r--r-- | examples/Latency/README.md | 8L |
-rw-r--r-- | examples/Meters/CMakeLists.txt | 12L |
-rw-r--r-- | examples/Meters/DistrhoPluginInfo.h | 40L |
-rw-r--r-- | examples/Meters/ExamplePluginMeters.cpp | 288L |
-rw-r--r-- | examples/Meters/ExampleUIMeters.cpp | 255L |
-rw-r--r-- | examples/Meters/Makefile | 49L |
-rw-r--r-- | examples/Meters/README.md | 8L |
-rw-r--r-- | examples/Metronome/DistrhoPluginInfo.h | 29L |
-rw-r--r-- | examples/Metronome/ExamplePluginMetronome.cpp | 393L |
-rw-r--r-- | examples/Metronome/Makefile | 33L |
-rw-r--r-- | examples/Metronome/README.md | 34L |
-rw-r--r-- | examples/MidiThrough/CMakeLists.txt | 10L |
-rw-r--r-- | examples/MidiThrough/DistrhoPluginInfo.h | 35L |
-rw-r--r-- | examples/MidiThrough/Makefile | 35L |
-rw-r--r-- | examples/MidiThrough/MidiThroughExamplePlugin.cpp | 128L |
-rw-r--r-- | examples/MidiThrough/README.md | 6L |
-rw-r--r-- | examples/Parameters/CMakeLists.txt | 12L |
-rw-r--r-- | examples/Parameters/DistrhoPluginInfo.h | 38L |
-rw-r--r-- | examples/Parameters/ExamplePluginParameters.cpp | 334L |
-rw-r--r-- | examples/Parameters/ExampleUIParameters.cpp | 283L |
-rw-r--r-- | examples/Parameters/Makefile | 46L |
-rw-r--r-- | examples/Parameters/README.md | 9L |
-rw-r--r-- | examples/SendNote/DistrhoPluginInfo.h | 38L |
-rw-r--r-- | examples/SendNote/Makefile | 42L |
-rw-r--r-- | examples/SendNote/README.md | 6L |
-rw-r--r-- | examples/SendNote/SendNoteExamplePlugin.cpp | 192L |
-rw-r--r-- | examples/SendNote/SendNoteExampleUI.cpp | 174L |
-rw-r--r-- | examples/States/CMakeLists.txt | 12L |
-rw-r--r-- | examples/States/DistrhoPluginInfo.h | 40L |
-rw-r--r-- | examples/States/ExamplePluginStates.cpp | 319L |
-rw-r--r-- | examples/States/ExampleUIStates.cpp | 320L |
-rw-r--r-- | examples/States/Makefile | 38L |
-rw-r--r-- | examples/States/README.md | 9L |
-rw-r--r-- | lac/2014-small-talk.odp | 381315B |
-rw-r--r-- | tests/Application.cpp | 91L |
-rw-r--r-- | tests/Circle.cpp | 30L |
-rw-r--r-- | tests/Color.cpp | 219L |
-rw-r--r-- | tests/Demo.cpp | 434L |
-rw-r--r-- | tests/FileBrowserDialog.cpp | 194L |
-rw-r--r-- | tests/Line.cpp | 30L |
-rw-r--r-- | tests/Makefile | 177L |
-rw-r--r-- | tests/NanoImage.cpp | 227L |
-rw-r--r-- | tests/NanoSubWidgets.cpp | 167L |
-rw-r--r-- | tests/Point.cpp | 90L |
-rw-r--r-- | tests/README.txt | 42L |
-rw-r--r-- | tests/Rectangle.cpp | 30L |
-rw-r--r-- | tests/Triangle.cpp | 30L |
-rw-r--r-- | tests/Window.cpp | 64L |
-rw-r--r-- | tests/demo_res/DemoArtwork.cpp | 569L |
-rw-r--r-- | tests/demo_res/DemoArtwork.hpp | 35L |
-rw-r--r-- | tests/demo_res/ico1.png | 259B |
-rw-r--r-- | tests/demo_res/ico2.png | 3462B |
-rw-r--r-- | tests/demo_res/ico3.png | 415B |
-rw-r--r-- | tests/demo_res/ico4.png | 1355B |
-rw-r--r-- | tests/demo_res/ico5.png | 539B |
-rw-r--r-- | tests/images_res/CREDITS.txt | 3L |
-rw-r--r-- | tests/images_res/CatPics.cpp | 7083L |
-rw-r--r-- | tests/images_res/CatPics.hpp | 25L |
-rw-r--r-- | tests/images_res/cat1.png | 121583B |
-rw-r--r-- | tests/images_res/cat2.png | 70352B |
-rw-r--r-- | tests/images_res/cat3.png | 64331B |
-rw-r--r-- | tests/tests.hpp | 61L |
-rw-r--r-- | tests/widgets/ExampleColorWidget.hpp | 179L |
-rw-r--r-- | tests/widgets/ExampleImagesWidget.hpp | 215L |
-rw-r--r-- | tests/widgets/ExampleRectanglesWidget.hpp | 193L |
-rw-r--r-- | tests/widgets/ExampleShapesWidget.hpp | 131L |
-rw-r--r-- | tests/widgets/ExampleTextWidget.hpp | 128L |
-rw-r--r-- | tests/widgets/NanoPerfWidget.hpp | 240L |
-rw-r--r-- | tests/widgets/ResizeHandle.hpp | 207L |
-rwxr-xr-x | utils/au-services-restart.sh | 7L |
-rwxr-xr-x | utils/generate-ttl.sh | 47L |
-rwxr-xr-x | utils/generate-vst-bundles.sh | 29L |
-rw-r--r-- | utils/lv2-ttl-generator/GNUmakefile | 29L |
-rw-r--r-- | utils/lv2-ttl-generator/lv2_ttl_generator.c | 145L |
-rwxr-xr-x | utils/package-osx-bundles.sh | 162L |
-rw-r--r-- | utils/plugin.app/Contents/Info.plist | 20L |
-rw-r--r-- | utils/plugin.bundle/Contents/Info.plist | 24L |
-rw-r--r-- | utils/plugin.bundle/Contents/PkgInfo | 1L |
-rw-r--r-- | utils/plugin.bundle/Contents/Resources/empty.lproj | 0B |
-rw-r--r-- | utils/plugin.pkg/package.xml.in | 41L |
-rw-r--r-- | utils/plugin.pkg/welcome.txt.in | 3L |
-rwxr-xr-x | utils/png2rgba.py | 178L |
-rwxr-xr-x | utils/res2c.py | 121L |
-rw-r--r-- | utils/state2json.cpp | 139L |
-rw-r--r-- | utils/symbols/au.exp | 1L |
-rw-r--r-- | utils/symbols/clap.def | 2L |
-rw-r--r-- | utils/symbols/clap.exp | 1L |
-rw-r--r-- | utils/symbols/clap.version | 4L |
-rw-r--r-- | utils/symbols/dssi.def | 3L |
-rw-r--r-- | utils/symbols/dssi.exp | 2L |
-rw-r--r-- | utils/symbols/dssi.version | 4L |
-rw-r--r-- | utils/symbols/ladspa.def | 2L |
-rw-r--r-- | utils/symbols/ladspa.exp | 1L |
-rw-r--r-- | utils/symbols/ladspa.version | 4L |
-rw-r--r-- | utils/symbols/lv2-dsp.def | 3L |
-rw-r--r-- | utils/symbols/lv2-dsp.exp | 2L |
-rw-r--r-- | utils/symbols/lv2-dsp.version | 4L |
-rw-r--r-- | utils/symbols/lv2-ui.def | 2L |
-rw-r--r-- | utils/symbols/lv2-ui.exp | 1L |
-rw-r--r-- | utils/symbols/lv2-ui.version | 4L |
-rw-r--r-- | utils/symbols/lv2.def | 4L |
-rw-r--r-- | utils/symbols/lv2.exp | 3L |
-rw-r--r-- | utils/symbols/lv2.version | 4L |
-rw-r--r-- | utils/symbols/shared.def | 2L |
-rw-r--r-- | utils/symbols/shared.exp | 1L |
-rw-r--r-- | utils/symbols/shared.version | 4L |
-rw-r--r-- | utils/symbols/vst2.def | 3L |
-rw-r--r-- | utils/symbols/vst2.exp | 1L |
-rw-r--r-- | utils/symbols/vst2.version | 4L |
-rw-r--r-- | utils/symbols/vst3.def | 4L |
-rw-r--r-- | utils/symbols/vst3.exp | 3L |
-rw-r--r-- | utils/symbols/vst3.version | 4L |
-rw-r--r-- | utils/valgrind-dpf.supp | 95L |