index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
style
/
src
/
radio.rs
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Simplify theming for `Radio` widget
Héctor Ramón Jiménez
2024-03-05
1
-29
/
+0
|
*
Write documentation for `iced_style`
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+9
|
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-3
/
+3
|
*
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
2022-10-05
1
-2
/
+2
|
*
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
1
-38
/
+4
|
*
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2022-01-20
1
-0
/
+2
|
|
|
|
Instead, always use a `StyleSheet`.
*
Introduce generic lifetime to `Default` implementation for style sheets
Héctor Ramón Jiménez
2021-11-02
1
-1
/
+1
|
*
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
2021-10-31
1
-2
/
+11
|
*
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
1
-11
/
+2
|
*
impl Clone and Copy for all Style types in iced_style
Taiki Endo
2021-01-29
1
-1
/
+1
|
*
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-2
/
+2
|
*
Implement styling for `Radio`
Héctor Ramón Jiménez
2020-01-07
1
-0
/
+53