Available nowhere.
Expand description
§0.24.0
- On Windows, fix applications not exiting gracefully due to thread_event_target_callback accessing corrupted memory.
- On Windows, implement
Window::set_ime_position. - Breaking: On Windows, Renamed
WindowBuilderExtWindows’sis_dark_modetotheme. - Breaking: On Windows, renamed
WindowBuilderExtWindows::is_dark_modetotheme. - On Windows, add
WindowBuilderExtWindows::with_themeto set a preferred theme. - On Windows, fix bug causing message boxes to appear delayed.
- On Android, calling
WindowEvent::Focusednow works properly instead of always returning false. - On Windows, fix Alt-Tab behaviour by removing borderless fullscreen “always on top” flag.
- On Windows, fix bug preventing windows with transparency enabled from having fully-opaque regions.
- Breaking: On Windows, include prefix byte in scancodes.
- On Wayland, fix window not being resizeable when using
WindowBuilder::with_min_inner_size. - On Unix, fix cross-compiling to wasm32 without enabling X11 or Wayland.
- On Windows, fix use-after-free crash during window destruction.
- On Web, fix
WindowEvent::ReceivedCharacternever being sent on key input. - On macOS, fix compilation when targeting aarch64.
- On X11, fix
Window::request_redrawnot waking the event loop. - On Wayland, the keypad arrow keys are now recognized.
- Breaking Rename
desktop::EventLoopExtDesktoptorun_return::EventLoopExtRunReturn. - Added
request_user_attentionmethod toWindow. - Breaking: On macOS, removed
WindowExt::request_user_attention, useWindow::request_user_attention. - Breaking: On X11, removed
WindowExt::set_urgent, useWindow::request_user_attention. - On Wayland, default font size in CSD increased from 11 to 17.
- On Windows, fix bug causing message boxes to appear delayed.
- On Android, support multi-touch.
- On Wayland, extra mouse buttons are not dropped anymore.
- Breaking:
MouseButton::Othernow usesu16.