From ea55db2e6dfaa71e270f308c19c3f128cf401c75 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Apr 2019 10:25:37 +0200 Subject: [PATCH] gtk3: Update version from 3.24.4 to 3.24.8 [Changes][1]: > Overview of Changes in GTK+ 3.24.8 > ================================== > > * Color editor: don't warn if editing is cancelled > > * Always redraw on allocate - not doing so is > not safe when any widget can have a background > > * Use GLSL 3.30 for shaders > > * Quartz: add a preliminary GdkGLContext implementation > > * Win32: Fix a bug that prevented storing printer driver prefs > > * Wayland: properly place window menus > > * GtkApplication: support session state changes in > sandboxes, using the inhibit portal > > * Fix a problem with autostart notification > > * Places: Show loop devices as reported by gvfs > > * Translation updates: > Brazilian Portuguese > Catalan > Czech > German > Hungarian > Indonesian > Italian > Polish > Romanian > Spanish > Swedish > Turkish > > > Overview of Changes in GTK+ 3.24.7 > ================================== > > * Undeprecate gtk_window_present > > > Overview of Changes in GTK+ 3.24.6 > ================================== > > * Link against fribidi > > * Broadway: Ensure focus on click > > * Fix some compiler warnings > > * Improve menu positioning with move-to-rect > > * Improve activation of the onscreen keyboard > > * Use C locale when generating code > > * Treeview: Make sure separator nodes have height > 0 > > * theme > - Fix some inconsistences for radii > > * quartz: > - Full-screen only normal windows > - Restore key-window switching when changing windows > - Change monitor geometry calculation > - search: Limit the cop of Spotlight search > > * Translation updates: > Basque > Dutch > Finnish > Icelandic > Kazakh > Korean > Romanian > Serbian > Slovenian > > > Overview of Changes in GTK+ 3.24.5 > ================================== > > * Adwaita: Refresh the theme > > * HighContrast: Refresh the theme > > * Wayland: Implement gdk_window_present > > * GtkSwitch: Use icons instead of glyphs > > * Translation updates: > Hungarian [1]: https://gitlab.gnome.org/GNOME/gtk/blob/gtk-3-24/NEWS --- gtk3.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk3.be0 b/gtk3.be0 index c73068e85..5f7cd16e3 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.24.4-0 +# BEE_VERSION gtk3-3.24.8-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)