Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-06 | Add support for Qt5 in Gtk3 | David Robillard | 1 | -229/+0 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -2/+2 | |
2018-12-19 | Fix qt5_in_gtk2 wrapper | rncbc | 1 | -11/+3 | |
Removes the built-in QApplication instantiation and postpones the deletion of the embedded QWidget. This makes UIs work more nicely in hosts like Ardour. | |||||
2018-09-16 | Remove pointless const qualifiers | David Robillard | 1 | -1/+1 | |
2018-07-09 | Fix Qt5 in Gtk2 wrapper | rncbc | 1 | -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-03 | Clean up various minor code style issues | David Robillard | 1 | -2/+2 | |
2017-08-06 | Fix implicit cast warnings with clang | David Robillard | 1 | -1/+1 | |
2017-03-18 | Add suil_init() | David Robillard | 1 | -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-17 | Remove X11 hackery and use Qt5 facilities to embed Gtk | David Robillard | 1 | -53/+5 | |
2017-02-26 | Add missing file | David Robillard | 1 | -0/+207 | |