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

Look through diff from tao #1

Draft
wants to merge 350 commits into
base: master
Choose a base branch
from
Draft

Look through diff from tao #1

wants to merge 350 commits into from

Conversation

madsmtm
Copy link
Owner

@madsmtm madsmtm commented Jun 11, 2022

No description provided.

Ngo Iok Ui (Wu Yu Wei) and others added 30 commits May 7, 2021 11:46
feat: Implement basic tray app mode (status bar)
…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
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
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
keiya01 and others added 20 commits May 17, 2022 15:19
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
* 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 <wusyong@users.noreply.github.com>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
* Remove trivial tray features

* Remove tray from default feature
Co-authored-by: wusyong <wusyong@users.noreply.github.com>
* feat: support theme on macOS

* Update support-theme-on-macos.md

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
* feat: connect mouse wheel event with GTK window

* Update mouse-wheel.md

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet