Skip to content

Winit version 0.30.13

Latest

Choose a tag to compare

@kchibisov kchibisov released this 02 Mar 13:51
· 398 commits to master since this release
v0.30.13

Added

  • On Wayland, add Window::set_resize_increments.

Fixed

  • On macOS, fixed crash when dragging non-file content onto window.
  • On X11, fix set_hittest not working on some window managers.
  • On X11, fix debug mode overflow panic in set_timestamp.
  • On macOS, fix crash in set_marked_text when native Pinyin IME sends out-of-bounds selected_range.
  • On Windows, fix WM_IME_SETCONTEXT IME UI flag masking on lParam.
  • On Android, populate KeyEvent::text and KeyEvent::text_with_all_modifiers via Key::to_text().