diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-02-15 19:49:37 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-02-15 19:49:37 -0500 |
commit | a5d6fe41242e8289b6f779c6c53100c672ae08ae (patch) | |
tree | 701887560298e08f8453c0a5742fa9b8bdf32adf /NEWS | |
parent | 0080224fdb0984997e04dcc465ecda58933738ac (diff) | |
download | gtk+-a5d6fe41242e8289b6f779c6c53100c672ae08ae.tar.gz |
Updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,37 @@ +Overview of Changes in GTK+ 3.15.7 +================================== + +* GtkListBox now supports models with gtk_list_box_bind_model + +* GtkNotebook has a new function to support tab dnd + +* GtkSidebar was renamed to GtkStackSidebar to better convey what it does + +* GtkFileChooser now has a location column for search + +* GdkGLProfile has been removed + +* Bugs + 695945 implement minimize / maximize functionality + 708320 listbox: Update the cursor row when the row's child gets focus + 741946 OpenGL context should allow for GL attribute selection + 743350 main: Make gtk_get_option_group() available to bindings + 744148 gtk: x: fix compilation without x11 backend + 744172 Wayland: Clients won't work on compositors that support wl_seat < 4 + 744204 File chooser in gedit try to open directory instead of navigatin... + 744394 GtkGLArea documentation does not reflect changes in the api + 744400 Add specific CSS class for the close/minimize/maximize button + 744407 Can't support core 3.2 gl context on llvmpipe + 744455 wayland: Update to xdg-shell unstable v5 + +* Translation updates: + Hungarian + Norwegian bokmål + Slovenian + Spanish + Turkish + + Overview of Changes in GTK+ 3.15.5 ================================== @@ -19,8 +53,6 @@ Overview of Changes in GTK+ 3.15.5 * GtkScrolledWindow has gained a new ::edge-reached signal, which triggers when the edge of the scrollable area is reached. -* GtkSidebar was renamed to GtkStackSidebar to better convey what it does - * CSS: - Performance improvements |