[gtk+] 3.7.6
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] 3.7.6
- Date: Tue, 15 Jan 2013 05:36:33 +0000 (UTC)
commit 940971bd2b759f1a89dc98f3931ecdc286f2595c
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 15 00:03:19 2013 -0500
3.7.6
NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 51 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4d2e0d7..f25fff4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+Overview of Changes in GTK+ 3.7.6
+=================================
+
+* We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL.
+ gtk_style_context_set_direction() has been deprecated.
+
+* We install headers for accessible implementations of GTK+ widgets.
+ This makes it possible to implement accessibility for third-party
+ widgets by subclassing the proper GTK+ implementation. To do this,
+ include gtk/gtk-a11y.h.
+
+* Invisible widgets now return a size of 0x0. This is an experimental
+ change that makes GtkWidget::visible essentially behave the same way
+ that "display: none" does in CSS. If you want the effect of CSS's
+ "visibility: hidden", you can use a GtkNotebook with an empty page.
+
+* GtkFrame now draws a background.
+
+* The Broadway backend now installs a separate server: broadwayd.
+
+* Bug fixes:
+ 687025 iconhelper: Treat empty string as NULL stock-id
+ 687633 gtk_color_chooser_get_rgba: wrong annotations, broke bind...
+ 688140 Add missing annotation for gtk_combo_box_text_get_active_...
+ 688362 GtkApplication: Fix memory leak
+ 689810 Include guard optimization
+ 690305 Typo in SECTION:gtkbuildable : (thier -> their)
+ 691186 Gtk+ 3.6.3 crashes when opening printing dialog: segfault...
+ 691301 Better support for cross-compiling
+ 691515 Insufficient checks for EWMH support
+ 691677 Gtk Scale (slider) does not react in clicks outside the c...
+
+* Translation updates:
+ Assamese
+ Bulgarian
+ Estonian
+ Galician
+ Hungarian
+ Kazakh
+ Latvian
+ Lithuanian
+ Norwegian bokmÃl
+ Persian
+ Portuguese
+ Slovenian
+ Tamil
+ Thai
+ Uyghur
+
+
Overview of Changes in GTK+ 3.7.4
=================================
diff --git a/configure.ac b/configure.ac
index f7b3ab8..69d6849 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [7])
-m4_define([gtk_micro_version], [5])
+m4_define([gtk_micro_version], [6])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]