Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-20 | WIP: background image supportmaster | 1 | -0/+2 | ||
2025-02-21 | Run `cargo fmt` | 1 | -2/+2 | ||
2025-02-14 | Fix `physical_bounds` shadowing in `wgpu` render | 1 | -3/+6 | ||
2025-02-04 | Add debug assertions to `draw_mesh` in `wgpu` renderer | 1 | -0/+10 | ||
2025-01-27 | Make all `Color` constructors `const` :tada: | 1 | -1/+1 | ||
2025-01-26 | Avoid preparing layers outside physical bounds in `iced_wgpu` | 1 | -19/+13 | ||
2025-01-26 | Delegate `layer_count` logic to primitive pipelines | 1 | -12/+3 | ||
2024-12-19 | always increment quad, mesh, text and image layer counts in wgpu layer rendering | 1 | -5/+29 | ||
2024-09-04 | Add `text::Wrapping` support | 1 | -0/+1 | ||
Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | |||||
2024-08-04 | Introduce `Svg` struct in `core::svg` | 1 | -16/+2 | ||
2024-08-04 | Introduce `Image` struct in `core::image` | 1 | -19/+4 | ||
2024-08-04 | Implement image support for `canvas` widget | 1 | -2/+18 | ||
2024-08-03 | Render text on top of images by default | 1 | -24/+24 | ||
2024-05-08 | Reuse `glyphon::Viewport` explicitly | 1 | -4/+9 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -4/+4 | ||
2024-05-06 | Trim `image::Cache` after `wgpu::Renderer::present` | 1 | -0/+3 | ||
2024-05-06 | Fix windows fighting over shared `image::Cache` | 1 | -4/+11 | ||
Image caches are local to each window now. | |||||
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -1/+11 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -4/+4 | ||
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | |||||
2024-05-02 | Simplify image rotation API and its internals | 1 | -15/+5 | ||
2024-05-02 | Add `Image` rotation support | 1 | -2/+20 | ||
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | |||||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -27/+31 | ||
2024-04-08 | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 1 | -3/+7 | ||
2024-04-08 | Reintroduce support for custom primitives in `iced_wgpu` | 1 | -3/+59 | ||
2024-04-07 | Share `msaa::Blit` texture between multiple windows | 1 | -5/+3 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -8/+0 | ||
2024-04-06 | Avoid generating empty caches in `iced_wgpu` | 1 | -2/+7 | ||
2024-04-05 | Decouple caching from layering and simplify everything | 1 | -312/+132 | ||
2024-04-05 | Fix layer transformations | 1 | -73/+85 | ||
2024-04-03 | Reintroduce debug overlay in `iced_wgpu` | 1 | -3/+45 | ||
2024-04-03 | Implement preliminary cache grouping for mesh primitives | 1 | -34/+61 | ||
Due to AA, it's very expensive to render every cached layer independently. | |||||
2024-04-03 | Redesign `iced_wgpu` layering architecture | 1 | -8/+570 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -1/+1 | ||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 1 | -1/+0 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 1 | -0/+1 | ||
2023-10-27 | Write documentation for the new text APIs | 1 | -1/+1 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -1/+1 | ||
2023-07-28 | Bump versions :tada: | 1 | -6/+3 | ||
2023-06-29 | Write missing docs in `iced_graphics` and `iced_wgpu` | 1 | -2/+2 | ||
2023-06-29 | Decouple `Mesh` primitives from main `Primitive` type | 1 | -1/+1 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -2/+4 | ||
2023-06-27 | Simplify `offscreen` API as `color` module in `iced_wgpu` | 1 | -1/+1 | ||
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 1 | -0/+1 | ||
window::screenshot command. | |||||
2023-05-19 | Avoid redundant `buffer::Buffer` import | 1 | -0/+2 | ||
2023-05-11 | Added support for gradients as background variants + other optimizations. | 1 | -2/+0 | ||
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | 1 | -1/+1 | ||
2023-05-11 | Write missing documentation in `iced_wgpu` | 1 | -1/+1 | ||
2023-04-13 | Bump versions :tada: | 1 | -1/+1 | ||