diff options
author | rncbc <rncbc@rncbc.org> | 2018-07-07 19:46:42 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-07-09 21:17:40 +0200 |
commit | 570e04f26fffc6430ff6894da6a6e2f39b24efb7 (patch) | |
tree | f12f16ca23e2cf524bbb616075f98ccc7f4eecda /NEWS | |
parent | ba5d56d27534c6996bc26eb5972d3562ad660545 (diff) | |
download | suil-570e04f26fffc6430ff6894da6a6e2f39b24efb7.tar.gz suil-570e04f26fffc6430ff6894da6a6e2f39b24efb7.tar.bz2 suil-570e04f26fffc6430ff6894da6a6e2f39b24efb7.zip |
Fix Qt5 in Gtk2 wrapper
- Fixes initial size and resizing in some cases
- Adds LV2_UI__resize and LV2_UI__idleInterface features
- Adds LV2_UI__updateRate option
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ suil (0.10.1) unstable; * Add support for Cocoa in Qt5 + * Fix resizing and add idle and update rate support for Qt5 in Gtk2 -- David Robillard <d@drobilla.net> Tue, 03 Oct 2017 22:11:49 +0200 |