summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-10 11:29:59 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-02-10 11:29:59 -0500
commit9e96461aa59cdb5454a48200b8b80caaf04c4147 (patch)
tree41617f528a8da91c322ff18af789b2fe432c076a /NEWS
parent4dee1646a12e7d57b838a2299a51861efc7b7181 (diff)
downloadgtk+-9e96461aa59cdb5454a48200b8b80caaf04c4147.tar.gz
Updates3.15.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee0ec3eed1..ed5348228b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Overview of Changes in GTK+ 3.15.5
==================================
+* GTK+ types now support the GLib g_autoptr() facility for
+ automatic cleanup of automatic variables. GTK+ itself does
+ not use g_autoptr() internally.
+
* GtkSearchEntry has gained ::next-match, ::previous-match
and ::stop-search signals and a gtk_search_entry_handle_event()
function, which help in providing a richer search experience
@@ -12,9 +16,23 @@ Overview of Changes in GTK+ 3.15.5
in addition to the Alt-S shortcut.
- The file chooser button now accepts files by drag-and-drop properly.
+* GtkScrolledWindow has gained a new ::edge-reached signal, which
+ triggers when the edge of the scrollable area is reached.
+
* CSS:
- Performance improvements
+* OpenGL:
+ - It is now possible to specify the required GL version, as well
+ as some other options (debug, forward compatible) when creating
+ a GdkGLContext
+ - Support for the OpenGL legacy profile has been dropped. Most examples
+ have been updated, with the exception of gdkgears, which will be fixed
+ in the next snapshot
+ - Use shader version 1.50
+
+* Mir backend: Many improvements
+
* Bugs fixed:
712752 GtkClipboard: add _get_default and _get_primary
725164 [crash] update_current_folder_get_info_cb at gtkfilechooserwidget.c
@@ -42,11 +60,28 @@ Overview of Changes in GTK+ 3.15.5
743659 All folders hidden after returning from search mode in GtkFileCh...
743660 Pressing Ctrl should not start a search in the file chooser
743680 getting-started: update Basics section to correspond to example-...
+ 613833 Unnecessary queue_resize() for GtkImage
+ 741946 OpenGL context should allow for GL attribute selection
+ 742566 Bitfield structure members used for booleans
+ 742848 scrolledwindow: should emit edge-overshot when scrollbar reaches end
+ 743395 Regression in gnome-terminal starting with gtk commit 27285f1 ' ...
+ 743640 add __attribute__((cleanup)) support
+ 743770 Memory leak in plugman example
+ 743894 don't trigger interactive overlay scrollbar when drag-selecting
+ 743917 Gtk modules must be compatible with both gtk 2 and 3
+ 743975 Better deprecation information for GtkStatusIcon
+ 744203 gdkgl shaders use depricated GLSL version
+ 744212 gdk_gl_context_set_required_version() interprets requests for 4...
* Translation updates:
Hebrew
Hungarian
Icelandic
+ Lithuanian
+ Norwegian bokmål
+ Russian
+ Slovak
+ Spanish
Overview of Changes in GTK+ 3.15.4