summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorbrummer10 <brummer-@web.de>2018-12-12 13:37:54 +0100
committerDavid Robillard <d@drobilla.net>2019-02-19 08:42:28 +0100
commitdb07a21d4848455580d6c58ce32128266dd4f47f (patch)
tree39dcf06ea39513e7921cf59e077d03e90a036b59 /NEWS
parent7983a5aae615290d04fd43cbc2752f8cf4a46d10 (diff)
downloadsuil-db07a21d4848455580d6c58ce32128266dd4f47f.tar.gz
suil-db07a21d4848455580d6c58ce32128266dd4f47f.tar.bz2
suil-db07a21d4848455580d6c58ce32128266dd4f47f.zip
Add support for min_size and base_size in XSizeHints
This allows a plugin UI to be shown with a default size but be resizable to a smaller size, within limits, afterwards.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cfecbe6..af06c39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+suil (0.10.3) unstable;
+
+ * Add support for min/base size hints for X11 in Gtk (thanks Hermann Meyer)
+
+ -- David Robillard <d@drobilla.net> Tue, 19 Feb 2019 08:34:31 +0100
+
suil (0.10.2) stable;
* Add support for Cocoa in Qt5