summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement styling for `Checkbox`Libravatar Héctor Ramón Jiménez2020-01-071-0/+9
|
* Implement styling for `Radio`Libravatar Héctor Ramón Jiménez2020-01-071-0/+10
|
* Implement styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2020-01-071-0/+15
|
* Implement styling for `Slider`Libravatar Héctor Ramón Jiménez2020-01-071-0/+16
|
* Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez2020-01-061-0/+13
|
* Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-011-0/+15
|
* Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-012-111/+9
|
* Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez2019-12-311-0/+37
|
* Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-301-26/+19
|
* Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-291-0/+97