diff options
author | David Robillard <d@drobilla.net> | 2015-09-12 16:02:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-09-12 16:02:02 +0000 |
commit | efa94682fd223a084687cdcf0f626d56325de0e0 (patch) | |
tree | 6da00f1bd9a861679aca9a53cc702d1505d536b5 /NEWS | |
parent | f18371240cf3d32940e9a67844505b46006e0788 (diff) | |
download | suil-efa94682fd223a084687cdcf0f626d56325de0e0.tar.gz suil-efa94682fd223a084687cdcf0f626d56325de0e0.tar.bz2 suil-efa94682fd223a084687cdcf0f626d56325de0e0.zip |
Add Gtk2 and X11 in Qt5 wrappers.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5725 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,12 +3,13 @@ suil (0.8.3) unstable; * Configure based on compiler target OS for cross-compilation * Add Cocoa in Gtk wrapper (patch from Robin Gareus) * Various Windows fixes (patches from Robin Gareus) + * Add Gtk2 and X11 in Qt5 wrappers (patch from Rui Nuno Capela) * Fix compilation with -Wl,--no-undefined * Fix a few minor/unlikely memory errors * Gracefully handle failure to open wrapper * Only report suil_ui_supported() if necessary wrapper is compiled in - -- David Robillard <d@drobilla.net> Fri, 11 Sep 2015 17:38:26 -0400 + -- David Robillard <d@drobilla.net> Sat, 12 Sep 2015 10:54:09 -0400 suil (0.8.2) stable; |