summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-15 10:55:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-15 11:00:48 -0500
commitaf4e7b7a8e14b92ba489d6ffe6ebe0a6543c1164 (patch)
tree1fbf0a242234aed1a5d3ae94ee9f2bf90882ed1c
parenta6e4de28842002e7bfdf73def26c4c52d9f9126a (diff)
downloadgtk+-af4e7b7a8e14b92ba489d6ffe6ebe0a6543c1164.tar.gz
Updates for 3.19.5
-rw-r--r--NEWS61
1 files changed, 56 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index d0f9dcdce8..68a5980461 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Overview of Changes in GTK+ 3.19.5
+==================================
+
+* GtkShortcutsWindow:
+ - GtkShortcutsGesture has been removed, since GtkShortcutsShortcut
+ can now document gestures
+
+* GtkFileChooser:
+ - The places view now shows the available space when that information
+ is available
+ - Problems with remembering the dialog size have been fixed
+
+* CSS changes:
+ - CSS margins, border and padding are more consistently supported
+ - Many widgets now support min-width and min-height
+ - Many style properties have been superseded by CSS properties
+
+* Adwaita:
+ - Some visual updates and fixes
+
+* Wayland:
+ - DND with icon widgets is working properly
+
+* GDK:
+ - More of the DND implementation is now handled in GDK: creating the
+ drag window, moving the window along with the cursor, the drag
+ cancel animation.
+ - GdkSeat is a new API that supersedes grabs on individual devices and
+ is a better fit for backends like Wayland or Mir
+
+* Bugs fixed:
+ 758929 GtkEntryCompletion should allow for changing the popdown delay
+ 759079 GtkComboBox triggers segmentation fault in update_menu_sensitivity...
+ 759081 Add 'nullable' to return type of gtk_cell_layout_get_area.
+ 759091 notebook tab stays hovered if mouse leaves slowly
+ 759092 GtkTextIter: add starts_tag() and deprecate begins_tag(), for cons...
+ 759168 wayland: Implement DND icon hotspot API
+ 759225 placesview: implement available space
+ 759260 [Adwaita:dark] menus on GtkTreeView barely visible because menu sh...
+ 759309 Add GdkSeat
+ 759323 gdk_display_get_pointer(): segfault if application client (core) p...
+
+* Translation updates:
+ Arabic
+ German
+ Polish
+ Portuguese
+ Slovak
+ Spanish
+
+
Overview of Changes in GTK+ 3.19.4
==================================
@@ -83,11 +134,6 @@ Overview of Changes in GTK+ 3.19.3
758442 gtk_style_context_save() destroys style information
* Translation updates:
- Lithuanian
- Portuguese
-
-
-Overview of Changes in GTK+ 3.19.2
==================================
* Most widgets have been ported to CSS nodes. The element names and
@@ -186,6 +232,11 @@ Overview of Changes in GTK+ 3.19.1
* Wayland:
- Fix transparent terminals
- Fix treeview search popups
+* Debugging: GtkInspector can now edit string-array-valued properties
+
+* Wayland:
+ - Fix transparent terminals
+ - Fix treeview search popups
- Fix CSD window resizing / moving
* Bugs fixed: