Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |