summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-28WIP make resizeable always fixed aspect ratio on linuxpugl-aspect-linuxDamien Zammit
2018-09-28Add ability to shift-click to reset sliders.Damien Zammit
2018-09-26Fix build of plugins without UIfalkTX
2018-09-26Fix typofalkTX
2018-09-25Merge branch 'master' of github.com:DISTRHO/DPFfalkTX
2018-09-25Update gitignorefalkTX
2018-09-25Adjust makefiles so they can be used externallyfalkTX
2018-09-25Fix png2rgba.py to work with folders with dashesfalkTX
2018-09-22Trigger rebuild of plugin if DPF internals changefalkTX
2018-09-22Fix initial parameter output values for JACK standalonefalkTX
2018-09-22Set _NET_WM_WINDOW_TYPE for our X11 windowsfalkTX
2018-09-18Fix build of example plugins without UIfalkTX
2018-09-18Add new DISTRHO_NO_WARNINGS macro, use it on macOS test buildsfalkTX
2018-09-18Cleanup makefiles a bit more, and fix more warningsfalkTX
2018-09-17Install liblo-dev for linux buildsfalkTX
2018-09-17Add travis build icon to readmefalkTX
2018-09-17Add travis config and scriptsfalkTX
2018-09-17Import plugin examples into this repofalkTX
2018-09-17Use root folder common Makefile to build DGLfalkTX
2018-09-17Add a makefile to the root folderfalkTX
2018-09-17Fix a few minor warningsfalkTX
2018-09-17CleanupfalkTX
2018-09-17Remove useless undef of noexcept, fixes #66falkTX
2018-08-26Fix possible undefined variable in NanoVG::textBoundsfalkTX
2018-08-21Update carla format code, fix licensefalkTX
2018-08-21Fix VST values from host if parameter if integer or booleanfalkTX
2018-08-14Fix a memory leak in the Jack wrapperJP Cimalando
2018-08-04Fix rendering of subwidgetsfalkTX
2018-08-04Don't try to render widgets wth invalid sizefalkTX
2018-08-04Allow to specific standalone app idle timefalkTX
2018-08-04Save & restore plugin parameters in VST chunksfalkTX
2018-08-04CleanupfalkTX
2018-08-04Use new vestige.hfalkTX
2018-08-04Leave comment on sendNote, leaving full implementation for laterfalkTX
2018-08-04Allow sendNote for plugins with MIDI inputfalkTX
2018-08-04Implement sendNote() for LV2falkTX
2018-08-04Add convenience internal isParameterInput, and use itfalkTX
2018-08-04Proper float comparison for param changes in lv2 and ladspafalkTX
2018-08-04Implement triggers in all formats; Allow VST to use param outputsfalkTX
2018-08-04Implement enums for LV2 and VST; Add triple brackets on some lv2 fieldsfalkTX
2018-08-04Make MIDI output actually workfalkTX
2018-08-04WhitespacefalkTX
2018-08-04Implement MIDI output for all formatsfalkTX
2018-08-04Add parameter trigger and enumeration definitionsfalkTX
2018-06-05Return proper bounds in NanoVG::textBounds (#56)Patrick Desaulniers
2018-05-26Update mod license API (#55)Ricardo Crudo
2018-05-20Handle paths with spaces when generating ttl (#46)Patrick Desaulniers
2018-05-20Fix pugl namespace under macOSfalkTX
2018-05-20Allow negative values in NanoVG::scale()falkTX
2018-04-26Add support for plugins that want midi input but aren't synths (#45)Patrick Desaulniers