| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -19/+0 | ||
| 2022-02-12 | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵ | 1 | -1/+1 | ||
| `iced_pure` | |||||
| 2022-02-12 | Implement pure version of `todos` example :tada: | 1 | -8/+2 | ||
| 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`. | |||||
| 2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
| 2020-11-11 | Use `directories-next` in `todos` example | 1 | -1/+1 | ||
| 2020-11-10 | Update `directories` dependency in `todos` example | 1 | -1/+1 | ||
| 2020-05-21 | Implement `iced_glutin` :tada: | 1 | -1/+1 | ||
| 2020-02-06 | Implement local storage for `todos` example in Wasm | 1 | -0/+4 | ||
| 2020-02-06 | Allow switching `executor::Default` with features | 1 | -2/+1 | ||
| 2020-02-06 | Allow `todos` example to compile to `wasm32` | 1 | -1/+3 | ||
| 2020-01-21 | Fix `todos` build workflow | 1 | -2/+6 | ||
| 2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+16 | ||
