diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-04 16:56:51 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-04 16:56:51 +0000 |
commit | 10b98d572c2007a7aef19b9c74b4c97bc17a9ac3 (patch) | |
tree | 093498fa804df6e962a6c9fa800d00a72321aece /README | |
parent | 861ac4ad76814883b1133ef486dfed6dda05d434 (diff) | |
download | gtk+-10b98d572c2007a7aef19b9c74b4c97bc17a9ac3.tar.gz |
2.14.0GTK_2_14_0
svn path=/trunk/; revision=21290
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 2.13.7. GTK+ is a multi-platform toolkit for +This is GTK+ version 2.14.0. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. @@ -48,6 +48,12 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. +* GtkAdjustment now enforces that values are restricted to the + range [lower, upper - page_size]. This has always been the documented + behaviour, and the recommended practice is to set page_size to 0 + when using adjustments for simple scalar values, like in a slider + or spin button. + * gdk-pixbuf will use GIO for mime type detection if possible. For this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS set accordingly at configure time. Otherwise, gdk-pixbuf falls |