Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert system menus support | 2021-09-15 | 1 | -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`. | ||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -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!) | ||||
* | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 1 | -12/+2 | |
| | |||||
* | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -20/+24 | |
| | |||||
* | Initial menu implementation | 2021-07-05 | 1 | -0/+123 | |