summaryrefslogtreecommitdiffstats
path: root/examples/menu/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-112/+0
The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-7/+2
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
2021-07-12Use `bitflags` for `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez1-12/+2
2021-07-12Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez1-20/+24
2021-07-05Initial menu implementationLibravatar Richard1-0/+123