Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: nested component layout invalidation | 2021-12-24 | 1 | -0/+4 | |
| | |||||
* | fix: drop remaining component overlay events if closed during event batch ↵ | 2021-12-17 | 1 | -23/+26 | |
| | | | | processing | ||||
* | Revert "fix: process component overlay events together with those of the ↵ | 2021-12-17 | 1 | -20/+31 | |
| | | | | | | original element" This reverts commit aa09bd4a981cfe0e11a21220193e823f48cdf450. | ||||
* | fix: process component overlay events together with those of the original ↵ | 2021-12-13 | 1 | -31/+20 | |
| | | | | element | ||||
* | Simplify `component` implementation in `iced_lazy` | 2021-12-13 | 1 | -210/+122 | |
| | |||||
* | feat: enable overlay in component | 2021-12-10 | 1 | -41/+351 | |
| | |||||
* | Fix `Widget::height` for `Component` | 2021-12-08 | 1 | -1/+1 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -9/+11 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Hide `Box` allocation in `component::view` | 2021-11-29 | 1 | -4/+4 | |
| | | | | ... we may be able to avoid it with generics in the future. | ||||
* | Draft `component` example :tada: | 2021-11-29 | 1 | -5/+8 | |
| | |||||
* | Create `iced_lazy` and draft `Component` trait | 2021-11-29 | 3 | -0/+195 | |