summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-18 12:02:05 +0100
committerDavid Robillard <d@drobilla.net>2017-03-18 12:05:15 +0100
commit43a25ed63a9144afe32a4fea520412770394822c (patch)
tree67c7aa044726304b71794f64316ad68d29758325 /NEWS
parent64a2647d8d81b5c23d22b52cc9e0dd2595270b67 (diff)
downloadsuil-43a25ed63a9144afe32a4fea520412770394822c.tar.gz
suil-43a25ed63a9144afe32a4fea520412770394822c.tar.bz2
suil-43a25ed63a9144afe32a4fea520412770394822c.zip
Add suil_init()
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5da5eab..73fd78c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
-suil (0.8.5) unstable;
+suil (0.8.7) unstable;
* Add support for X11 in Gtk3
+ * Add support for Qt5 in Gtk2
+ * Add suil_init() to support early initialization and passing any necessary
+ information that may be needed in the future (thanks Stefan Westerfeld)
- -- David Robillard <d@drobilla.net> Sat, 10 Dec 2016 10:08:03 -0500
+ -- David Robillard <d@drobilla.net> Sat, 18 Mar 2017 12:01:55 +0100
suil (0.8.4) stable;