Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -317/+0 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -5/+9 | |
| | |||||
* | use same name & order for checkbox::new and helper | 2023-01-04 | 1 | -1/+1 | |
| | | | | | | | | | The helper function for the checkbox widget switched the order and name of the arguments passed when creating the checkbox widget. This just standardizes the order whether the dev is using the helper or the associated function. Continuation of https://github.com/iced-rs/iced/pull/1616 | ||||
* | 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 | |