summaryrefslogtreecommitdiffstats
path: root/graphics/src/image (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `image` abstractions in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-03-072-432/+0
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-043-6/+5
* Update `resvg` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-02-251-10/+7
* Minor docs typoLibravatar rpitasky2022-12-291-1/+1
* Rename `Fill` to `ColorFilter` in `graphics::image::vector`Libravatar Héctor Ramón Jiménez2022-12-061-4/+4
* Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-11/+11
* feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-061-10/+28
* Don't convert svg to BGRA before passing to shaderLibravatar Ian Douglas Scott2022-11-041-9/+2
* Replace `texture_store` and `store` with `storage`Libravatar Héctor Ramón Jiménez2022-11-052-9/+9
* Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez2022-11-051-1/+1
* Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez2022-11-053-21/+58
* Move image/svg handling into `iced_graphics`Libravatar Ian Douglas Scott2022-11-052-0/+419