Accepting request 710667 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/710667
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=354
This commit is contained in:
2019-06-19 15:50:44 +00:00
committed by Git OBS Bridge
parent a5dbd77b8b
commit 757a473053
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Jun 18 17:28:26 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.9:
+ GTK can now be built with the meson build system.
+ Wayland:
- Support the xdg-output protocol for correct monitor sizes
with scaled displays.
- Fix handling of cursor hotspots that was reading
uninitialized memory.
- Update tablet cursors when scale changes.
+ CSS: Use multiple font-family values.
+ Emoji: Populate the Emoji chooser incrementally.
+ Printing: Require CUPS 1.7.
+ Scrolling: Add a gtk-overlay-scrolling setting that can be used
to force traditional (non-overlay) scrollbars.
+ GtkTreeView:
- Update rubberband rectangles more often.
- Remove the pixel cache, to avoid the redraw issues that it
causes.
+ Tooling: Support sysprof profiling.
+ Themes:
- Adwaita: Small tweaks to the theme refresh.
- Adwaita: Update treeview progress bars.
- HighContrast: Improve notebook tabs.
+ Updated translations.
-------------------------------------------------------------------
Wed May 8 09:33:00 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>