Linda_pp
89154aede0
refactor(example): clean up wry
example ( #108 )
2023-08-30 17:43:06 +03:00
github-actions[bot]
bc4c86bfbb
Apply Version Updates From Current Changes ( #106 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-29 20:08:05 +03:00
Amr Bashir
4701bb836e
fix(windows): attach subclass for context menu if window doesn't have a menu bar ( #105 )
2023-08-29 20:06:58 +03:00
github-actions[bot]
93a93a699e
apply version updates ( #103 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-19 18:01:46 +03:00
Amr Bashir
e046132dfb
fix: changed IconMenuItem::set_native_icon
to take &self
2023-08-19 17:27:39 +03:00
github-actions[bot]
a9f16c8519
Apply Version Updates From Current Changes ( #101 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-16 19:44:53 +03:00
Amr Bashir
0050d4f273
fix: remove AboutMetadata
serde support
2023-08-16 19:39:53 +03:00
Amr Bashir
47d1808090
feat: derive serde for more types
2023-08-16 19:37:19 +03:00
github-actions[bot]
866eb38906
Apply Version Updates From Current Changes ( #99 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-16 02:04:19 +03:00
Amr Bashir
1a527e8708
feat: add missing PartialEq
impls and blanket From
impl for MenuId
( #100 )
2023-08-16 02:03:39 +03:00
Amr Bashir
33168fa0a0
feat(windows): draw dark menubar if necessary ( #98 )
...
* feat(windows): draw dark menubar if necessary
closes #97
* Update Cargo.toml
2023-08-15 16:50:14 +03:00
Amr Bashir
cfd4cb3fc5
chore: update tao and wry versions
2023-08-14 02:11:59 +03:00
github-actions[bot]
d28f04de27
Apply Version Updates From Current Changes ( #96 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-09 02:50:51 +03:00
Amr Bashir
829051a30a
refactor: dereference in partial_eq and add tests
2023-08-09 02:50:07 +03:00
github-actions[bot]
121c97519f
Apply Version Updates From Current Changes ( #95 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-09 02:30:10 +03:00
Amr Bashir
32be0c5884
feat: add MenuId::new
( #94 )
2023-08-09 02:28:14 +03:00
github-actions[bot]
14683ec1ba
Apply Version Updates From Current Changes ( #90 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-08 19:36:50 +03:00
Amr Bashir
662e17d0ec
refactor: impl drop for inner types ( #92 )
...
* refactor: impl drop for inner types
* macos
* impl todos in macos .remove()
* remove code
* fix gtk accelerator not working after creating the context menu
2023-08-08 19:32:27 +03:00
Amr Bashir
043026c30d
feat: add Menu/Submenu::remove_at
( #93 )
2023-08-08 17:53:15 +03:00
Amr Bashir
8c2019eba0
chore: make MenuId
field public
2023-08-08 16:39:27 +03:00
Amr Bashir
874f345f3c
chore: add chnage file
2023-08-07 14:50:07 +03:00
Amr Bashir
c777f6606a
refactor: add MenuId
type and related functions ( #91 )
...
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
Lucas Fernandes Nogueira
7ca4b11564
fix(linux): menu must be the container's first child ( #89 )
...
* fix(linux): menu must be the container's first child
* check if gtk box instead
* Revert "check if gtk box instead"
* update change file
2023-08-03 21:54:08 +03:00
Amr Bashir
bb92b5667e
refactor: change submenu set_as functions
2023-08-03 21:48:55 +03:00
github-actions[bot]
48472232fe
Apply Version Updates From Current Changes ( #88 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-03 19:56:18 +03:00
Lucas Fernandes Nogueira
22956ec724
fix(macos): properly remove menu ( #87 )
2023-08-03 19:55:25 +03:00
github-actions[bot]
9b2185a4f1
Apply Version Updates From Current Changes ( #86 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-03 16:44:03 +03:00
Amr Bashir
b1070cf144
chore: add todo
2023-08-03 16:42:47 +03:00
Lucas Fernandes Nogueira
0bad3aca96
fix(macos): manually retain/release NSMenu reference ( #84 )
...
* fix(macos): manually retain/release NSMenu reference
* Update src/platform_impl/macos/mod.rs
* retain submenu nsmenu
* remove unused
2023-08-03 16:32:43 +03:00
github-actions[bot]
50d388f929
Apply Version Updates From Current Changes ( #82 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-01 19:43:54 +03:00
Amr Bashir
7a3bc5505f
fix(windows): don't drop Menu
or MenuChild
inside menu proc ( #81 )
...
`Menu` or `MenuChild` are not owned by the menu proc and so it shouldn't drop it, previously this was okay because the `Menu` or `MenuChild` used to be a wrapper around `Rc<RefCell>` but that was changed in the last release.
2023-08-01 19:43:04 +03:00
Amr Bashir
e5324b7684
chore: update docs
2023-07-28 04:38:38 +03:00
github-actions[bot]
a999fb1d03
Apply Version Updates From Current Changes ( #72 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-07-27 20:10:04 +03:00
Amr Bashir
25526d7f12
chore: adjust change files
2023-07-27 20:07:55 +03:00
Amr Bashir
20c05ceae6
refactor!: add MenuItemKind
enum ( #79 )
...
* refactor!: add `MenuItemKind` enum
* remove as_any
2023-07-27 19:58:51 +03:00
Amr Bashir
22f2405bb9
chore: typo
2023-07-27 19:45:44 +03:00
Amr Bashir
c7ec320738
refactor!: use optional Position
type and fallback to cursor pos ( #78 )
...
* 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 ( #75 )
...
* refactor(gtk): accept a container param instead of creating it
* fix build
* fix clippy
2023-07-25 22:01:35 +03:00
Amr Bashir
13d1aa66d4
chore: fix linx to init_for_hwnd
2023-07-20 15:04:02 +03:00
Lucas Fernandes Nogueira
f4275fb157
fix(macos): adjust key_modifier_mask for SUPER modifier ( #74 )
2023-07-20 14:55:31 +03:00
Amr Bashir
db49402b5b
chore: change CMD_OR_CTRL
export location
2023-07-18 05:11:00 +03:00
Amr Bashir
460e88d279
chore: fix docs typos
2023-07-18 05:01:32 +03:00
Amr Bashir
6a3f2ba7e7
chore: fix doc link
2023-07-18 05:00:38 +03:00
Amr Bashir
ee30bf8d29
feat: add builders ( #73 )
2023-07-18 04:59:47 +03:00
Amr Bashir
dded1938d9
feat: add IsMenuItem
helper methods to get concrete types
2023-07-18 04:00:25 +03:00
Amr Bashir
0000e56974
refactor: move Rc<RefCell<MenuChild>>
out of platform_impl ( #71 )
...
* refactor: move `Rc<RefCell<MenuChild>>` out of platform_impl
* fix doc test
2023-07-18 03:44:52 +03:00
renovate[bot]
fafab8544c
fix(deps): update rust crate cocoa to 0.25 ( #70 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-20 17:39:24 +03:00
github-actions[bot]
b8005fe84e
Apply Version Updates From Current Changes ( #68 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-06-19 22:40:46 +03:00