summaryrefslogtreecommitdiff
path: root/dgl/src/Window.cpp
AgeCommit message (Expand)Author
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-30Add get/set scaling to WindowfalkTX
2018-09-30Allow plugin UIs to be user-resizable, test with info examplefalkTX
2018-09-30Update pugl base files and X11 codefalkTX
2018-09-29Delete yet another file, assume pugl with GLfalkTX
2018-09-29Import minor DGL fixes from CarlafalkTX
2018-09-22Set _NET_WM_WINDOW_TYPE for our X11 windowsfalkTX
2018-09-17Fix a few minor warningsfalkTX
2018-08-04Fix rendering of subwidgetsfalkTX
2018-05-20Fix pugl namespace under macOSfalkTX
2018-02-11Implement transient windows for Windows and macOSfalkTX
2018-01-01Add DGL_NO_SHARED_RESOURCES; Fix buildfalkTX
2018-01-01Merge branch 'vst-key-events'falkTX
2018-01-01Misc changesfalkTX
2018-01-01Add DGL_FILE_BROWSER_DISABLED to optionaly disable file browserfalkTX
2017-08-03Testing: handle effEditKeyUp/Down from hostfalkTX
2017-07-25Testing: handle effEditKeyUp/Down from hostfalkTX
2016-08-01Use linux (X11) as fallback in Window.cpp codefalkTX
2016-08-01Use linux as OS fallback if not mac or windowsfalkTX
2016-03-07OSX related fixes; Add 'MACOS_OLD=true' if using apple-gcc4.2falkTX
2016-03-01Update copyright dates; Add license header comment to utility codefalkTX
2015-10-13Fix some small leaksfalkTX
2015-10-08Pass non-handled keyboard events to parent window (X11 only)falkTX
2015-06-25Fix buildfalkTX
2015-05-05Hide some implementation details on private structsfalkTX
2015-05-05App->Application; Use class namespace by default; Misc fixesfalkTX
2015-05-05Fix mouse handling for ImageButton; Send motion event when modal closesfalkTX
2015-05-03Very raw, preliminar subwidgets implementationfalkTX
2015-04-26Fix code for API changes; Update copyright date in dgl codefalkTX
2015-04-18Start updating to latest pugl, againfalkTX
2015-02-24Fix window size on OSXfalkTX
2015-02-17Fix non-linux buildfalkTX
2015-02-16Initial code for file-browser support (X11 only)falkTX
2015-02-15Fix OSX idle on external-uisfalkTX
2015-02-13Fix win32 embed sizefalkTX
2015-02-13Go back to older pugl; Import fixes from Robin; Misc fixesfalkTX
2015-01-14dgl changes from CarlafalkTX
2015-01-04Modal and other misc fixes from CarlafalkTX
2014-11-18Final pugl updatefalkTX
2014-11-17Start updating puglfalkTX
2014-10-16MiscfalkTX
2014-10-11OSX embedding now working; CleanupfalkTX
2014-10-11Misc, this shouldn't be crashing...falkTX
2014-10-11Several OSX fixes, needs testingfalkTX
2014-10-11Fix some warningsfalkTX
2014-10-10Skip UI embed if using osx (for now)falkTX
2014-08-22Fix Window for some resize oddities in puglfalkTX
2014-08-18Use uint for sizes; Some DPF UI class changes and docsfalkTX