Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 2 | -575/+0 | |
| | |||||
* | Fix Wasm build of `todos` example | 2022-07-09 | 1 | -7/+7 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -14/+14 | |
| | | | | ... and check those in CI as well! | ||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -3/+3 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -59/+7 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -2/+3 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Remove superfluous files from `pure` examples | 2022-03-08 | 2 | -32/+0 | |
| | |||||
* | Add `max_width` to `Column` in `iced_pure` | 2022-02-12 | 1 | -1/+9 | |
| | |||||
* | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵ | 2022-02-12 | 1 | -1/+1 | |
| | | | | `iced_pure` | ||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 4 | -0/+650 | |
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`. |