summaryrefslogtreecommitdiffstats
path: root/native/src/window/event.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-58/+0
2023-01-12Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez1-1/+2
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez1-0/+6
... and implement `TextInput` cursor blink :tada:
2022-08-17Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-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!)
2021-07-26Add window::Event::MovedLibravatar Cory Forsstrom1-0/+8
2021-03-30Add `CloseRequested` variant to `window::Event`Libravatar Héctor Ramón Jiménez1-0/+6
2021-01-15Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez1-4/+7
2021-01-15add focus eventLibravatar cossonleo1-0/+3
2020-01-16Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez1-3/+3
2020-01-16Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez1-1/+21
2020-01-10Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez1-0/+12