summaryrefslogtreecommitdiffstats
path: root/examples/websocket/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez2023-02-271-1/+3
| | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options!
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-272-2/+2
|
* Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-081-2/+2
|
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-291-2/+2
| | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-2/+5
|
* Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-281-3/+2
| | | | | | This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`).
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-6/+16
|
* Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-271-7/+8
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-31/+28
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-092-7/+7
| | | | ... and check those in CI as well!
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-291-1/+1
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-1/+2
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-163-0/+365