summaryrefslogtreecommitdiffstats
path: root/native/src/widget/helpers.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-317/+0
|
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-5/+9
|
* use same name & order for checkbox::new and helperLibravatar 13r0ck2023-01-041-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 helperLibravatar 13r0ck2022-12-221-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 VerticalSliderLibravatar Casper Storm2022-12-131-0/+17
|
* Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-1/+1
| | | | ... and pass it directly to `Renderer::draw` instead.
* feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-061-1/+7
|
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-101-1/+1
|
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-1/+8
|
* Take `Cow` in `Text::new`Libravatar Ram.Type-02022-09-211-3/+3
|
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-2/+2
|
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-271-6/+6
|
* Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-271-1/+1
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-0/+283