Commit graph

20 commits

Author SHA1 Message Date
amrbashir 5c1b220cbb
refactor: change EnterFullScreen to ToggleFullScreen 2022-06-19 11:52:14 +02:00
amrbashir 00a0270b8f
refactor: rename TextMenuItem to just MeuItem 2022-06-14 14:00:00 +02:00
Amr Bashir ccf548d199
feat: implement CheckMenuItem (#13)
* feat: implement `CheckMenuItem`

* linux
2022-06-12 15:42:50 +02:00
amrbashir 166e699c24
chore: update docs 2022-06-11 20:06:56 +02:00
Amr Bashir 8f11761dee
feat: implement NativeMenuItem::About for windows and linux (#11)
* feat: implement NativeMenuItem::About

* linux
2022-06-11 18:17:39 +02:00
Ngo Iok Ui (Wu Yu Wei) 421b00f597
refactor(linux): combine r#type and native_* into sum type 2022-06-11 14:35:33 +02:00
Amr Bashir 943beda6df
feat: implement NativeMenuItem (#9)
* feat: implement `NativeMenuItem`

* windows: refactor native menu item handle in window proc

* native menu items on linux

* change about status to not implemented on windows
2022-06-10 14:09:56 +02:00
Amr Bashir 0201895d74
feat: add menu hide, show and remove (#8) 2022-06-07 18:32:10 +02:00
Amr Bashir 6b98160e49
feat: accelerators (#6)
* feat: accelerators

* add accelerators on windows
2022-06-07 13:05:20 +02:00
amrbashir 6cb2ce1c7a
feat(linux): document requirements and return gtk::Box 2022-06-06 14:36:22 +02:00
amrbashir a7b7b0cf34
typo 2022-05-08 19:36:39 +02:00
Yu-Wei Wu 413358ed85
Add init_for_nsapp 2022-05-08 14:32:31 +08:00
amrbashir cadb53087b
rename crate to muda 2022-05-07 11:19:58 +02:00
amrbashir 31e2624ada
rename crate to minit 2022-05-07 00:52:41 +02:00
amrbashir 17ae5366c7
add documentation 2022-05-06 22:57:58 +02:00
amrbashir 832e4964e7
implement windows 2022-05-06 18:38:39 +02:00
amrbashir bac4dbd1ab
add title & enabled getters 2022-05-06 17:18:34 +02:00
amrbashir fbef2d8a40
use an event channel instead of callbacks 2022-05-06 16:25:45 +02:00
amrbashir cff1103cf4
add menu item handler on linux 2022-05-05 17:04:48 +02:00
amrbashir a46c53dbe9
init - initial linux support 2022-05-05 13:50:22 +02:00