From d5a93806e8a4f3dc6ad851e9c0600b9ca12d34f2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Dec 2015 16:17:03 -0500 Subject: [PATCH] Updated the compatibility document. --- Compatibility.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Compatibility.md b/Compatibility.md index 1f9bb61..eb136b7 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -34,7 +34,8 @@ ships with: Ubuntu Saucy (13.10) Not many interesting new things to us here, unless you count widget-internal tickers and single-click instead of double-click to select list items (a la KDE)... and oh yeah, also widget opacity. ### GTK+ 3.10 -ships with: Ubuntu Trusty (14.04 LTS) +ships with: **Ubuntu Trusty (14.04 LTS)** +
GLib version: 2.40 - tab character stops in GtkEntry - GtkHeaderBar @@ -46,7 +47,8 @@ ships with: Ubuntu Trusty (14.04 LTS) - titlebar overrides (seems to be the hot new thing) ### GTK+ 3.12 -not yet in Ubuntu Utopic (14.10) +ships with: Ubuntu Utopic (14.10) +
GLib version: 2.42 - GtkActionBar (basically like the bottom-of-the-window toolbars in Mac programs) - gtk_get_locale_direction(), for internationalization @@ -57,6 +59,8 @@ not yet in Ubuntu Utopic (14.10) - **gtk_tree_path_new_from_indicesv()** (for when we add Table if we have trees too) ### GTK+ 3.14 +ships with: **Debian Jessie**, Ubuntu Vivid (15.04) +
GLib version: Debian: 2.42, Ubuntu: 2.44 - gestures - better GtkListbox selection handling @@ -64,6 +68,8 @@ not yet in Ubuntu Utopic (14.10) - delayed switch changes on GtkSwitch ### GTK+ 3.16 +ships with: Ubuntu Wily (15.10) +
GLib version: 2.46 - gtk_clipboard_get_default() (???) - **GtkGLArea**