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

Update to winit 0.29 #3649

Merged
merged 51 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
fc7d37e
Update to winit 0.29
fornwall Nov 27, 2023
c863714
Use 0.29.4 also in eframe and egui-wgpu
fornwall Nov 27, 2023
fc43372
Revert accidental change
fornwall Nov 27, 2023
12a27ce
Fix accidental change
fornwall Nov 27, 2023
7746482
Revert empty line removal
fornwall Nov 27, 2023
3eb6d91
Fix accidental commit reversal
fornwall Nov 27, 2023
e5d5076
Fix accidental commit reversal
fornwall Nov 27, 2023
258e49f
Revert accidental change
fornwall Nov 27, 2023
2191a3b
Fix accidental reversal
fornwall Nov 27, 2023
fc2c142
Fix accidental reversal
fornwall Nov 27, 2023
3e55b1e
Update links in docs
fornwall Nov 28, 2023
a8e3c95
Merge branch 'master' into winit-0.29
emilk Nov 28, 2023
8c8f2f6
Update to cocoa 0.25.0
emilk Nov 28, 2023
3dc23de
Update to smithay-clipboard 0.7.0
emilk Nov 28, 2023
0d822c9
Updating plist v1.5.0 -> v1.5.1
emilk Nov 28, 2023
7c89b67
Simplify egui_extras dependency list for the svg feature
emilk Nov 28, 2023
0dbd597
Update deny.toml
emilk Nov 28, 2023
b4e6246
Fix svg-related build problem
emilk Nov 28, 2023
bb5e077
Return errors when creating event loop
emilk Nov 28, 2023
fefa5af
Move warning comment
emilk Nov 28, 2023
1df781d
Remove noop responses to ScaleFactorChanged
emilk Nov 28, 2023
6b714a7
Remove `Prefence` typo exception
emilk Nov 28, 2023
87870b3
Rename `ViewportCommand::IMEPosition` to `IMERect`
emilk Nov 28, 2023
fca3690
Log result of request_inner_size
emilk Nov 28, 2023
b5fcda1
Fix event loop and improve trace logging
emilk Nov 28, 2023
5914871
Code cleanup
emilk Nov 28, 2023
d7c57d4
Clean up modifiers code
emilk Nov 28, 2023
9b997a5
Fix IME output
emilk Nov 28, 2023
98ae3ef
Fix typo
emilk Nov 28, 2023
9d0037f
Don't treat `cmd+C` etc as text input on Mac
emilk Nov 28, 2023
dc1a95e
Output logical keys from winit, and document that fact
emilk Nov 28, 2023
054cedc
Fix Windows build
emilk Nov 28, 2023
4cfa02a
Fix windows build for real
emilk Nov 28, 2023
9805317
No really, fix the Windows issue
emilk Nov 28, 2023
dfa6676
Remove outdated(?) windows hack
emilk Nov 28, 2023
666e099
Add `wgpu` feature to `multiple_viewports` example
emilk Nov 28, 2023
b74bfd9
Code cleanup and better logging
emilk Nov 28, 2023
9976c7b
Fix secondary viewports with glow backend
emilk Nov 28, 2023
9cb45f1
Clean up code around window creation
emilk Nov 28, 2023
43b18ce
Add warning when failing to create transparent window
emilk Nov 28, 2023
58a9621
Add `Key::from_name` helper
emilk Nov 28, 2023
edaf2a3
Add keys: period, comma, colon, semicolon
emilk Nov 28, 2023
70ed053
Improve docstring
emilk Nov 28, 2023
a624f74
Ignore text on key release and when ctrl is down
emilk Nov 30, 2023
3dd8604
Merge branch 'master' into winit-0.29
emilk Nov 30, 2023
d076bdc
Only register printable text
emilk Dec 1, 2023
bc5c6d1
Merge branch 'master' into winit-0.29
emilk Dec 6, 2023
a13959a
Fix modifiers on Linux
emilk Dec 6, 2023
68ff3ec
Merge branch 'master' into winit-0.29
emilk Dec 18, 2023
d63deb7
Update deny.toml
emilk Dec 18, 2023
1c14bd9
Merge branch 'master' into winit-0.29
emilk Dec 18, 2023
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
3 changes: 1 addition & 2 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# run: typos

[default.extend-words]
nknown = "nknown" # part of @55nknown username
Prefence = "Prefence" # typo in glutin_winit API
nknown = "nknown" # part of @55nknown username

[files]
extend-exclude = ["web_demo/egui_demo_app.js"] # auto-generated
Loading
Loading