summaryrefslogtreecommitdiffstats
path: root/src/qt5_in_gtk2.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16Remove pointless const qualifiersDavid Robillard1-1/+1
2018-07-09Fix Qt5 in Gtk2 wrapperrncbc1-15/+94
- Fixes initial size and resizing in some cases - Adds LV2_UI__resize and LV2_UI__idleInterface features - Adds LV2_UI__updateRate option
2017-10-03Clean up various minor code style issuesDavid Robillard1-2/+2
2017-08-06Fix implicit cast warnings with clangDavid Robillard1-1/+1
2017-03-18Add suil_init()David Robillard1-2/+1
This allows the actual host argc and argv to be passed to QApplication if it is created by Suil (for Qt in non-Qt cases), and initializes X11 threads to fix Qt5 in Gtk2.
2017-03-17Remove X11 hackery and use Qt5 facilities to embed GtkDavid Robillard1-53/+5
2017-02-26Add missing fileDavid Robillard1-0/+207