summaryrefslogtreecommitdiffstats
path: root/examples/websocket/src/main.rs (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-6/+3
2023-02-27Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez1-1/+3
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-2/+2
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-2/+2
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-2/+5
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott1-3/+2
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-6/+16
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-31/+28
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-1/+1
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-1/+2
2022-01-16Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez1-0/+162