Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -2/+3 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -7/+1 | |
| | |||||
* | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 2022-02-16 | 1 | -16/+0 | |
| | |||||
* | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵ | 2022-02-12 | 1 | -1/+41 | |
| | | | | `iced_pure` | ||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -2/+4 | |
| | | | | | | | | 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`. | ||||
* | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 1 | -0/+82 | |