| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `clippy::manual_let_else` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -4/+1 |
* | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -6/+6 |
* | Update vulnerable `async-tungstenite` dependency in `websocket` example | Héctor Ramón Jiménez | 2023-08-23 | 1 | -1/+1 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 2 | -54/+55 |
|\ |
|
| * | 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 | -6/+3 |
| * | Use `Result::is_err` in `websocket` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Use `127.0.0.1` instead of `localhost` in `websocket` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
| * | Implement `subscription::channel` and simplify `unfold` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -48/+52 |
* | | Merge branch 'master' into feature/software-renderer | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+3 |
|\| |
|
| * | Remove `Fill` variant for `Alignment` | Héctor Ramón Jiménez | 2023-02-27 | 1 | -1/+3 |
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | Héctor Ramón Jiménez | 2023-03-05 | 3 | -5/+3 |
|/ |
|
* | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 2023-01-27 | 2 | -2/+2 |
* | Introduce `RelativeOffset` type in `scrollable` | Héctor Ramón Jiménez | 2023-01-08 | 1 | -2/+2 |
* | Reworked Scrollable to account for lack of widget order guarantees. | bungoboingo | 2022-12-29 | 1 | -2/+2 |
* | Add multidirectional scrolling capabilities to the existing Scrollable. | Bingus | 2022-12-29 | 1 | -2/+5 |
* | Remove patch version from `once_cell` dependency | Héctor Ramón Jiménez | 2022-11-01 | 1 | -1/+1 |
* | Use `once_cell` instead of `lazy_static` | Ian Douglas Scott | 2022-10-28 | 2 | -4/+3 |
* | Merge pull request #1393 from iced-rs/deprecate-stateful-widgets | Héctor Ramón | 2022-08-06 | 3 | -42/+51 |
|\ |
|
| * | Implement `scrollable::snap_to` operation | Héctor Ramón Jiménez | 2022-08-04 | 2 | -6/+17 |
| * | Use `ToString` for `Text::new` instead of `Into<String>` | Héctor Ramón Jiménez | 2022-07-27 | 1 | -7/+8 |
| * | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -31/+28 |
* | | Bump `websocket` example version to fix `audit` workflow | Héctor Ramón Jiménez | 2022-08-04 | 1 | -1/+1 |
|/ |
|
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 2 | -7/+7 |
* | Introduce `StyleSheet` for `Text` widget | Héctor Ramón Jiménez | 2022-06-29 | 1 | -1/+1 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -1/+2 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | Update `README` file of `websocket` example | Héctor Ramón Jiménez | 2022-01-16 | 1 | -1/+6 |
* | Draft `websocket` example :tada: | Héctor Ramón Jiménez | 2022-01-16 | 5 | -0/+399 |