Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft first-class `Theme` support | 2022-05-14 | 2 | -3/+12 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | fix: panic when using pure component in pure responsive | 2022-04-25 | 1 | -2/+3 | |
| | |||||
* | 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 | |
| | |||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -1/+1 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive` | 2022-03-14 | 1 | -5/+21 | |
| | |||||
* | Implement `pure::Responsive` in `iced_lazy` | 2022-03-07 | 1 | -0/+365 | |
| | |||||
* | 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 | |