-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update to winit 0.29 #3649
Merged
Merged
Update to winit 0.29 #3649
Changes from 20 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
fc7d37e
Update to winit 0.29
fornwall c863714
Use 0.29.4 also in eframe and egui-wgpu
fornwall fc43372
Revert accidental change
fornwall 12a27ce
Fix accidental change
fornwall 7746482
Revert empty line removal
fornwall 3eb6d91
Fix accidental commit reversal
fornwall e5d5076
Fix accidental commit reversal
fornwall 258e49f
Revert accidental change
fornwall 2191a3b
Fix accidental reversal
fornwall fc2c142
Fix accidental reversal
fornwall 3e55b1e
Update links in docs
fornwall a8e3c95
Merge branch 'master' into winit-0.29
emilk 8c8f2f6
Update to cocoa 0.25.0
emilk 3dc23de
Update to smithay-clipboard 0.7.0
emilk 0d822c9
Updating plist v1.5.0 -> v1.5.1
emilk 7c89b67
Simplify egui_extras dependency list for the svg feature
emilk 0dbd597
Update deny.toml
emilk b4e6246
Fix svg-related build problem
emilk bb5e077
Return errors when creating event loop
emilk fefa5af
Move warning comment
emilk 1df781d
Remove noop responses to ScaleFactorChanged
emilk 6b714a7
Remove `Prefence` typo exception
emilk 87870b3
Rename `ViewportCommand::IMEPosition` to `IMERect`
emilk fca3690
Log result of request_inner_size
emilk b5fcda1
Fix event loop and improve trace logging
emilk 5914871
Code cleanup
emilk d7c57d4
Clean up modifiers code
emilk 9b997a5
Fix IME output
emilk 98ae3ef
Fix typo
emilk 9d0037f
Don't treat `cmd+C` etc as text input on Mac
emilk dc1a95e
Output logical keys from winit, and document that fact
emilk 054cedc
Fix Windows build
emilk 4cfa02a
Fix windows build for real
emilk 9805317
No really, fix the Windows issue
emilk dfa6676
Remove outdated(?) windows hack
emilk 666e099
Add `wgpu` feature to `multiple_viewports` example
emilk b74bfd9
Code cleanup and better logging
emilk 9976c7b
Fix secondary viewports with glow backend
emilk 9cb45f1
Clean up code around window creation
emilk 43b18ce
Add warning when failing to create transparent window
emilk 58a9621
Add `Key::from_name` helper
emilk edaf2a3
Add keys: period, comma, colon, semicolon
emilk 70ed053
Improve docstring
emilk a624f74
Ignore text on key release and when ctrl is down
emilk 3dd8604
Merge branch 'master' into winit-0.29
emilk d076bdc
Only register printable text
emilk bc5c6d1
Merge branch 'master' into winit-0.29
emilk a13959a
Fix modifiers on Linux
emilk 68ff3ec
Merge branch 'master' into winit-0.29
emilk d63deb7
Update deny.toml
emilk 1c14bd9
Merge branch 'master' into winit-0.29
emilk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we using raw-window-handle 0.5 instead of 0.6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might make sense to upgrade raw-window-handle as a separate PR, to limit scope (and do we need to await glutin updating to rwh 0.6 as well)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glutin hasn't upgraded yet: rust-windowing/glutin#1582