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