Update sctk-adwaita to use ab_glyph

The crossfont will still be available under the option.
This commit is contained in:
daxpedda
2022-08-24 14:24:29 +02:00
committed by GitHub
parent 0d9c39029c
commit f9b41fd819
3 changed files with 6 additions and 7 deletions

View File

@@ -11,6 +11,8 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Windows, added `WindowExtWindows::set_undecorated_shadow` and `WindowBuilderExtWindows::with_undecorated_shadow` to draw the drop shadow behind a borderless window.
- On Windows, fixed default window features (ie snap, animations, shake, etc.) when decorations are disabled.
- On macOS, add support for two-finger touchpad magnification and rotation gestures with new events `WindowEvent::TouchpadMagnify` and `WindowEvent::TouchpadRotate`.
- On Wayland, `wayland-csd-adwaita` now uses `ab_glyph` instead of `crossfont` to render the title for decorations.
- On Wayland, a new `wayland-csd-adwaita-crossfont` feature was added to use `crossfont` instead of `ab_glyph` for decorations.
# 0.27.2 (2022-8-12)