Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use same name & order for toggler::new and helper | 2022-12-22 | 1 | -1/+1 | |
| | | | | | | | The helper function for the toggler widget switched the order and name of the arguments passed when creating the toggler widget. This just standardizes the order whether the dev is using the helper or the associated function. | ||||
* | Split vertical orientation into VerticalSlider | 2022-12-13 | 1 | -0/+17 | |
| | |||||
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -1/+1 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | feat: SVG styling with icon fill color | 2022-12-06 | 1 | -1/+7 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -1/+8 | |
| | |||||
* | Take `Cow` in `Text::new` | 2022-09-21 | 1 | -3/+3 | |
| | |||||
* | Draft widget operations | 2022-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix `clippy` lints | 2022-07-27 | 1 | -6/+6 | |
| | |||||
* | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 1 | -1/+1 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -0/+283 | |