Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -479/+0 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -1/+1 | |
| | | | | ... and check those in CI as well! | ||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -2/+2 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Merge branch 'master' into theming | 2022-07-08 | 1 | -12/+2 | |
|\ | |||||
| * | Fix `Widget::tag` implementation of `pure::Canvas` | 2022-07-01 | 1 | -2/+1 | |
| | | | | | | | | | | Using `P::State` can cause a panic if the `Canvas` has `()` as `P::State` and replaces a stateless widget in a future `view` call. | ||||
| * | remove rebuild of component overlay from `on_event` | 2022-05-13 | 1 | -10/+1 | |
| | | |||||
| * | Revert "fix: prevent building overlay with stale layout" | 2022-05-13 | 1 | -30/+10 | |
| | | | | | | | | This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c. | ||||
| * | fix: prevent building overlay with stale layout | 2022-05-10 | 1 | -10/+30 | |
| | | |||||
* | | Draft first-class `Theme` support | 2022-05-14 | 1 | -1/+4 | |
|/ | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Merge pull request #1308 from nicksenger/fix/pure-component-overlay | 2022-04-19 | 1 | -1/+1 | |
|\ | | | | | fix: tree node passed in `component::OverlayInstance::on_event` | ||||
| * | fix: tree node passed in `component::OverlayInstance::on_event` | 2022-04-18 | 1 | -1/+1 | |
| | | |||||
* | | fix: diffing issue with pure stateless components | 2022-04-18 | 1 | -1/+3 | |
|/ | |||||
* | fix: diff widget tree after local event processing in `Component` | 2022-04-17 | 1 | -36/+36 | |
| | |||||
* | fix: overlay | 2022-04-06 | 1 | -14/+14 | |
| | |||||
* | fix: nested components | 2022-04-06 | 1 | -22/+30 | |
| | |||||
* | Introduce `rebuild_element` helper in `lazy::pure::Component` | 2022-03-07 | 1 | -26/+16 | |
| | |||||
* | Initialize `lazy::pure::Component` view properly | 2022-03-07 | 1 | -21/+26 | |
| | | | | ... during `children` and `diff` in the `Widget` implementation | ||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -20/+1 | |
| | |||||
* | Implement `pure::Component` in `iced_lazy` | 2022-02-17 | 1 | -0/+500 | |