Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-26 | Suil 0.10.12v0.10.12 | David Robillard | 1 | -2/+3 | |
2021-01-11 | Suppress C++ warnings in C header | David Robillard | 1 | -1/+2 | |
2021-01-11 | Fix typo in NEWS file | David Robillard | 1 | -1/+1 | |
2021-01-11 | Remote Qt4 support | David Robillard | 1 | -0/+6 | |
2021-01-07 | Suil 0.10.10v0.10.10 | David Robillard | 1 | -2/+2 | |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -1/+2 | |
Since some of these values were not actually configurable anyway, the redundant code in the wscript has been removed since the values are equivalent to the fallbacks defined in C. | |||||
2020-12-15 | Clean up includes | David Robillard | 1 | -0/+6 | |
2020-09-27 | Suil 0.10.8v0.10.8 | David Robillard | 1 | -2/+2 | |
2020-09-27 | Strengthen lint target | David Robillard | 1 | -0/+1 | |
2020-04-10 | Ensure that XSizeHints are set and updated | Robin Gareus | 1 | -0/+1 | |
This fixes the following regression introduced in db07a21d484: * The window may not have been realized when wrapper_wrap is called, in which case XSizeHints were not set. * Changes to XSizeHints were never queried, so the original mininum size was enforced even when the window called ui:resize(). | |||||
2020-02-12 | Fix drag and drop for X11 in Gtk | Robin Gareus | 1 | -1/+2 | |
"XDND drag-and-drop does not work with reparented external windows, since messages are exchanged with the toplevel window only" <https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html#idm46049203496608> To address this, the XDND specification allows events to be proxied to child windows: https://www.freedesktop.org/wiki/Specifications/XDND/ This commit does so in suil so that drag and drop works with embedded plugin UIs. | |||||
2020-01-06 | Fix compilation on MacOS older than 10.12 | David Robillard | 1 | -0/+6 | |
2019-11-10 | Suil 0.10.6v0.10.6 | David Robillard | 1 | -0/+7 | |
2019-11-02 | Normalise NEWS file | David Robillard | 1 | -44/+45 | |
2019-06-06 | Suil 0.10.4v0.10.4 | David Robillard | 1 | -1/+1 | |
2019-06-06 | Add support for Qt5 in Gtk3 | David Robillard | 1 | -1/+2 | |
2019-02-19 | Add support for min_size and base_size in XSizeHints | brummer10 | 1 | -0/+6 | |
This allows a plugin UI to be shown with a default size but be resizable to a smaller size, within limits, afterwards. | |||||
2018-12-20 | Suil 0.10.2v0.10.2 | David Robillard | 1 | -2/+2 | |
2018-12-19 | Fix qt5_in_gtk2 wrapper | rncbc | 1 | -1/+2 | |
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-07-09 | Fix Qt5 in Gtk2 wrapper | rncbc | 1 | -0/+1 | |
- Fixes initial size and resizing in some cases - Adds LV2_UI__resize and LV2_UI__idleInterface features - Adds LV2_UI__updateRate option | |||||
2017-12-16 | Add support for Cocoa in Qt5 | David Robillard | 1 | -0/+6 | |
2017-10-03 | Suil 0.10.0v0.10.0 | David Robillard | 1 | -2/+2 | |
2017-08-06 | Fix building with X11 against custom LV2 install path | David Robillard | 1 | -1/+2 | |
2017-05-07 | Fix potential use of uninitialized memory | David Robillard | 1 | -2/+2 | |
2017-05-07 | Fix memory leaks | David Robillard | 1 | -1/+2 | |
2017-03-18 | Add suil_init() | David Robillard | 1 | -2/+5 | |
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. | |||||
2016-12-10 | Add support for X11 in Gtk3 | David Robillard | 1 | -1/+7 | |
2016-09-19 | Suil 0.8.4v0.8.4 | David Robillard | 1 | -2/+2 | |
2015-11-28 | Bubble X11 key events up to Gtk parent | David Robillard | 1 | -1/+2 | |
2015-11-28 | Fix initial size of resizable X11 UIs in Gtk | David Robillard | 1 | -1/+2 | |
2015-11-28 | Center X11 UIs in Gtk | David Robillard | 1 | -1/+2 | |
2015-10-03 | Upgrade to waf 1.8.14 | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5736 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-12 | Add Gtk2 and X11 in Qt5 wrappers. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5725 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-12 | Gracefully handle failure to open wrapper. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5724 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-14 | Only report suil_ui_supported() if necessary wrapper is compiled in. | David Robillard | 1 | -8/+8 | |
Fixes issue #1045. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5679 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Various Windows fixes (patches from Robin Gareus). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5556 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-12-16 | Fix compilation on OSX 10.6 (#988). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5494 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5485 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-29 | Fix compilation with -Wl,--no-undefined (fix #981). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5476 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-29 | Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5475 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -0/+6 | |
Only add -dl to pkg-config file for appropriate platforms. Fix #986. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5472 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Suil 0.8.2.v0.8.2 | David Robillard | 1 | -3/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5436 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Add configure options to disable all Gtk or Qt support (fix #952). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5411 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-08 | Fix embedding several Qt UIs in Gtk (apply #961). | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5335 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Suil 0.8.0v0.8.0 | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5265 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5201 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Don't call suil_instance_extension_data from modules (fix #926). | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5200 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-09-17 | Suil 0.6.16.v0.6.16 | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5160 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-09-17 | Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5159 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-08-10 | Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924). | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5154 a436a847-0d15-0410-975c-d299462d15a1 |