Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -66/+0 | |
| | |||||
* | feat: provide `&Dependency` to `Lazy` widget `View` | 2023-01-11 | 1 | -1/+1 | |
| | |||||
* | Rename `iced_lazy::Cached` to `Lazy` :tada: | 2022-11-03 | 1 | -2/+15 | |
| | |||||
* | feat: implement `Cached` widget | 2022-11-03 | 1 | -0/+2 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -5/+24 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -1/+5 | |
| | | | | ... and check those in CI as well! | ||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -0/+11 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Indicate feature-flagged modules in documentation | 2022-05-02 | 1 | -0/+2 | |
| | |||||
* | Add `html_logo_url` to `iced_core` and `iced_lazy` | 2022-05-02 | 1 | -0/+3 | |
| | |||||
* | Implement `pure::Component` in `iced_lazy` | 2022-02-17 | 1 | -0/+3 | |
| | |||||
* | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 1 | -0/+6 | |
| | |||||
* | Create `iced_lazy` and draft `Component` trait | 2021-11-29 | 1 | -0/+3 | |