summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorAlexandros Theodotou <alex@zrythm.org>2021-08-27 09:59:34 +0100
committerDavid Robillard <d@drobilla.net>2024-12-01 22:40:20 -0500
commitc8dc495b10e2b761624505f25397aa19e0c88dbf (patch)
treed50b19f7cef44decc1f1fe11062de7b45a1af3bf /AUTHORS
parent038c7bb05ad514bc69c43ec877d2e7b4dee90433 (diff)
downloadsuil-c8dc495b10e2b761624505f25397aa19e0c88dbf.tar.gz
suil-c8dc495b10e2b761624505f25397aa19e0c88dbf.tar.bz2
suil-c8dc495b10e2b761624505f25397aa19e0c88dbf.zip
Monitor size hints for X11 in Gtk3 like in Gtk2
The hints are accessed and cached like in Gtk2, but with the Gtk3 size model, we can explicitly use the minimum size, and figure out the "natural" size from the other hints or current size.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8617acd..7e9e59e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,3 +19,5 @@ Contributors:
* Stefan Westerfeld
* Qt5 in Gtk2 support
* Initialization API
+ * Alexandros Theodotou
+ * X11 in Gtk3 improvements