| Commit message (Expand) | Author | Files | Lines |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 1 | -292/+0 |
2022-07-09 | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 1 | -4/+4 |
2022-07-09 | Fix further `clippy` lints | Héctor Ramón Jiménez | 1 | -4/+12 |
2022-07-09 | Address Clippy lints | Poly | 1 | -1/+1 |
2022-05-14 | Draft first-class `Theme` support | Héctor Ramón Jiménez | 1 | -1/+5 |
2022-05-05 | Expose pure flex module as public | Cory Forsstrom | 1 | -2/+1 |
2022-05-02 | Forbid `unused_results` and `rust_2018_idioms` in `iced_pure` | Héctor Ramón Jiménez | 1 | -4/+3 |
2022-05-02 | Write documentation for `iced_pure` | Héctor Ramón Jiménez | 1 | -0/+119 |
2022-03-29 | Use State::new() for State::default() | 0x192 | 1 | -3/+1 |
2022-03-29 | Implement `Default` for `pure::State` | 0x192 | 1 | -0/+8 |
2022-03-29 | Loose lifetime bounds in `pure::Widget` implementations | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-03-16 | Export widget modules in `iced_pure` | Héctor Ramón Jiménez | 1 | -1/+6 |
2022-02-16 | Add `overlay` support in `iced_pure` and port `PickList` :tada: | Héctor Ramón Jiménez | 1 | -0/+13 |
2022-02-12 | Implement pure version of `todos` example :tada: | Héctor Ramón Jiménez | 1 | -1/+2 |
2022-02-11 | Allow pure widgets to borrow from `Application` data :tada: | Héctor Ramón Jiménez | 1 | -29/+25 |
2022-02-11 | Rename `iced_virtual` to `iced_pure` | Héctor Ramón Jiménez | 1 | -4/+4 |
2022-02-10 | Implement `Into<Element>` for `&'static str` in `iced_virtual` | Héctor Ramón Jiménez | 1 | -2/+2 |
2022-02-10 | Draft virtual `Button`, `Column`, and `Text` | Héctor Ramón Jiménez | 1 | -11/+96 |
2022-02-09 | Draft `iced_virtual` subcrate | Héctor Ramón Jiménez | 1 | -0/+61 |