summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-30Fix warning (and travis build)pugl-updatefalkTX
2018-09-30Fix offset when sending state to LV2 UIfalkTX
2018-09-30Print warning for plugins with state and presets but not full statefalkTX
2018-09-30Fix a minor compiler warningfalkTX
2018-09-30Expose get/setIgnoringKeyRepeat in Window classfalkTX
2018-09-30Fix recursive resizing in certain DAWsfalkTX
2018-09-30Assume Windows to be resizable by default; Add UI::isUserResizablefalkTX
2018-09-30Small adjustments to WindowfalkTX
2018-09-30Only render and resize once per cyclefalkTX
2018-09-30Don't set background pixel for X11, fixes resize flickerfalkTX
2018-09-30Add option to automatically scale plugin UIsfalkTX
2018-09-30Add get/set scaling to WindowfalkTX
2018-09-30Fix build and fix a few typosfalkTX
2018-09-30Allow plugin UIs to be user-resizable, test with info examplefalkTX
2018-09-30Merge branch 'master' into pugl-updatefalkTX
2018-09-30Update pugl base files and X11 codefalkTX
2018-09-29WhitespacefalkTX
2018-09-29Delete yet another file, assume pugl with GLfalkTX
2018-09-29Remove 2 more unused files, assume pugl always staticfalkTX
2018-09-29Remove unused filefalkTX
2018-09-29Fix examples homepage and correct some typosPatrick Desaulniers
2018-09-29Import a simple fix from CarlafalkTX
2018-09-29Import minor DGL fixes from CarlafalkTX
2018-09-29Add onPositionChanged callback for widgetsPatrick Desaulniers
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