iced-yoda/src
Héctor Ramón Jiménez c0ab988842
Revert system menus support
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-15 15:31:40 +07:00
..
window Improve window::Position API 2021-07-21 18:59:24 +07:00
application.rs Revert system menus support 2021-09-15 15:31:40 +07:00
clipboard.rs Implement and expose read and write helpers for clipboard 2021-09-02 15:12:55 +07:00
element.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
error.rs Make iced::Error Send + Sync 2021-01-29 14:03:27 +09:00
executor.rs Keep old behavior for Executor feature flags 2021-01-15 18:31:30 +01:00
keyboard.rs Rename keyboard::ModifiersState to Modifiers 2020-11-26 02:05:42 +01:00
lib.rs Revert system menus support 2021-09-15 15:31:40 +07:00
mouse.rs Rename MouseCursor to mouse::Interaction 2020-04-30 08:16:38 +02:00
result.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
sandbox.rs Revert system menus support 2021-09-15 15:31:40 +07:00
settings.rs Introduce explicit id field to Settings 2021-08-11 19:48:55 +07:00
time.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
widget.rs Implement Toggler widget for iced_native 2021-06-03 20:21:02 +07:00
window.rs Implement move_to and resize commands for window 2021-09-02 16:30:14 +07:00