summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-14 07:09:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-14 21:54:59 -0400
commitfaeaa2f91ee9561f36cc6f66df6bdeb46eb16f88 (patch)
tree5e8e68b0883aa65dfdb504ac64e415d084cc8db2 /NEWS
parent7c4c8b90f0b1d5619b1a4e46420e09d9b3849684 (diff)
downloadgtk+-faeaa2f91ee9561f36cc6f66df6bdeb46eb16f88.tar.gz
3.17.93.17.9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS59
1 files changed, 59 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4aef2d5cb7..be168d3bbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,62 @@
+Overview of Changes in GTK+ 3.17.9
+==================================
+
+* GtkPopover has been changed back to not inherit its style
+ from the widget it is attached to
+
+* The Ctrl-K key binding has been dropped from GtkEntry to avoid
+ conflict with a firefox shortcut
+
+* Theme
+ - Adwaita: fixes for rubberbanding, icon view highlighting
+ - HighContrast: fixes for path bar, linked entries, color button
+
+* Wayland
+ - Fix assertions when using GL
+
+* gtk3-demo can now launch individual demos from the commandline
+
+* Various optimizations
+ - Use g_object_notify_by_pspec
+ - Reduce g_return_if_fail in internal APIs
+ - Speed up some bitmask operations
+ - Avoid some copies in inner loops
+ - Make better use of GQuarks
+ - Use CAIRO_CONTENT_COLOR when possible
+ - Avoid allocations and referencing during repaint
+ - Stop sending Expose events for most widgets
+ - Avoid ::draw and ::size-allocate signal overhead when possible
+
+* Bugs fixed:
+ 753431 Scroll events from wireless mouse are ignored
+ 753628 user options of wrong printer are used
+ 754143 Popover and GLarea crash on wayland
+ 754410 "Open" popover item on selected sidebar row does nothing
+ 754411 sidebar row popover confusing with bookmarks with short names
+ 754535 Cursor disappears only on adding characters
+ 754559 GtkFlowBox: bad allocation of the children in RTL locales
+ 754658 GtkTextView should always use RGB (no-alpha) when drawing to pi...
+ 754687 Drop the GSlice allocator
+ 754746 Add afp and google-drive to list of remote filesystems
+ 754770 GtkGLArea and gtk_window_present() crash on Wayland
+ 754854 unexpected background color in tray icon
+ 754866 [HighContrast] GtkListBoxRow should have the same height than i...
+ 754928 Broken .ui translations
+ 754987 Inspector can't show GtkAdjustments anymore
+ 754839 wayland: Make subsurface desynchronized after first parent surf...
+
+* Translation updates:
+ French
+ Greek
+ Kazakh
+ Korean
+ Lithuanian
+ Norwegian bokmål
+ Polish
+ Portuguese
+ Slovak
+
+
Overview of Changes in GTK+ 3.17.8
==================================