summaryrefslogtreecommitdiffstats
path: root/examples/component (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-12Rename `on_change` to `on_input` for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-12Introduce disabled state for `TextInput`Libravatar Dan Mishin1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2-20/+6
2023-02-27Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez1-2/+3
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez1-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-66/+48
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-2/+1
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-3/+7
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-2/+2
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-2/+0
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+4
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Draft `component` example :tada:Libravatar Héctor Ramón Jiménez2-0/+191