Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-02 | Fix `clippy` lints for new `1.78` stable toolchain | 1 | -1/+1 | ||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -3/+3 | ||
2024-04-08 | Reintroduce support for custom primitives in `iced_wgpu` | 1 | -14/+89 | ||
2024-04-03 | Redesign `iced_wgpu` layering architecture | 1 | -19/+1 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -0/+8 | ||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 1 | -35/+8 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 1 | -0/+36 | ||
2023-06-29 | Write missing docs in `iced_graphics` and `iced_wgpu` | 1 | -0/+4 | ||
2023-06-29 | Decouple `Mesh` primitives from main `Primitive` type | 1 | -1/+15 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -0/+3 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -107/+0 | ||
2020-04-28 | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 1 | -2/+7 | ||
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 1 | -7/+9 | ||
2020-03-07 | Implement `Primitive::Cached` | 1 | -1/+12 | ||
2020-02-12 | Finish `clock` example | 1 | -2/+8 | ||
2020-01-02 | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 1 | -6/+8 | ||
2020-01-01 | Implement Geometry2D primitive | 1 | -1/+6 | ||
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -0/+4 | ||
2019-12-30 | Implement `Default` for `iced_wgpu::Primitive` | 1 | -0/+6 | ||
2019-12-15 | Rerasterize SVGs when resized and refactor a bit | 1 | -2/+10 | ||
2019-12-12 | Merged svg pipeline into image | 1 | -7/+0 | ||
2019-12-11 | Added an `Icon` widget to native. | 1 | -4/+2 | ||
2019-12-11 | Implemented SVG support in iced_wgpu. | 1 | -0/+9 | ||
2019-11-29 | Allow to load an image from memory | 1 | -3/+3 | ||
New `image::Handle` opaque type uniquely identifying some `image::Data`, allowing reliable caching. | |||||
2019-11-22 | Write docs for `iced_wgpu` | 1 | -0/+23 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -3/+6 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-11-13 | Draft `Font` type and implement `Text::font` | 1 | -1/+2 | ||
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 1 | -2/+2 | ||
2019-10-29 | Rename `Primitive::Scrollable` to `Clip` | 1 | -1/+1 | ||
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+5 | ||
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -0/+4 | ||
2019-10-08 | Make `iced_core::Button` customizable | 1 | -7/+5 | ||
Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
2019-10-07 | Render colored quads | 1 | -0/+1 | ||
2019-10-07 | Rename `Box` primitive to `Quad` | 1 | -1/+1 | ||
2019-10-06 | Draft `Box` primitive | 1 | -1/+10 | ||
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+14 | ||