summaryrefslogtreecommitdiffstats
path: root/examples/styling (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-1/+2
| | | | Instead, always use a `StyleSheet`.
* Add checkbox text_color stylingLibravatar Daniel May2021-11-141-0/+1
|
* Merge pull request #1106 from ↵Libravatar Héctor Ramón2021-11-101-1/+1
|\ | | | | | | | | RamType0/RemoveUnnecessaryStringAllocationInExample Remove unnecessary String allocation
| * Remove unnecessary String allocationLibravatar Ram.Type-02021-11-021-1/+1
| | | | | | | | Remove unnecessary String allocation by passing &format! or &x.to_string as impl Into<String>
* | Reintroduce `Box` for `style_sheet` in `TextInput`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Slider`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Button`Libravatar Héctor Ramón Jiménez2021-10-311-4/+4
| |
* | Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-211-3/+3
| |
* | Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-3/+3
| |
* | Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez2021-10-201-3/+3
| |
* | Wire up styling to `Slider` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-3/+3
| |
* | Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-4/+4
| |
* | Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-3/+3
| |
* | Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-3/+3
|/
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-4/+4
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-4/+4
|
* Add `Toggler` to styling exampleLibravatar Kaiden422021-06-031-9/+64
|
* Run cargo fmtLibravatar Dispersia2021-04-121-1/+1
|
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-18/+18
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Update styling exampleLibravatar Kaiden422020-08-251-28/+19
| | | | Also run `cargo fmt`
* added FillMode enum style for the Rule widgetLibravatar Billy Messenger2020-08-221-1/+1
|
* widget Rule addedLibravatar Billy Messenger2020-08-221-5/+30
|
* Change selection color in `styling` exampleLibravatar Héctor Ramón Jiménez2020-03-241-1/+1
|
* Merge branch 'master' into feature/text-selectionLibravatar Héctor Ramón Jiménez2020-03-241-0/+1
|\
| * Fix `Scrollable` width consistencyLibravatar Héctor Ramón Jiménez2020-03-141-0/+1
| |
* | styling example fixed (added selection_color)Libravatar FabianLars2020-02-231-0/+4
|/
* Let checkbox breathe in `styling` exampleLibravatar Héctor Ramón Jiménez2020-02-061-0/+1
|
* Add `README` for `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-201-0/+15
|
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-202-0/+523