summaryrefslogtreecommitdiffstats
path: root/graphics/src/window/compositor.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-90/+0
* Implement basic presentation with `softbuffer` for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-02-251-0/+2
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-101-1/+1
* Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-011-3/+3
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-041-2/+3
|\
| * Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-2/+3
* | Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
* | Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-0/+2
* | Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
* | Implement `GraphicsInformation` for `iced_wgpu`Libravatar Richard2022-04-261-0/+3
* | Introduce `GraphicsInformation` to `iced_graphics`Libravatar Richard2022-04-261-0/+9
|/
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-11/+7
* Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-251-2/+2
* Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-7/+3
* wgpu: Update to 0.10Libravatar Poly2021-08-191-0/+1
* Use `thiserror` to derive `Error` for `SwapChainError`Libravatar Héctor Ramón Jiménez2021-08-041-14/+12
* small documentation errorLibravatar Billy Messenger2021-07-221-1/+0
* redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-21/+20
* add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-4/+29
* Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-221-1/+4
|\
| * Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-1/+4
* | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-1/+4
|/
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-8/+5
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-2/+2
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-1/+2
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-7/+2
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-0/+60