Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -246/+0 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -4/+10 | |
| | | | | ... and check those in CI as well! | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+2 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Write documentation for `iced_pure` | 2022-05-02 | 1 | -0/+13 | |
| | |||||
* | Loose lifetime bounds in `pure::Widget` implementations | 2022-03-29 | 1 | -2/+2 | |
| | |||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -1/+2 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -17/+1 | |
| | |||||
* | Implement `pure::Component` in `iced_lazy` | 2022-02-17 | 1 | -2/+2 | |
| | |||||
* | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 2022-02-16 | 1 | -0/+10 | |
| | |||||
* | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 2022-02-16 | 1 | -11/+2 | |
| | |||||
* | Add `max_width` to `Column` in `iced_pure` | 2022-02-12 | 1 | -1/+14 | |
| | |||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -2/+6 | |
| | | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. | ||||
* | Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure` | 2022-02-11 | 1 | -2/+1 | |
| | |||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -12/+15 | |
| | |||||
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -0/+220 | |
`virtual` is a reserved keyword in Rust :grimacing: |