summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)Author
2017-05-26Connect the bleed control frame switch and add settings value for that.André Nusser
2017-05-25Read/Write master_bleed value from/to plugin state.André Nusser
2017-05-24Add frame in the GUI for bleed control.André Nusser
2017-05-21Fix out of bounds resize of status frame.André Nusser
2017-05-20Fix lazy evaluation issue in drumgizmo_plugin.ccAndré Nusser
2017-05-20Add inline drumgizmo logo.André Nusser
2017-05-10Update plugingizmo and thus also update return value of createWindowAndré Nusser
2017-05-07Store and reload the enable_resamling setting in the plugins.Bent Bisballe Nyeng
2017-05-06Introduce the new resampling frame.André Nusser
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-05-06Add missing plugin cppflags.Bent Bisballe Nyeng
2017-05-06Add atomic linking to mingw32 makefile.Bent Bisballe Nyeng
2017-04-25Don't put .a and .la files in lv2 folder on install.Bent Bisballe Nyeng
2017-04-21Add AboutTab class instead of having a TextEdit widget as tab.André Nusser
2017-04-21Fix crash of the plugin due to wrong resource path.André Nusser
2017-04-21Fix Windows build error.André Nusser
2017-04-20Fix resources on static windows build (Makefile.mingw32) and add note about r...Bent Bisballe Nyeng
2017-04-17Remove obsolete PluginGUI and DGWindow classes.Bent Bisballe Nyeng
2017-04-17Fix the size for the plugins.André Nusser
2017-04-17Resize frames again to make it look better.André Nusser
2017-04-17Add missing files to windows build.Bent Bisballe Nyeng
2017-04-17Use new UI in plugins.Bent Bisballe Nyeng
2017-04-16Added new cc to win32 build.Bent Bisballe Nyeng
2017-04-16Add modal dialog primitive.Bent Bisballe Nyeng
2017-04-01Store new setting in the plugin.Bent Bisballe Nyeng
2017-04-01(Hopefully) Fix Windows build.André Nusser
2017-03-26Fix resize event in win32 backend.Bent Bisballe Nyeng
2017-03-23Preliminary plugin gui for disktreaming control.Bent Bisballe Nyeng
2017-03-23Store new settings in plugin config.Bent Bisballe Nyeng
2017-02-17Replace obsolete WIN32 ifdefs with platform define.Bent Bisballe Nyeng
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn...Bent Bisballe Nyeng
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2017-02-05Compile plugingui as a library.Bent Bisballe Nyeng
2017-01-21Revert "Test fix for rcgen compilation on FreeBSD."Bent Bisballe Nyeng
2017-01-21Test fix for rcgen compilation on FreeBSD.Bent Bisballe Nyeng
2017-01-21Generate resource_data.cc in build system.Bent Bisballe Nyeng
2017-01-18Add --with-lv2dir to configure and make sure we install the plugin at that lo...Bent Bisballe Nyeng
2017-01-02Added missing instance-access as a requiredFeature in ttl for lv2 plugin (tha...Bent Bisballe Nyeng
2016-12-10Make sure we don't present warnings as errors when compiling VSTSDK source code.Bent Bisballe Nyeng
2016-12-10Update to latest plugingizmo to remove warnings about missing override keywords.Bent Bisballe Nyeng
2016-12-10Update to latest plugingizmo to remove warnings about missing override keywords.Bent Bisballe Nyeng
2016-10-29Add missing distfiles.v0.9.11Bent Bisballe Nyeng
2016-10-24Fix graphical glitch in inline progressbar.Bent Bisballe Nyeng
2016-09-15Fix size_t on 64 issue.Bent Bisballe Nyeng
2016-09-15Remove stray parenthesis.Bent Bisballe Nyeng
2016-09-15Missing include.Bent Bisballe Nyeng
2016-09-15Added new inline display for showing load progress.Bent Bisballe Nyeng
2016-09-14Use correct stride value (thanks to rgareus for pointing this out).Bent Bisballe Nyeng
2016-09-08Copy vstsdk sources to build tree before compilation.Bent Bisballe Nyeng
2016-07-24Clear output buffers in LV2 and jack modes before each process iteration to e...Bent Bisballe Nyeng