From f21827eb2233673d76d08d01cf12614a7c85aafa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 Jan 2017 15:44:52 -0500 Subject: [PATCH] 3.89.3 --- NEWS | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dcde0bd5e5..d604adebe6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,67 @@ +Overview of Changes in GTK+ 3.89.3 +================================== + +* GtkWidget now has API to navigate child widgets: + - gtk_widget_get_{first,last}_child and gtk_widget_get_{prev,next}_sibling + - A number of non-container widgets have been converted to use + child widgets internally: GtkSwitch, GtkSpinButton, GtkActionBar + +* GtkAboutDialog can show a 'System' tab + +* GTK+ CSS now supports the filter: property and a -gtk-icon-filter + function that replaces and generalizes -gtk-icon-effect + +* GtkInspector can now save render nodes for testing and debugging + +* More tests for render nodes have been added + +* GtkTreeView and cell renderers have been more completely converted to + the snapshot() api + +* More widgets have been converted to snapshot(): GtkCalendar, GtkColorPlane + +* Vulkan renderer: + - Combine draw calls when possible + - Handle (some) clipping on the GPU + - Handle linear gradients + - Handle opacity + - Support color transformations + - Handle borders + +* Wayland + - Support the Vulkan renderer + +* X11 + - Call XInitThreads(), since this is needed with Mesa Vulkan drivers + +* Mir + - Implement window properties + - Track the focus window + - Connect to content-hub and use it for copy/paste + - Support modal windows + +* Bug fixes: + 775732 mir: clipboard support missing + 775846 gdk/wayland: Add support for the gtk-enable-primary-paste gsetting + 776524 GtkAboutDialog: Fix formatting of example email address in html documentation + 776560 icon-browser: window opens at very narrow size, only showing 1 column of icons + 776604 about dialog: Add a "system" tab + 776627 Correct PostScript capitalization + 776807 GtkInspector doesn't show up when Gtk is initialized through option group + 776868 Improve the documentation of GtkEntry:attributes + 777176 [wayland] gedit killed by protocol error "Invalid anchor rectangle size" + +* Translation updates: + Brazilian Portuguese + Catalan + Czech + German + Hungarian + Norwegian bokmål + Russian + Spanish + + Overview of Changes in GTK+ 3.89.2 ================================== diff --git a/configure.ac b/configure.ac index 7bbe7efc8d..fbcf45bac5 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [89]) -m4_define([gtk_micro_version], [2]) +m4_define([gtk_micro_version], [3]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)])