summaryrefslogtreecommitdiffstats
path: root/graphics/src/compositor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `wgpu` to `24` and use `cryoglyph` forkLibravatar Héctor Ramón Jiménez2025-03-091-0/+3
| | | | Co-authored-by: Winfried Baumann <codewing@web.de>
* Remove unnecessary `Future` importsLibravatar Héctor Ramón Jiménez2025-02-211-1/+0
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-3/+1
|
* Remove `surface` argument of `Compositor::screenshot`Libravatar Ian Douglas Scott2024-11-211-2/+0
| | | | | | | | This argument was completely ignored by the wgpu renderer, and used only for the `clip_mask` by the `tiny_skia` renderer. I believe creating a new clip mask is correct. This way it's possible to render offscreen without needing a surface.
* Fix various typosLibravatar bbb6512024-09-291-1/+1
| | | | Using https://github.com/crate-ci/typos
* Port `iced_tiny_skia` to new layering architectureLibravatar Héctor Ramón Jiménez2024-04-091-1/+13
|
* Reintroduce backend selection through `ICED_BACKEND` env varLibravatar Héctor Ramón Jiménez2024-03-241-1/+14
|
* Rename `compositor::Renderer` to `Default`Libravatar Héctor Ramón Jiménez2024-03-221-4/+3
|
* Allow custom renderers in `Program` and `Application`Libravatar Héctor Ramón Jiménez2024-03-221-8/+16
|
* Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-221-1/+61
|
* Fix `block_on` in `iced_wgpu` hanging Wasm buildsLibravatar Héctor Ramón Jiménez2024-03-071-1/+2
|
* Make `compatible_window` mandatory in `Compositor`Libravatar Héctor Ramón Jiménez2024-01-181-1/+1
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-4/+19
| | | | And update `glyphon` and `window_clipboard`
* WIP raw-window-handle 0.6Libravatar Ian Douglas Scott2024-01-161-6/+6
|
* Separate `Compositor::new` from `Compositor::create_renderer`Libravatar Héctor Ramón Jiménez2023-12-021-2/+2
|
* Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-2/+2
|\
| * Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-191-1/+1
| | | | | | | | Add quotes a number of doc strings like `sRGB`
| * Fix outstanding broken intradoc linksLibravatar Héctor Ramón Jiménez2023-09-091-1/+1
| |
* | refactored window storage;Libravatar Bingus2023-07-211-0/+3
|/ | | | | new helper window events (Destroyed, Created); clippy + fmt;
* Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-061-1/+14
| | | | window::screenshot command.
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+92