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 Windows, added WindowExtWindows::set_undecorated_shadow and WindowBuilderExtWindows::with_undecorated_shadow to draw the drop shadow behind a borderless window.
On Windows, fixed default window features (ie snap, animations, shake, etc.) when decorations are disabled.
On Windows, fixed ALT+Space shortcut to open window menu.
On Wayland, fixed Ime::Preedit not being sent on IME reset.
Fixed unbound version specified for raw-window-handle leading to compilation failures.
Empty Ime::Preedit event will be sent before Ime::Commit to help clearing preedit.
On X11, fixed IME context picking by querying for supported styles beforehand.