Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `image` abstractions in `iced_graphics` | 2023-03-07 | 1 | -3/+3 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 3 | -7/+5 | |
| | |||||
* | Refactor some `image` traits a bit | 2022-11-05 | 3 | -8/+12 | |
| | | | | | | | - Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | ||||
* | Move image/svg handling into `iced_graphics` | 2022-11-05 | 1 | -3/+3 | |
| | | | | | | | | | The `TextureStore` trait is implemented by the atlas, and can also be implemented in the glow renderer or in a software renderer. The API here may be improved in the future, but API stability is presumably not a huge issue since these types will only be used by renderer backends. | ||||
* | Address Clippy lints | 2022-07-09 | 1 | -4/+1 | |
| | |||||
* | Add image format options to reduce code bloat, fixes #376 | 2021-02-13 | 1 | -1/+1 | |
| | |||||
* | Stop creating image pipeline when unnecessary | 2020-02-28 | 4 | -0/+147 | |