Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-04-12 | Rename `on_change` to `on_input` for `TextInput` | 1 | -1/+1 | |
2023-04-12 | Introduce disabled state for `TextInput` | 1 | -6/+3 | |
2023-01-11 | feat: provide `&Dependency` to `Lazy` widget `View` | 1 | -1/+1 | |
2023-01-10 | clippy | 1 | -3/+9 | |
2023-01-10 | add overlays to `Lazy` example | 1 | -24/+130 | |
2023-01-10 | cleanup `Lazy` examples | 1 | -1/+1 | |
2022-11-03 | Rename `cached` example to `lazy` | 1 | -0/+0 | |
2022-11-03 | Rename `SortOrder` to `Order` in `cached` example | 1 | -20/+15 | |
2022-11-03 | Rename `iced_lazy::Cached` to `Lazy` :tada: | 1 | -31/+28 | |
2022-11-03 | Improve layout of `cached` example | 1 | -27/+32 | |
2022-11-03 | Add `padding` to main `column` in `cached` example | 1 | -1/+2 | |
2022-11-03 | Move declaration of `SortOrder` in `cached` example | 1 | -19/+19 | |
2022-11-03 | add example | 1 | -0/+141 |