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
/
examples
/
styling
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-62
/
+47
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
1
-103
/
+4
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-60
/
+3
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-40
/
+3
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
1
-25
/
+3
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
1
-28
/
+4
2022-06-01
Use `Theme` background in `styling` example
Héctor Ramón Jiménez
1
-27
/
+2
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-43
/
+10
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-42
/
+9
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
1
-54
/
+4
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-73
/
+12
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
1
-1
/
+2
2021-11-14
Add checkbox text_color styling
Daniel May
1
-0
/
+1
2021-11-02
Remove unnecessary String allocation
Ram.Type-0
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `TextInput`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-4
/
+4
2021-10-21
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+4
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-18
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
1
-3
/
+3
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-4
/
+4
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-4
/
+4
2021-06-03
Add `Toggler` to styling example
Kaiden42
1
-9
/
+64
2021-04-12
Run cargo fmt
Dispersia
1
-1
/
+1
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-18
/
+18
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-08-25
Update styling example
Kaiden42
1
-28
/
+19
2020-08-22
added FillMode enum style for the Rule widget
Billy Messenger
1
-1
/
+1
2020-08-22
widget Rule added
Billy Messenger
1
-5
/
+30
2020-03-24
Change selection color in `styling` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-14
Fix `Scrollable` width consistency
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-23
styling example fixed (added selection_color)
FabianLars
1
-0
/
+4
2020-02-06
Let checkbox breathe in `styling` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-20
Add `README` for `styling` example
Héctor Ramón Jiménez
1
-0
/
+15
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
2
-0
/
+523