Skip to content
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

Release version 0.28.0 #2600

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2d73206
On Windows, improve support for undecorated windows (#2419)
msiglreith Aug 15, 2022
77cd021
Document `WindowEvent::Moved` as unsupported on Wayland
SludgePhD Aug 19, 2022
5645bb1
Disable default features in simple_logger
ajtribick Aug 28, 2022
a5457b2
Document WindowEvent::Moved OS support (#2442)
daxpedda Aug 31, 2022
229dbff
Windows: Update handling of system keypresses (#2445)
ajtribick Aug 31, 2022
7af1163
iOS: Fix a few instances of UB (#2428)
madsmtm Sep 1, 2022
2a2733b
Revert "ci: manually point ANDROID_NDK_ROOT to latest supplied version"
MarijnS95 Sep 6, 2022
156fa37
Clear preedit if there is no pending preedit on Wayland
wengxt Sep 9, 2022
ad0520e
Specify minimum supported version for RWH 0.4
kchibisov Sep 9, 2022
79dc6bf
Remove automatic publish script
kchibisov Sep 9, 2022
f1470d1
Send empty `Ime::Preedit` before the `Ime::Commit`
kchibisov Sep 10, 2022
66319c5
On X11 query for XIM styles before creating IME
kchibisov Sep 11, 2022
adfa5bd
Release 0.27.3 version
kchibisov Sep 9, 2022
81303d8
On Windows, fixed focus event emission on minimize.
killianc3 Sep 20, 2022
429cc58
Windows, emit `ReceivedCharacter` on system keybinds
msiglreith Oct 8, 2022
51986bc
On X11, fix IME crashing during reload
kchibisov Oct 9, 2022
e7037c6
Release 0.27.4 version
kchibisov Oct 9, 2022
b8ac784
On Wayland, fix invalid offsets being sent in Preedit
kchibisov Oct 18, 2022
bbdcb79
Release 0.27.5 version
kchibisov Oct 25, 2022
dfbf27d
Fix changelog
madsmtm Dec 21, 2022
cfe7bae
Release version 0.28.0
madsmtm Dec 21, 2022
efbab79
Merge remote-tracking branch 'origin/0.27.x' into new-release
madsmtm Dec 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document WindowEvent::Moved OS support (#2442)
daxpedda authored and kchibisov committed Sep 11, 2022
commit a5457b24c26d2459ff67fc18321ba1fe9b562c5c
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
@@ -324,7 +324,7 @@ pub enum WindowEvent<'a> {
///
/// ## Platform-specific
///
/// - **Wayland:** Unsupported.
/// - **iOS / Android / Web / Wayland:** Unsupported.
Moved(PhysicalPosition<i32>),

/// The window has been requested to close.