CapRat
6d619325eb
Added Support for MinGW on Windows. Also Fixes bug with lv2 (had to change Memoryallocation to iso c++ (malloc for cstrings)
6 years ago
CapRat
f465fee1f4
Moved Functions to main CMakeLists.txt and changed Style to normal CMake
style.
6 years ago
CapRat
6e8577130e
Fix standalone LV2. To run smoothly cmake add directly
DISHRO_WANT_DIRECT_ACESS if needed, so there is no need to extra include
it in Headerfile. Fix some style things(more will follow)
6 years ago
CapRat
3f1dfcb0be
Test with MINGW Build (LatencyPlugin)
6 years ago
CapRat
8c40e0c3f4
Added support for cmake Status Variables, which indicates, which plugin
can be build.
Also added stuff to build with visual Studio. The new changes in the
code, are just because array allocation with dynamic variables arent iso
c++. So That wont work in MSVC... No Comment on that -> Microsoft <3 ...
yeah , but enough of that. It works und MSVC on windows. MinGW does
compile, but somehow windows cant load the library, except its built
with minGW... So Tracktion says no to the Plugin with MinGW :/ See if i
can fix that.
6 years ago
CapRat
cc1cfc7fde
Add optional Installtarget and build all DSSI Targets.
6 years ago
Benjamin
22bda5cd25
added Jack support
6 years ago
Benjamin
ba420940ec
First ready to use CMake Port, there are some Problems with DSSI
6 years ago
Benjamin
2fb0ece23d
Added CMAKE Support
6 years ago
falkTX
d2d3a43776
Only enable Info modgui if building for MOD
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
d164873893
Add modgui to Info plugin
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
a7a7b47e9a
Fix build without opengl
6 years ago
falkTX
335cb08628
Fix build without set-DGL-namespace
6 years ago
falkTX
acbf535cff
Fix build with custom prefix
6 years ago
falkTX
14b4536aad
Reorder some code and add stubs for HaikuOS support
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
f609e5c3a1
Put CairoUI's metadata in consistency with the rest of examples
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
2ed5e0a665
Handle scaling of plugins via host (TESTING)
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
1623dd7b85
Introduce DISTRHO_UI_USER_RESIZABLE macro, remove runtime checks
Signed-off-by: falkTX <falktx@falktx.com>
7 years ago
falkTX
9647aaf225
Adjust things for better external ui support, add example plugin
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
JP Cimalando
2d617789fe
Fix some warnings emitted by GCC 8 and Clang 7
7 years ago
JP Cimalando
409c581f29
Widget drawing with cairo in local coordinates
7 years ago
JP Cimalando
943d9cdc1f
Cairo example ( #108 )
* Rewrite the Cairo example in matching code style
* Use of ScopedPointer in the Cairo example
7 years ago
JP Cimalando
c5e1f7d026
Fix some warnings emitted by GCC 8 and Clang 7
7 years ago
JP Cimalando
09d9de8ba9
Fix a few more warnings
7 years ago
JP Cimalando
524dcfee15
Eliminate some warnings in the CairoUI example
7 years ago
JP Cimalando
311ff940b6
Relicense the Cairo plugin demo as ISC
7 years ago
falkTX
7bf7a04f47
Add CairoUI plugin example, WIP
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
falkTX
204fbeb807
Adjustments for Cairo, and general cleanup
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
falkTX
209c6c2be6
Adjust things for better external ui support, add example plugin
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
falkTX
58d2cd78e8
Fix warning (and travis build)
7 years ago
falkTX
0a0f45fb2d
Meters UI is user resizable
7 years ago
falkTX
2d02c43c6d
Fix build and fix a few typos
7 years ago
falkTX
7cf42d65eb
Allow plugin UIs to be user-resizable, test with info example
7 years ago
Patrick Desaulniers
87df8f0067
Fix examples homepage and correct some typos
7 years ago
falkTX
70e247179f
Adjust makefiles so they can be used externally
7 years ago
falkTX
5f2d86a47e
Trigger rebuild of plugin if DPF internals change
7 years ago
falkTX
03a3afd4e8
Fix build of example plugins without UI
7 years ago
falkTX
2ad209cb73
Cleanup makefiles a bit more, and fix more warnings
7 years ago
falkTX
af99b460ea
Import plugin examples into this repo
7 years ago
falkTX
d17a8706cc
Remove examples
11 years ago
falkTX
3b78c6dfd8
Rework things a bit; Start documentation
11 years ago
falkTX
422838fe91
Move IdleCallback outside App class; Cleanup
11 years ago
falkTX
716be94bfc
Minor API changes that make sense; Cleanup
11 years ago
falkTX
3ec241f04c
More base changes
11 years ago
falkTX
142c6ddebd
Add Rectangle::draw() function, use it in colors example
11 years ago
falkTX
7e4bce034f
Add examples/README
11 years ago
falkTX
7a35b856d4
Don't build text stuff; lac pres update
11 years ago
falkTX
25c42b1dfc
Fix windows build
11 years ago
falkTX
1c28e97556
More text tests
11 years ago
falkTX
d4ff8bbb60
Start text example
11 years ago