-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Introduce WindowIcon component #21259
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
Open
TeamDman
wants to merge
24
commits into
bevyengine:main
Choose a base branch
from
TeamDman:feat/window-icon-v3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+543
−18
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
36d81c1
Implement custom_window_icon feature
TeamDman 1dcd3ac
Automatically convert to RGBA for window icon, improved logging fidelity
TeamDman 8cf8576
Ensure systems in window_settings.rs example are only installed when …
TeamDman b988ef0
Run `cargo run -p build-templated-pages -- update features`
TeamDman 80780fd
Apply suggestions from code review
TeamDman fa87d64
Remove `serialize` impl for WindowIcon since Handle isn't compatible
TeamDman 8d4b1de
Initialize window icon on creation to fix problem problem with Change…
TeamDman 0c17984
Remove experiment code that disables window icon setting at creation
TeamDman ee71bfe
Merge branch 'main' into feat/window-icon-v3
TeamDman 3c2cdca
extract helper fn to winit_window_icon.rs
TeamDman e48fa11
formatting
TeamDman 139a31e
Fix race conditions when updating winit window icon.
TeamDman 16a74f8
Merge upstream main
TeamDman ee86d09
Fix formatting
TeamDman 3761d7e
Remove double cfg guard for custom_window_icon feature
TeamDman 5859575
Add platform specific icon loading mechanism
TeamDman a3e3f4e
Fix toml formatting for window-icon integration test
TeamDman 0004603
Remove unneeded dead_code attr
TeamDman 3a0c820
Remove guard on PlatformSpecific window icon variant since WindowIcon…
TeamDman d31f213
Fix expect failing depending on platform
TeamDman 0c09e09
fix allow attr formatting
TeamDman 0375809
Fix doc comments
TeamDman b81bcae
Fix window icon integration test build failing on non-windows platforms
TeamDman 5103f2e
Remove unused import on non-windows platforms
TeamDman 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
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.