Skip to content

Commit

Permalink
3.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Mar 31, 2017
1 parent 99ae996 commit 0fa7ce3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Overview of Changes in GTK+ 3.90.0
==================================

* Allow a custom renderer for the inspector, by setting GTK_INSPECTOR_RENDERER

* Move more container functionality, such as focus handling, to GtkWidget

* Bugs fixed:
686838 gtk_enumerate_printers() hangs
778853 propagate-natural-width/height request too much with !overlay-scrolling...
779081 GtkTextView: expose API to get Pango line direction
780019 gtk+3 3.22.10 does not compile on macOS Yosemite
780234 gtk_print_job_set_page_ranges() has unclear ownership transfer
734946 Implement GContentType on OSX
773228 third parameter of gtk_widget_intersect not listed as 'out'
774148 Gtk.Popover misplacement in Wayland
780735 flowbox: don’t select when rubberbanding over nothing
fix flicker caused by buffer age
fix hi-dpi fallback rendering
force window titles to be valid UTF8

* Translation updates:
Friulian
German
Indonesian
Latvian
Polish
Russian


Overview of Changes in GTK+ 3.89.5
==================================

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.

m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [89])
m4_define([gtk_micro_version], [5])
m4_define([gtk_minor_version], [90])
m4_define([gtk_micro_version], [0])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
Expand Down

0 comments on commit 0fa7ce3

Please sign in to comment.