Available nowhere.
Expand description
§0.26.1
- Fix linking to the
ColorSyncframework on macOS 10.7, and in newer Rust versions. - On Web, implement cursor grabbing through the pointer lock API.
- On X11, add mappings for numpad comma, numpad enter, numlock and pause.
- On macOS, fix Pinyin IME input by reverting a change that intended to improve IME.
- On Windows, fix a crash with transparent windows on Windows 11.
§0.26.0
- Update
raw-window-handletov0.4. This is not a breaking change, we still implementHasRawWindowHandlefromv0.3, see rust-windowing/raw-window-handle#74. Note that you might have to runcargo update -p raw-window-handleafter upgrading. - On X11, bump
mioto 0.8. - On Android, fixed
WindowExtAndroid::configinitially returning an emptyConfiguration. - On Android, fixed
Window::scale_factorandMonitorHandle::scale_factorinitially always returning 1.0. - On X11, select an appropriate visual for transparency if is requested
- On Wayland and X11, fix diagonal window resize cursor orientation.
- On macOS, drop the event callback before exiting.
- On Android, implement
Window::request_redraw - Breaking: On Web, remove the
stdwebbackend. - Added
Window::focus_windowto bring the window to the front and set input focus. - On Wayland and X11, implement
is_maximizedmethod onWindow. - On Windows, prevent ghost window from showing up in the taskbar after either several hours of use or restarting
explorer.exe. - On macOS, fix issue where
ReceivedCharacterwas not being emitted during some key repeat events. - On Wayland, load cursor icons
hand2andhand1forCursorIcon::Hand. - Breaking: On Wayland, Theme trait and its support types are dropped.
- On Wayland, bump
smithay-client-toolkitto 0.15.1. - On Wayland, implement
request_user_attentionwithxdg_activation_v1. - On X11, emit missing
WindowEvent::ScaleFactorChangedwhen the only monitor gets reconnected. - On X11, if RANDR based scale factor is higher than 20 reset it to 1
- On Wayland, add an enabled-by-default feature called
wayland-dlopenso users can opt out of usingdlopento load system libraries. - Breaking: On Android, bump
ndkandndk-glueto 0.5. - On Windows, increase wait timer resolution for more accurate timing when using
WaitUntil. - On macOS, fix native file dialogs hanging the event loop.
- On Wayland, implement a workaround for wrong configure size when using
xdg_decorationinkwin_wayland - On macOS, fix an issue that prevented the menu bar from showing in borderless fullscreen mode.
- On X11, EINTR while polling for events no longer causes a panic. Instead it will be treated as a spurious wakeup.