Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `wgpu` to `24` and use `cryoglyph` fork | 2025-03-09 | 1 | -0/+3 | |
| | | | | Co-authored-by: Winfried Baumann <codewing@web.de> | ||||
* | Remove unnecessary `Future` imports | 2025-02-21 | 1 | -1/+0 | |
| | |||||
* | Run `cargo fmt` | 2025-02-21 | 1 | -3/+1 | |
| | |||||
* | Remove `surface` argument of `Compositor::screenshot` | 2024-11-21 | 1 | -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 typos | 2024-09-29 | 1 | -1/+1 | |
| | | | | Using https://github.com/crate-ci/typos | ||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -1/+13 | |
| | |||||
* | Reintroduce backend selection through `ICED_BACKEND` env var | 2024-03-24 | 1 | -1/+14 | |
| | |||||
* | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 1 | -4/+3 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -8/+16 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -1/+61 | |
| | |||||
* | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 2024-03-07 | 1 | -1/+2 | |
| | |||||
* | Make `compatible_window` mandatory in `Compositor` | 2024-01-18 | 1 | -1/+1 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -4/+19 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | WIP raw-window-handle 0.6 | 2024-01-16 | 1 | -6/+6 | |
| | |||||
* | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 1 | -2/+2 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -2/+2 | |
|\ | |||||
| * | Chore: Apply clippy docs keyword quoting | 2023-09-19 | 1 | -1/+1 | |
| | | | | | | | | Add quotes a number of doc strings like `sRGB` | ||||
| * | Fix outstanding broken intradoc links | 2023-09-09 | 1 | -1/+1 | |
| | | |||||
* | | refactored window storage; | 2023-07-21 | 1 | -0/+3 | |
|/ | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -1/+14 | |
| | | | | window::screenshot command. | ||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+92 | |