forked from rust-windowing/winit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Look through diff from tao
#1
Draft
madsmtm
wants to merge
350
commits into
master
Choose a base branch
from
tao-dev
base: master
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.
Draft
Conversation
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
feat: Implement basic tray app mode (status bar)
feat: status bar on Linux
…wing#27) * Use Vec<u8> for windows and mac * StatusbarBuilder use Pathbuf on linux * Fix examples and CI * Use linux impl instead of moving the whole builder * Fix warnings * Remove a lot of cfg! i think this is cleaner * [ci skip] Remove PathBuf * [ci skip] replace icon sample * [ci skip] fix app indicator name
refactor: menu and status bar types
fix: signature of id to get MenuId
chore: rename system tray & add menu feature flag
* Add license header * Minor repo update * Update license to Apache only * Use `winit contributors` to represent the whole winit team * [ci skip] Fix doc
chore: update README.md
Signed-off-by: Daniel Thompson-Yvetot <[email protected]>
Signed-off-by: Daniel Thompson-Yvetot <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
* Update to windows 0.32.0 (requires nightly) * Update windows to 0.33.0 * Remove unneeded mut * Update windows crate to 0.36.1 * Run cargo clippy and cargo fmt * Update to windows-rs 0.37.0 * Add a change doc * Update MSRV and clarify change log * Remove dependency on matching HWND * Revert "Update MSRV and clarify change log" This reverts commit b94e19bbb8792ea047294540d341d9e1a9e86d51. * Document decision not to bump MSRV
* publish new versions * Update Cargo.toml * Update CHANGELOG.md Co-authored-by: wusyong <[email protected]> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
* Remove trivial tray features * Remove tray from default feature
Co-authored-by: wusyong <[email protected]>
* feat: support theme on macOS * Update support-theme-on-macos.md Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
* feat: connect mouse wheel event with GTK window * Update mouse-wheel.md Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
…ust-windowing#317 (rust-windowing#329) * fix(macos): show system tray menu on right click only, closes rust-windowing#317 * update changefile * attempt to make it trait extension * attempt 2 * fix leftclick * change file
madsmtm
force-pushed
the
master
branch
7 times, most recently
from
February 9, 2024 21:30
c24e3c4
to
18bbbc7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.