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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `Length::Fill` instead of fixed length in `styling` example
Héctor Ramón
2023-09-03
1
-1
/
+1
*
fix(examples-styling): fixed checkbox and toggler getting hidden behind scrol...
Akshay Raina
2023-09-03
1
-0
/
+1
*
Center `Submit` button vertically in `styling` example
Héctor Ramón Jiménez
2023-06-21
1
-1
/
+3
*
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
*
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
1
-7
/
+4
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-8
/
+4
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-1
/
+1
*
Box `Custom` in `Theme`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Derive `Copy` for `Theme`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Make `Theme::Custom` fields opaque
Héctor Ramón Jiménez
2022-11-03
1
-48
/
+41
*
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2022-11-03
1
-3
/
+6
*
refactor: remove once_cell from styling example
Ashley Wulber
2022-11-03
2
-14
/
+15
*
refactor: undo changes to radio
Ashley Wulber
2022-11-03
1
-9
/
+20
*
wip: Custom palette for built in theme
Ashley Wulber
2022-11-03
2
-3
/
+22
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-62
/
+47
*
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2022-06-07
1
-103
/
+4
*
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2022-06-07
1
-60
/
+3
*
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2022-06-04
1
-40
/
+3
*
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
2022-06-01
1
-25
/
+3
*
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2022-06-01
1
-28
/
+4
*
Use `Theme` background in `styling` example
Héctor Ramón Jiménez
2022-06-01
1
-27
/
+2
*
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2022-06-01
1
-43
/
+10
*
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
1
-42
/
+9
*
Fix examples and doc-tests
Héctor Ramón Jiménez
2022-05-26
1
-54
/
+4
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-73
/
+12
*
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
1
-1
/
+1
*
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+2
*
Add checkbox text_color styling
Daniel May
2021-11-14
1
-0
/
+1
*
Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa...
Héctor Ramón
2021-11-10
1
-1
/
+1
|
\
|
*
Remove unnecessary String allocation
Ram.Type-0
2021-11-02
1
-1
/
+1
*
|
Reintroduce `Box` for `style_sheet` in `TextInput`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
2021-10-31
1
-4
/
+4
*
|
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-3
/
+3
*
|
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
1
-3
/
+3
*
|
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-3
/
+3
*
|
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
1
-3
/
+3
*
|
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-4
/
+4
*
|
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-3
/
+3
*
|
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2021-10-18
1
-3
/
+3
|
/
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-4
/
+4
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-4
/
+4
*
Add `Toggler` to styling example
Kaiden42
2021-06-03
1
-9
/
+64
*
Run cargo fmt
Dispersia
2021-04-12
1
-1
/
+1
*
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-18
/
+18
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
[next]