summaryrefslogtreecommitdiffstats
path: root/native/src/window/event.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-58/+0
|
* Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-121-1/+2
|
* Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-121-1/+1
|
* Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-121-0/+6
| | | | ... and implement `TextInput` cursor blink :tada:
* Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-08-171-1/+1
|
* 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