Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-09 | Update `wgpu` to `24` and use `cryoglyph` fork | 1 | -0/+3 | ||
Co-authored-by: Winfried Baumann <codewing@web.de> | |||||
2025-02-21 | Remove unnecessary `Future` imports | 1 | -1/+0 | ||
2025-02-21 | Run `cargo fmt` | 1 | -3/+1 | ||
2024-11-21 | Remove `surface` argument of `Compositor::screenshot` | 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. | |||||
2024-09-29 | Fix various typos | 1 | -1/+1 | ||
Using https://github.com/crate-ci/typos | |||||
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | 1 | -1/+2 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -2/+1 | ||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -1/+13 | ||
2024-03-24 | Reintroduce backend selection through `ICED_BACKEND` env var | 1 | -1/+14 | ||
2024-03-22 | Rename `compositor::Renderer` to `Default` | 1 | -4/+3 | ||
2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -8/+16 | ||
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 1 | -1/+61 | ||
2024-03-07 | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 1 | -1/+2 | ||
2024-01-18 | Make `compatible_window` mandatory in `Compositor` | 1 | -1/+1 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -4/+19 | ||
And update `glyphon` and `window_clipboard` | |||||
2024-01-16 | WIP raw-window-handle 0.6 | 1 | -6/+6 | ||
2023-12-02 | Separate `Compositor::new` from `Compositor::create_renderer` | 1 | -2/+2 | ||
2023-11-29 | Fix broken intra-doc links | 1 | -1/+1 | ||
2023-09-19 | Chore: Apply clippy docs keyword quoting | 1 | -1/+1 | ||
Add quotes a number of doc strings like `sRGB` | |||||
2023-09-09 | Fix outstanding broken intradoc links | 1 | -1/+1 | ||
2023-07-21 | refactored window storage; | 1 | -0/+3 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 1 | -1/+14 | ||
window::screenshot command. | |||||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -2/+4 | ||
2023-02-25 | Implement basic presentation with `softbuffer` for `iced_tiny_skia` | 1 | -0/+2 | ||
2022-11-10 | Fix broken documentation links | 1 | -1/+1 | ||
2022-11-01 | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 1 | -3/+3 | ||
2022-04-30 | Fix broken intra-doc links in documentation | 1 | -2/+3 | ||
2022-04-27 | Rename `get_information` to `fetch_information` | 1 | -1/+1 | ||
2022-04-27 | Move `compositor` module access from `window` to `crate` | 1 | -0/+2 | ||
2022-04-26 | Rename `GraphicsInformation` to `Information` | 1 | -2/+2 | ||
2022-04-26 | Implement `GraphicsInformation` for `iced_wgpu` | 1 | -0/+3 | ||
2022-04-26 | Introduce `GraphicsInformation` to `iced_graphics` | 1 | -0/+9 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -11/+7 | ||
2021-08-25 | Rename `SwapChainError` to `SurfaceError` in `iced_graphics` | 1 | -2/+2 | ||
2021-08-20 | Remove `SwapChain` associated type from `Compositor` | 1 | -7/+3 | ||
2021-08-19 | wgpu: Update to 0.10 | 1 | -0/+1 | ||
2021-08-04 | Use `thiserror` to derive `Error` for `SwapChainError` | 1 | -14/+12 | ||
2021-07-22 | small documentation error | 1 | -1/+0 | ||
2021-07-22 | redo custom error for Compositor::draw() | 1 | -21/+20 | ||
2021-07-22 | add custom error for Compositor::draw() | 1 | -4/+29 | ||
2021-05-05 | Provide `compatible_surface` in `iced_wgpu::Compositor` | 1 | -1/+4 | ||
2020-12-16 | don't panic when swapchain frame is outdated | 1 | -1/+4 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -8/+5 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -2/+2 | ||
2020-06-12 | Add `background_color` to `Application` and `Sandbox` | 1 | -1/+2 | ||
2020-05-21 | Introduce `Program` and `State` | 1 | -7/+2 | ||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -5/+5 | ||
2020-05-19 | Rename `window::Backend` to `Compositor` | 1 | -2/+2 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -3/+8 | ||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -2/+2 | ||