summaryrefslogtreecommitdiffstats
path: root/native/src/window.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify documentation of `window::frames`Libravatar Héctor Ramón Jiménez2023-01-131-1/+5
|
* Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-121-2/+1
|
* Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-121-1/+1
|
* Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-121-0/+2
|
* Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez2023-01-121-0/+15
| | | | ... and use it in the `solar_system` example :tada:
* Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter2023-01-021-0/+2
|
* Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2022-08-181-0/+2
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-0/+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!)
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-2/+0
|
* Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-191-2/+2
|
* Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2020-02-091-2/+2
|
* Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-0/+2
| | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`.
* Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez2020-01-101-0/+4