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
On macOS, remove spurious error logging when handling Fn.
On X11, fix an issue where floating point data from the server is
misinterpreted during a drag and drop operation.
On X11, fix a bug where focusing the window would panic.
On macOS, fix refresh_rate_millihertz.
On Wayland, disable Client Side Decorations when wl_subcompositor is not supported.
On X11, fix Xft.dpi detection from Xresources.
On Windows, fix consecutive calls to window.set_fullscreen(Some(Fullscreen::Borderless(None))) resulting in losing previous window state when eventually exiting fullscreen using window.set_fullscreen(None).
On Wayland, fix resize being sent on focus change.