-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump winit
to 0.29.7
#3753
Bump winit
to 0.29.7
#3753
Conversation
Compiled changelog below: - On X11, fix Xft.dpi reload during runtime. - On X11, fix window minimize. - On Web, fix context menu not being disabled by with_prevent_default(true). - On Wayland, fix WindowEvent::Destroyed not being delivered after destroying window. - Fix EventLoopExtRunOnDemand::run_on_demand not working for consequent invocation - 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. - On Windows, fix set_ime_cursor_area.
@emilk I've marked this ready. I might disclose the motivation of this, now that i initially forgot. |
I appreciate you wanting to help out with Linux! I think bumping the winit version for this repository makes sense, i.e. updating Usually we should only set a minimal patch version in a Therefore, I suggest reverting the changes to the (tip: in case you don't know, you can update a dependency in a |
This reverts commit e2c1d9f.
Compiled changelog below:
On X11, fix Xft.dpi reload during runtime.
On X11, fix window minimize.
On Web, fix context menu not being disabled by with_prevent_default(true).
On Wayland, fix WindowEvent::Destroyed not being delivered after destroying window.
Fix EventLoopExtRunOnDemand::run_on_demand not working for consequent invocation
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.
On Windows, fix set_ime_cursor_area.