summaryrefslogtreecommitdiffstats
path: root/native/src/widget/helpers.rs (follow)
Commit message (Expand)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
* Use same name & order for toggler::new and helperLibravatar 13r0ck2022-12-221-1/+1
* 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
* 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