summaryrefslogtreecommitdiffstats
path: root/native/src/window/event.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-3/+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!)
* Add window::Event::MovedLibravatar Cory Forsstrom2021-07-261-0/+8
|
* Add `CloseRequested` variant to `window::Event`Libravatar Héctor Ramón Jiménez2021-03-301-0/+6
|
* Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez2021-01-151-4/+7
|
* add focus eventLibravatar cossonleo2021-01-151-0/+3
|
* Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-161-3/+3
|
* Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez2020-01-161-1/+21
|
* Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez2020-01-101-0/+12