Accepting request 1112697 from GNOME:Next

- Update to version 4.12.2:
  + GtkTooltip: Don't cross native boundaries when looking for
    tooltips.
  + GtkCenterLayout, GtkEntry, GtkSearchEntry: Fix some issues with
    baseline handling.
  + GtkSwitch: Respect text direction.
  + Theme: Use relative font sizes.
  + GSK:
    - Make repeated gradients match between GL and cairo.
    - Make rounded rect shrinking match between Vulkan, GL and
      cairo.
    - Fix parsing of text nodes with color glyphs.
    - Restrict an optimization to the cases where it is correct.
    - Fix rendering of shadows with opacity.
  + Updated translations.
- Drop drop merged upstream patch: e001b421.patch.

OBS-URL: https://build.opensuse.org/request/show/1112697
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=149
This commit is contained in:
2023-09-21 08:09:27 +00:00
committed by Git OBS Bridge
parent 9b2020216c
commit ef25d5ae77
5 changed files with 24 additions and 52 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Sep 20 22:39:12 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 4.12.2:
+ GtkTooltip: Don't cross native boundaries when looking for
tooltips.
+ GtkCenterLayout, GtkEntry, GtkSearchEntry: Fix some issues with
baseline handling.
+ GtkSwitch: Respect text direction.
+ Theme: Use relative font sizes.
+ GSK:
- Make repeated gradients match between GL and cairo.
- Make rounded rect shrinking match between Vulkan, GL and
cairo.
- Fix parsing of text nodes with color glyphs.
- Restrict an optimization to the cases where it is correct.
- Fix rendering of shadows with opacity.
+ Updated translations.
- Drop drop merged upstream patch: e001b421.patch.
-------------------------------------------------------------------
Wed Sep 20 18:37:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>