summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-06double buffering for Cairo on WindowsJP Cimalando
2019-01-06double buffering for Cairo on X11JP Cimalando
2019-01-06dgl: add the Context structureJP Cimalando
2019-01-06rewrite preprocessor conditionals in simplified formJP Cimalando
2019-01-06pugl osx: event handling code in common functionsJP Cimalando
2019-01-06support C++98 in Color::fromHSLJP Cimalando
2019-01-06rename `getGraphics` to `getContext`JP Cimalando
2019-01-06software rendering with CairoJP Cimalando
2019-01-05remove useles parentheses in macros - recent compilers don't like them (#98)Andreas Müller
2018-12-30Also dont build external-ui for macOS, for nowfalkTX
2018-12-30Dont build external UI example under windowsfalkTX
2018-12-30Remove leftover debug printsfalkTX
2018-12-30Adjust things for better external ui support, add example pluginfalkTX
2018-12-27Partially reverts a1748a1a9fd1ac6f8b8abaa26cec64f121d13d7efalkTX
2018-12-16Adds 2 software as "made with DPF" + copyright years update (#93)Olivier Humbert
2018-12-15Fix parameter name in ImageSwitch callback method signature (#92)Christopher Arndt
2018-11-29Fix some parts of BarBeatTick documentation (#86)Patrick Desaulniers
2018-11-27Fix external UI build (#87)Patrick Desaulniers
2018-11-08Real fix..falkTX
2018-11-08Fix previous commitfalkTX
2018-11-08Fix VST strncpyfalkTX
2018-11-08Merge branch 'master' of github.com:DISTRHO/DPFfalkTX
2018-11-03Allow disabling logs in Window class (#80)Patrick Desaulniers
2018-10-29Fix ttl generation for plugins that use events out but not events inPatrick Desaulniers
2018-10-14Allow negative rotation anglePatrick Desaulniers
2018-10-02Merge branch 'pugl-update' of github.com:DISTRHO/DPF into pugl-updatefalkTX
2018-10-02Merge branch 'master' of github.com:DISTRHO/DPF into pugl-updatefalkTX
2018-10-02Tweak mkdir callPatrick Desaulniers
2018-10-02Fix compilation of files with directories in their pathPatrick Desaulniers
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-30Add assertions to make sure size > 0Christopher Arndt
2018-09-30Avoid gcc >= 8 warning about possible string truncation when using std::strncpyChristopher Arndt
2018-09-30Expose get/setIgnoringKeyRepeat in Window classfalkTX
2018-09-30Meters UI is user resizablefalkTX
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