Overview of Changes in GTK+ 3.10 to 3.11.0 ========================================== * New notebook tab styling: GtkNotebook now offers a way for themes to opt out of the tab rendering, with the 'has-tab-gap' style property. The Adwaita theme is using this to achieve a more modern tab appearance. * GtkFlowBox: A container that its children in a reflowing grid, which can be oriented horizontally or vertically. It is similar to GtkListBox in that the children can be sorted and filtered, and by requiring a dedicated child widget type, GtkFlowBoxChild. It is similar to GtkTreeView in that is supports a full set of selection modes, including rubberband selection. * GtkStack: children can now indicate that they require attention by setting the needs-attention child property. * Broadway now requires binary array buffers and modern WebSocket protocol support * Autoscrolling in range widgets has been improved to work more reliably in maximized windows. * GtkSpinner has been changed to render in in a limited set of sizes. * GtkApplication now stores and handles accelerators for GActions itself. * GtkIconTheme now falls back to the gnome icontheme to fix problems with the availability of symbolic icons in other icon themes. * GTK+ respects the deprecated gtk-button-images and gtk-menu-images settings again. * Bugs fixed: 168530 gtk_accel_map_load: wasteful extra stat call. 341146 reorder lines in configure.in for a better display 467720 Useless use of const qualifier 586107 gtkprintbackendpapi.c does not compile on Solaris 10 643914 Area under tabs need its own style class 651224 null pointer dereferenced due to multiple bugs in gtk... 681484 GtkAboutDialog has extra space when gtk_widget_show_a... 691163 GtkNotebook unable to style active tab 693586 Erroneous focus claims resulting from gtk_notebook_se... 697031 gtk_notebook_draw's type doesn't match GtkWidget::draw