1
0
Fork 0
mirror of https://github.com/italicsjenga/muda.git synced 2025-02-03 22:56:33 +11:00
Commit graph

6 commits

Author SHA1 Message Date
Amr Bashir
33168fa0a0
feat(windows): draw dark menubar if necessary ()
* feat(windows): draw dark menubar if necessary

closes 

* Update Cargo.toml
2023-08-15 16:50:14 +03:00
Amr Bashir
c777f6606a
refactor: add MenuId type and related functions ()
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-08-04 16:17:58 -03:00
Amr Bashir
dc8e9d41fd
fix: fix examples 2023-08-03 21:55:19 +03:00
Amr Bashir
c7ec320738
refactor!: use optional Position type and fallback to cursor pos ()
* refactor!: use optional `Position` type and fallback to cursor pos

* impl gtk & change to use screen coords

* impl macos

* revert back to client coordinates

* fix build

* fix macos impl

* enhance examples

* fix serde feature

* fix tests

* lint

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-07-27 14:56:01 +03:00
amrbashir
5fbe39e995
chore: fix wry example context menu closes immediately 2023-07-26 03:37:19 +03:00
Amr Bashir
98701d0b32
refactor(gtk): accept a container param instead of creating it ()
* refactor(gtk): accept a container param instead of creating it

* fix build

* fix clippy
2023-07-25 22:01:35 +03:00