Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify documentation of `window::frames` | 2023-01-13 | 1 | -1/+5 | |
| | |||||
* | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 1 | -2/+1 | |
| | |||||
* | Use `instant` to fix Wasm target | 2023-01-12 | 1 | -1/+1 | |
| | |||||
* | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 1 | -0/+2 | |
| | |||||
* | Implement `window::frames` subscription | 2023-01-12 | 1 | -0/+15 | |
| | | | | ... and use it in the `solar_system` example :tada: | ||||
* | Add `RequestUserAttention` to `window::Action` | 2023-01-02 | 1 | -0/+2 | |
| | |||||
* | Implement `SetMode` and `FetchMode` window actions | 2022-08-18 | 1 | -0/+2 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -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` | 2020-05-20 | 1 | -2/+0 | |
| | |||||
* | Rename `window::Backend` to `Compositor` | 2020-05-19 | 1 | -2/+2 | |
| | |||||
* | Allow `iced_wgpu` to render to any `TextureView` | 2020-02-09 | 1 | -2/+2 | |
| | |||||
* | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -0/+2 | |
| | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | ||||
* | Add `window::Event::Resized` to `iced_native` | 2020-01-10 | 1 | -0/+4 | |