summaryrefslogtreecommitdiffstats
path: root/core/src/menu.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-145/+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`.
* Add a presets `Menu` to the `game_of_life` exampleLibravatar Héctor Ramón Jiménez2021-07-191-2/+2
|
* Replace `content` with `title` in `menu` moduleLibravatar Héctor Ramón Jiménez2021-07-191-23/+18
|
* Implement `Menu::map` naivelyLibravatar Héctor Ramón Jiménez2021-07-191-5/+39
|
* Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez2021-07-121-4/+36
|
* Move `menu` module from `iced_native` to `iced_core`Libravatar Héctor Ramón Jiménez2021-07-121-0/+84