summaryrefslogtreecommitdiff
path: root/dgl
AgeCommit message (Expand)Author
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
2018-01-01Merge branch 'vst-key-events'falkTX
2018-01-01Misc changesfalkTX
2018-01-01Fix build with custom DGL namespace, use it for OSX class namesfalkTX
2018-01-01Add DGL_FILE_BROWSER_DISABLED to optionaly disable file browserfalkTX
2017-11-27Fix some fall through compiler warningsGuido Aulisi
2017-08-03Testing: handle effEditKeyUp/Down from hostfalkTX
2017-08-03Fix X11 never receiving onSpecial eventsfalkTX
2017-07-25Testing: handle effEditKeyUp/Down from hostfalkTX
2016-11-19Fix minor typosfalkTX
2016-08-14Fix "old" MacOS buildfalkTX
2016-08-01Use linux (X11) as fallback in Window.cpp codefalkTX
2016-08-01Use linux as OS fallback if not mac or windowsfalkTX
2016-07-30Ignore warnings caused by nanovg and sofdfalkTX
2016-06-13Revert "Add ability to set scrolling step on knobs, does not apply to drag"falkTX
2016-05-01Add ability to set scrolling step on knobs, does not apply to dragscrollstepDamien Zammit
2016-03-23Fix graphical issues when closing UIs in Ableton LivefalkTX
2016-03-08Fix typofalkTX
2016-03-08Fix for some very picky warningsfalkTX
2016-03-07OSX related fixes; Add 'MACOS_OLD=true' if using apple-gcc4.2falkTX
2016-03-01Remove deprecated widget header filesfalkTX
2016-03-01Fix build without blendish stufffalkTX
2016-03-01Remove blendish and NanoWidgets codefalkTX
2016-03-01Remove blender icons (they're GPL)falkTX
2016-03-01Update copyright dates; Add license header comment to utility codefalkTX
2015-11-04Move resources cpp to src dirfalkTX
2015-11-04Move resources to new dir, make it possible to get internal fontfalkTX
2015-10-22Fix group widgets appearing twicefalkTX
2015-10-19Clear GL context in puglLeaveContextfalkTX
2015-10-18Build dgl with -Wno-unused-parameterfalkTX
2015-10-17Make nanovg buildable on windows/mingw; Better handling of failuresfalkTX
2015-10-14Remove hacks for finding real parent, hosts decide what to dofalkTX
2015-10-14Send ignored keys to *top-most* parent window, fix feedback loopfalkTX
2015-10-13Fix some small leaksfalkTX
2015-10-08Rename stb_image 'final' variable, fixes build on OSXfalkTX
2015-10-08Pass non-handled keyboard events to parent window (X11 only)falkTX
2015-06-25Fix build with gcc-4.6falkTX
2015-06-25Fix buildfalkTX