summaryrefslogtreecommitdiffstats
path: root/src/pure/widget.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-174/+0
|
* Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez2022-07-081-40/+29
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-2/+1
|
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-1/+1
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-1/+1
|
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-1/+1
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-1/+1
| | | | ... and wire up theming to the `styling` example.
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-3/+3
|
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-261-1/+1
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-29/+38
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
|
* Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-221-0/+10
|
* Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez2022-03-221-0/+6
|
* Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez2022-03-211-0/+6
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-0/+155
... and fix collisions with the new `helpers`