| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | Héctor Ramón Jiménez | 2024-01-10 | 1 | -29/+17 |
* | Add missing `'static` lifetimes to constant slices | Héctor Ramón Jiménez | 2023-11-12 | 1 | -1/+1 |
* | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
* | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -1/+2 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -6/+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 | -6/+3 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 2 | -4/+2 |
|/ |
|
* | feat: provide `&Dependency` to `Lazy` widget `View` | Nick Senger | 2023-01-11 | 1 | -1/+1 |
* | clippy | Nick Senger | 2023-01-10 | 1 | -3/+9 |
* | add overlays to `Lazy` example | Nick Senger | 2023-01-10 | 1 | -24/+130 |
* | cleanup `Lazy` examples | Nick Senger | 2023-01-10 | 1 | -1/+1 |
* | Rename `cached` example to `lazy` | Héctor Ramón Jiménez | 2022-11-03 | 2 | -0/+149 |