Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-01-24 | Add helper functions for alignment to `widget` module | 1 | -8/+4 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -12/+14 | ||
2024-05-13 | Ask for explicit `Length` in `center_*` methods | 1 | -1/+1 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -12/+5 | ||
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | |||||
2024-03-24 | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 1 | -1/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -15/+5 | ||
2024-03-12 | Use closures for `Svg::style` | 1 | -6/+6 | ||
2024-03-06 | Simplify theming for `Svg` widget | 1 | -4/+3 | ||
2024-02-01 | Introduce support for disabling a `checkbox` | 1 | -5/+3 | ||
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | 1 | -1/+0 | ||
2022-12-06 | Showcase color filtering in existing `svg` example | 1 | -17/+54 | ||
... and remove the `svg_style` example | |||||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -5/+6 | ||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -1/+1 | ||
2020-03-31 | Implement `padding` support for `Container` | 1 | -11/+10 | ||
2020-03-31 | Implement `svg::Handle::from_memory` | 1 | -5/+2 | ||
Useful if you already have your SVG data in memory. | |||||
2020-02-26 | Add `env_logger` to `svg` example | 1 | -3/+8 | ||
2020-02-20 | Fix sample file path for svg example | 1 | -1/+1 | ||
Sample tiger.svg is move to resources after directory restructuring. This change is to correct the path | |||||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+37 | ||