Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -195/+0 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -4/+4 | |
| | |||||
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -6/+9 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | feat: SVG styling with icon fill color | 2022-12-06 | 1 | -11/+42 | |
| | |||||
* | Refactor some `image` traits a bit | 2022-11-05 | 1 | -2/+2 | |
| | | | | | | | - 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`. | ||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -1/+5 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -12/+1 | |
| | |||||
* | Hash `content_fit` in `hash_layout` of `Image` and `Svg` | 2022-02-16 | 1 | -0/+1 | |
| | |||||
* | Remove redundant `layout.bounds()` calls in `Image` and `Svg` | 2022-02-16 | 1 | -6/+5 | |
| | |||||
* | Add `ContentFit` support to `Svg` widget | 2022-02-16 | 1 | -16/+67 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -89/+4 | |
| | |||||
* | Implement `Widget::draw` for `Svg` | 2021-10-28 | 1 | -3/+5 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -6/+5 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -5/+3 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -30/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -1/+3 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Implement `svg::Handle::from_memory` | 2020-03-31 | 1 | -19/+61 | |
| | | | | Useful if you already have your SVG data in memory. | ||||
* | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 1 | -0/+2 | |
| | |||||
* | Genericize `From` implementation for `svg::Handle` | 2020-03-26 | 1 | -8/+5 | |
| | |||||
* | Merge branch 'master' into feature/custom-styling | 2020-01-09 | 1 | -1/+1 | |
|\ | |||||
| * | Make `Row`, `Column`, and `Checkbox` shrink by default | 2019-12-30 | 1 | -1/+1 | |
| | | |||||
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+1 | |
|/ | |||||
* | Update `Svg` documentation | 2019-12-15 | 1 | -2/+9 | |
| | |||||
* | Rerasterize SVGs when resized and refactor a bit | 2019-12-15 | 1 | -12/+89 | |
| | |||||
* | Renamed `Icon` widget to `Svg` and gave it separate width and height. | 2019-12-12 | 1 | -0/+103 | |
The aspect ratio is now preserved like in the `Image` widget. |