Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
talonvoice
/
winit
Public
forked from
rust-windowing/winit
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 10, 2022
disable wayland default feature
lunixbochs
committed
6d153cf
View commit details
Copy full SHA for 6d153cf
Browse repository at this point
Commits on Dec 9, 2022
Retain `WS_MAXIMZE` when unminmizing a maximized window (#2581)
Show description for 89eea64
amrbashir
and
msiglreith
authored
89eea64
View commit details
Copy full SHA for 89eea64
Browse repository at this point
Commits on Dec 6, 2022
On Windows, fix left mouse button release event not being sent after `Window::drag_window` (#2564)
feelingnothing
authored
9f781bc
View commit details
Copy full SHA for 9f781bc
Browse repository at this point
Commits on Dec 1, 2022
Clean up UIView override declaration (#2578)
madsmtm
authored
4ed4e91
View commit details
Copy full SHA for 4ed4e91
Browse repository at this point
Commits on Nov 30, 2022
Do fullscreen logic synchronously on main thread (#2575)
madsmtm
authored
2e4d79f
View commit details
Copy full SHA for 2e4d79f
Browse repository at this point
macOS: Run tasks synchronously on main thread instead of asynchronously (#2574)
Show description for bf92f3e
madsmtm
authored
bf92f3e
View commit details
Copy full SHA for bf92f3e
Browse repository at this point
Commits on Nov 29, 2022
Refactor `SharedState` so that it is no longer behind an `Arc` (#2573)
Show description for 2a58b78
madsmtm
authored
2a58b78
View commit details
Copy full SHA for 2a58b78
Browse repository at this point
Don't panic when getting refresh rate failed (#2533)
Show description for 32784af
xiaopengli89
and
madsmtm
authored
32784af
View commit details
Copy full SHA for 32784af
Browse repository at this point
On Windows and macOS, add API to enable/disable window controls (#2537)
Show description for 94688a6
3 people
authored
94688a6
View commit details
Copy full SHA for 94688a6
Browse repository at this point
Add `Window::set_theme` (#2553)
Show description for 28e34c2
3 people
authored
28e34c2
View commit details
Copy full SHA for 28e34c2
Browse repository at this point
Commits on Nov 27, 2022
On Windows, revert window background to an empty brush to avoid white flashes when changing scaling (#2571)
fgimian
authored
9ae7498
View commit details
Copy full SHA for 9ae7498
Browse repository at this point
Commits on Nov 26, 2022
android: depend on android-activity 0.4.0 (#2557)
rib
authored
1786c87
View commit details
Copy full SHA for 1786c87
Browse repository at this point
Add `Window::set_window_level` API
Show description for 101ac89
4 people
authored
101ac89
View commit details
Copy full SHA for 101ac89
Browse repository at this point
Commits on Nov 24, 2022
ci: Specify to build `winit` package when invoking `cargo-apk` (#2561)
Show description for ba4bf03
MarijnS95
authored
ba4bf03
View commit details
Copy full SHA for ba4bf03
Browse repository at this point
Commits on Nov 23, 2022
Fix MouseButton::Other value on Windows (#2565)
Show description for a63b066
madsmtm
authored
a63b066
View commit details
Copy full SHA for a63b066
Browse repository at this point
On macOS, add documentEdited APIs (#2550)
Show description for f77f858
amrbashir
and
madsmtm
authored
f77f858
View commit details
Copy full SHA for f77f858
Browse repository at this point
Remove WindowBuilderExtIOS::with_root_view_class (#2459)
madsmtm
authored
6d0cf6a
View commit details
Copy full SHA for 6d0cf6a
Browse repository at this point
macOS: Fix ApplicationDelegate::init (#2566)
madsmtm
authored
12df8b6
View commit details
Copy full SHA for 12df8b6
Browse repository at this point
Add `Window::set_content_protected` on macOS and Windows (#2525)
Show description for 65baae7
amrbashir
authored
65baae7
View commit details
Copy full SHA for 65baae7
Browse repository at this point
On macOS, add `EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps` (#2551)
Show description for 418cc44
amrbashir
and
madsmtm
authored
418cc44
View commit details
Copy full SHA for 418cc44
Browse repository at this point
Only build, but don't run tests in MSRV CI (#2558)
Show description for ce6c6e8
madsmtm
authored
ce6c6e8
View commit details
Copy full SHA for ce6c6e8
Browse repository at this point
Commits on Nov 22, 2022
macOS: Fix `NSWindowLevel` values (#2545)
Show description for bdcbd7d
madsmtm
authored
bdcbd7d
View commit details
Copy full SHA for bdcbd7d
Browse repository at this point
Commits on Nov 10, 2022
Android: rework backend to use android-activity crate (#2444)
Show description for 05484c5
rib
and
msiglreith
authored
05484c5
View commit details
Copy full SHA for 05484c5
Browse repository at this point
Commits on Nov 6, 2022
On Windows, fix icons specified on `WindowBuilder` not taking effect for windows created after the first one (#2530)
amrbashir
authored
50bbc85
View commit details
Copy full SHA for 50bbc85
Browse repository at this point
Commits on Nov 5, 2022
On macOS, fix panic in current_monitor_inner
xiaopengli89
authored
8669c2e
View commit details
Copy full SHA for 8669c2e
Browse repository at this point
Commits on Nov 3, 2022
macOS: Fix overridden fullscreen selectors (#2546)
madsmtm
authored
97d4c7b
View commit details
Copy full SHA for 97d4c7b
Browse repository at this point
Add `Window::title` getter on Windows and macOS
amrbashir
authored
08f9e37
View commit details
Copy full SHA for 08f9e37
Browse repository at this point
Commits on Oct 31, 2022
Bump `windows-sys` to 0.42 (#2540)
Awpteamoose
authored
a7a7cc6
View commit details
Copy full SHA for a7a7cc6
Browse repository at this point
Commits on Oct 26, 2022
Bump version on master
Show description for 04d9e08
kchibisov
authored
04d9e08
View commit details
Copy full SHA for 04d9e08
Browse repository at this point
Commits on Oct 24, 2022
Generate docs.rs documentation with doc_auto_cfg (#2358)
i509VCB
authored
8fc24c9
View commit details
Copy full SHA for 8fc24c9
Browse repository at this point
Commits on Oct 20, 2022
Fix menubar focus using `Alt` on Windows (#2521)
amrbashir
authored
2fb15db
View commit details
Copy full SHA for 2fb15db
Browse repository at this point
Commits on Oct 18, 2022
Rework theme API
Show description for 92fdf5b
keiya01
authored
92fdf5b
View commit details
Copy full SHA for 92fdf5b
Browse repository at this point
On Wayland, fix invalid offsets being sent in Preedit
Show description for 4f06cfc
kchibisov
authored
4f06cfc
View commit details
Copy full SHA for 4f06cfc
Browse repository at this point
Commits on Oct 15, 2022
Bump version on master
Show description for 462bb4d
kchibisov
authored
462bb4d
View commit details
Copy full SHA for 462bb4d
Browse repository at this point
Commits on Oct 9, 2022
On X11, fix IME crashing during reload
Show description for f6ca851
kchibisov
authored
f6ca851
View commit details
Copy full SHA for f6ca851
Browse repository at this point
Previous
Next
You can’t perform that action at this time.