diff --git a/gtk-3.98.3.tar.xz b/gtk-3.98.3.tar.xz deleted file mode 100644 index c8257b5..0000000 --- a/gtk-3.98.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25d7e9c8527b5fb835945853aa9b1f021ce8174e55527d2c0063b06d7d32b8fe -size 12817816 diff --git a/gtk-3.98.4.tar.xz b/gtk-3.98.4.tar.xz new file mode 100644 index 0000000..bddeaa0 --- /dev/null +++ b/gtk-3.98.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794a1c4c17ab2d8b1a7f151a4199585fae6f21d934ff8d275c560c8ed1db2942 +size 17949232 diff --git a/gtk4.changes b/gtk4.changes index c8a5def..5316992 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Tue May 19 17:42:44 UTC 2020 - Bjørn Lie + +- Update to version 3.98.4: + + Themes: + - Refine menu styling + - Tweak visible focus behavior + - HighConstrast: Add public colors + - HighContrast: Fix scale borders + + CSS: + - Drop the nonstandard -gtk-icon-theme property + - Add a system_setting_changed vfunc to propagate global + changes + + Untangle titlebars from windows: + - Add a GtkWindowControls widget + - Add a GtkWindowHandle widget + - Add actions for window menu items + - Remove app menu fallback from GtkHeaderBar + - Remove title and subtitle properties from GtkHeaderBar, + rename custom-title to title-widget + + GtkWidget: Add a focusable property + + GtkPopover: Fix (re-)positioning issues + + GtkStack: + - Drop the homogeneous property + - Add a use-underline property to stack pages + + GtkScale: Make area around the trough clickable + + GtkScrolledWindow: Fix kinetic scrolling + + GtkTreeView: Break reference cycles in unroot + + Drop GtkBin and GtkContainer. All existing GtkBin subclasses + have grown a child property with setter and getter. All + existing GtkContainer subclasses have grown widget-specific + remove (and in some cases, add) functions. in ui + files continues to work as before + + Replace gtk_widget_destroy by gtk_window_destroy + + Drop the ::size-allocate signal. Use a GtkWidgetPaintable if + you need to be informed about changes to a widgets content or + size + + Remove gtk_dialog_run + + GDK: + - Wayland: Provide a builtin cursor of last resort + - Change the monitor api to use a GListModel + + GSK: + - Don't include renderer-specific headers automatically + - GL: Fix nested rounded clips + + Introspection: Assorted annotation fixes + + Inspector: + - Preview media resources + - Show media backend information + + gtk4-widget-factory: + - Add GtkVideo + - Add text styles + - Add a print dialog + - Add a password entry + - Improve toolbar styling + - Revamp transition effects + + gtk4-demo: Replace some demos + + Updated translations. + ------------------------------------------------------------------- Tue Apr 21 09:02:03 UTC 2020 - Bjørn Lie diff --git a/gtk4.spec b/gtk4.spec index 9cf80c3..4727f15 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -21,7 +21,7 @@ %define gtk_binary_version 4.0.0 %define _name gtk Name: gtk4 -Version: 3.98.3 +Version: 3.98.4 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1-or-later