You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ And please only add new entries to the top of this list, right below the `# Unre
22
22
- On Wayland, a new `wayland-csd-adwaita-crossfont` feature was added to use `crossfont` instead of `ab_glyph` for decorations.
23
23
- On Wayland, if not otherwise specified use upstream automatic CSD theme selection.
24
24
- On X11, added `WindowExtX11::with_parent` to create child windows.
25
+
- Added support for `WindowBuilder::with_theme` and `Window::theme` to support per-window dark/light/system theme configuration on macos, windows and wayland.
26
+
- On macOS, added support for `WindowEvent::ThemeChanged`.
27
+
-**Breaking:** Removed `WindowBuilderExtWindows::with_theme` and `WindowBuilderExtWayland::with_wayland_csd_theme` in favour of `WindowBuilder::with_theme`.
28
+
-**Breaking:** Removed `WindowExtWindows::theme` in favour of `Window::theme`.
0 commit comments