summaryrefslogtreecommitdiff
path: root/dgl
AgeCommit message (Expand)Author
2019-01-28NamingfalkTX
2019-01-24Fix build with GL or cairo in custom prefixesfalkTX
2019-01-12Fix Size::isValid() checkfalkTX
2019-01-10Set DONT_SET_USING_DGL_NAMESPACE macro when building dgl libsfalkTX
2019-01-07Adjustments for Cairo, and general cleanupfalkTX
2019-01-06Do not use pugl context detection during runtimefalkTX
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
2018-12-27Partially reverts a1748a1a9fd1ac6f8b8abaa26cec64f121d13d7efalkTX
2018-12-15Fix parameter name in ImageSwitch callback method signature (#92)Christopher Arndt
2018-11-08Merge branch 'master' of github.com:DISTRHO/DPFfalkTX
2018-11-03Allow disabling logs in Window class (#80)Patrick Desaulniers
2018-10-14Allow negative rotation anglePatrick Desaulniers
2018-09-30Expose get/setIgnoringKeyRepeat in Window classfalkTX
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 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-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-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-25Adjust makefiles so they can be used externallyfalkTX
2018-09-22Set _NET_WM_WINDOW_TYPE for our X11 windowsfalkTX
2018-09-17Use root folder common Makefile to build DGLfalkTX
2018-09-17Fix a few minor warningsfalkTX
2018-08-26Fix possible undefined variable in NanoVG::textBoundsfalkTX
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-06-05Return proper bounds in NanoVG::textBounds (#56)Patrick Desaulniers
2018-05-20Fix pugl namespace under macOSfalkTX
2018-05-20Allow negative values in NanoVG::scale()falkTX
2018-02-11Implement transient windows for Windows and macOSfalkTX
2018-01-28Fix Circle<T>::getY()Patrick Desaulniers
2018-01-07Merge pull request #26 from tartina/warningsFilipe Coelho
2018-01-01Add DGL_NO_SHARED_RESOURCES; Fix buildfalkTX