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
/
checkbox.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-03-05
Simplify theming for `Checkbox` widget
Héctor Ramón Jiménez
1
-37
/
+0
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
1
-9
/
+1
2024-02-21
Add default `disabled` implementation to `checkbox::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+16
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
1
-0
/
+3
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-7
/
+3
2023-05-23
Extend border radius on relevant widgets
Casper Storm
1
-2
/
+2
2023-02-16
Added the ability to change checkbox icon
Casper Storm
1
-2
/
+2
2022-11-10
Write documentation for `iced_style`
Héctor Ramón Jiménez
1
-1
/
+10
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-3
/
+3
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-39
/
+4
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
1
-2
/
+2
Instead, always use a `StyleSheet`.
2021-11-14
Add checkbox text_color styling
Daniel May
1
-0
/
+2
2021-11-02
Introduce generic lifetime to `Default` implementation for style sheets
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-21
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
1
-11
/
+2
2021-01-29
impl Clone and Copy for all Style types in iced_style
Taiki Endo
1
-1
/
+1
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-08
Allow `Checkbox` style to change based on its state
Héctor Ramón Jiménez
1
-5
/
+5
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
1
-5
/
+7
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
1
-0
/
+53