summaryrefslogtreecommitdiff
path: root/dgl/src/WindowPrivateData.hpp
AgeCommit message (Expand)Author
2022-07-11Try to make X11 copy&paste more robustfalkTX
2022-05-28Cleanup file dialog namespaces, add DISTRHO_UI_FILE_BROWSERfalkTX
2022-05-28Make new clipboard things work on X11falkTX
2022-05-27Adjust clipboard API following latest pugl changesfalkTX
2022-05-27Start updating pugl, WIPfalkTX
2021-12-29Code tweaks to better support VST3 host-side resizing, fix autoscalefalkTX
2021-12-09Workaround puglGetClipboard behaviour on X11falkTX
2021-11-12UI filebrowser saving mode, separate from pugl/DGL/Window (#349)Filipe Coelho
2021-10-28Use win32 thread API for file browser, not pthreads; CleanupfalkTX
2021-10-27File dialog setup can't be done on MSVC just yet (pthread usage)falkTX
2021-10-27Run GetOpenFileNameW on secondary thread, tested on Windows 10falkTX
2021-09-22Mark SpecialEvent as deprecated, will not usefalkTX
2021-09-17Add method to render window contents to picture file (opengl)falkTX
2021-09-13Ignore idle callbacks when creating temp windows, e.g. VST2 rectfalkTX
2021-08-27Allow puglRealize to failfalkTX
2021-07-03Give context back to transient parent windowfalkTX
2021-07-03Alternative approach to initial window OpenGL context scopefalkTX
2021-06-13macOS file panel dialogfalkTX
2021-06-07Testing changes to fix macOS GL context, WIPfalkTX
2021-05-28Handle geometry constraints for embed windows; More resize handlingfalkTX
2021-05-28Allow one Window to have many top level widgetsfalkTX
2021-05-24Fix crash on start under windowsfalkTX
2021-05-24Fix build with DGL_FILE_BROWSER_DISABLEDPatrick Desaulniers
2021-05-23Get win32 file dialog working againfalkTX
2021-05-23Fix windows buildfalkTX
2021-05-23Start to bring back file dialog, add a few more commentsfalkTX
2021-05-22Fix some strict compiler warningsfalkTX
2021-05-18Correct usage of VST handlePluginKeyEvent; Fix compiler warningsfalkTX
2021-05-17Get rid of Events namespace, put everything inside Widget againfalkTX
2021-05-16Cleanup unused functionfalkTX
2021-05-16Implement custom timersfalkTX
2021-05-16Cleanup and changed needed to make Mini-Series fully workfalkTX
2021-05-16Add back modal windows related functionalityfalkTX
2021-05-16Add CrossingMode for window focus event; CleanupfalkTX
2021-05-16Add Window::onFocus eventfalkTX
2021-05-15Plug-in all pugl/dpf events except SpecialEventfalkTX
2021-05-15CleanupfalkTX
2021-05-14Add back setGeometryConstraints and some resizingfalkTX
2021-05-13Add some quick things to get plugins to build againfalkTX
2021-05-09Start to pass events into top-level and subwidgetsfalkTX
2021-05-08Add SubWidget area calls, rename some vars, cleanup repaintfalkTX
2021-05-07More code restructure; Add back onClose and repaintfalkTX
2021-05-06Start adding back widget stuff, almost at drawing stepfalkTX
2021-05-03Start coupling widget and windowfalkTX
2021-05-03Add the needed bits to make window visible, setting sizefalkTX
2021-05-03Start adding some actual implementation to Window classfalkTX
2021-05-02Make Window::PrivateData an IdleCallback, add a few commentsfalkTX
2021-05-01Start Window related tests; comment out all codefalkTX
2021-03-08Get mouse button event working at leastfalkTX
2021-03-08Restructure of code for new pugl, WIPfalkTX