| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | Héctor Ramón Jiménez | 2022-01-11 | 1 | -4/+19 |
* | Invalidate widget tree from `Responsive` widget | Héctor Ramón Jiménez | 2022-01-11 | 1 | -2/+2 |
* | fix: nested component layout invalidation | Nick Senger | 2021-12-24 | 1 | -0/+4 |
* | fix: drop remaining component overlay events if closed during event batch pro... | Nick Senger | 2021-12-17 | 1 | -23/+26 |
* | Revert "fix: process component overlay events together with those of the orig... | Nick Senger | 2021-12-17 | 1 | -20/+31 |
* | fix: process component overlay events together with those of the original ele... | Nick Senger | 2021-12-13 | 1 | -31/+20 |
* | Simplify `component` implementation in `iced_lazy` | Héctor Ramón Jiménez | 2021-12-13 | 1 | -210/+122 |
* | feat: enable overlay in component | Nick Senger | 2021-12-10 | 1 | -41/+351 |
* | Fix `Widget::height` for `Component` | Nick Senger | 2021-12-08 | 1 | -1/+1 |
* | Introduce `Shell` type in `iced_native` | Héctor Ramón Jiménez | 2021-11-29 | 1 | -9/+11 |
* | Hide `Box` allocation in `component::view` | Héctor Ramón Jiménez | 2021-11-29 | 1 | -4/+4 |
* | Draft `component` example :tada: | Héctor Ramón Jiménez | 2021-11-29 | 1 | -5/+8 |
* | Create `iced_lazy` and draft `Component` trait | Héctor Ramón Jiménez | 2021-11-29 | 3 | -0/+195 |