summaryrefslogtreecommitdiffstats
path: root/wgpu/src/primitive.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2020-01-051-0/+7
|\
| * Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-01-021-6/+8
| |
| * Implement Geometry2D primitiveLibravatar Artur Sapek2020-01-011-1/+6
| |
* | Add `border_width` and `border_color` to `Quad`Libravatar Héctor Ramón Jiménez2019-12-311-0/+4
|/
* Implement `Default` for `iced_wgpu::Primitive`Libravatar Héctor Ramón Jiménez2019-12-301-0/+6
|
* Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2019-12-151-2/+10
|
* Merged svg pipeline into imageLibravatar Malte Veerman2019-12-121-7/+0
|
* Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-111-4/+2
|
* Implemented SVG support in iced_wgpu.Libravatar Malte Veerman2019-12-111-0/+9
|
* Allow to load an image from memoryLibravatar Héctor Ramón Jiménez2019-11-291-3/+3
| | | | | New `image::Handle` opaque type uniquely identifying some `image::Data`, allowing reliable caching.
* Write docs for `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-221-0/+23
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-3/+6
| | | | Also made fields private and improved `Renderer` traits.
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-1/+2
|
* Add horizontal offset to `Primitive::Clip`Libravatar Héctor Ramón Jiménez2019-11-051-2/+2
|
* Rename `Primitive::Scrollable` to `Clip`Libravatar Héctor Ramón Jiménez2019-10-291-1/+1
|
* Draft `Scrollable` widget (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-251-0/+5
|
* Implement basic image rendering in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-231-0/+4
|
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-7/+5
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Render colored quadsLibravatar Héctor Ramón Jiménez2019-10-071-0/+1
|
* Rename `Box` primitive to `Quad`Libravatar Héctor Ramón Jiménez2019-10-071-1/+1
|
* Draft `Box` primitiveLibravatar Héctor Ramón Jiménez2019-10-061-1/+10
|
* Modularize `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-051-0/+14