summaryrefslogtreecommitdiffstats
path: root/lazy (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-20Remove `position` abbreviation in `Component`Libravatar Héctor Ramón Jiménez1-2/+5
2022-01-20Invalidate widget tree in `Responsive` after a `window::Event::Resized`Libravatar Héctor Ramón Jiménez1-1/+5
2022-01-20component overlay position fixLibravatar cossonleo1-6/+8
2022-01-20Recompute layout of `Responsive` contents when size changesLibravatar Héctor Ramón Jiménez1-1/+3
2022-01-12Write docs for `responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-1/+13
2022-01-12Write documentation for `component` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-8/+30
2022-01-12Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez4-9/+434
2022-01-11Remove superfluous generic type in `iced_lazy::Cache`Libravatar Héctor Ramón Jiménez1-10/+8
2022-01-11Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez1-4/+19
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-2/+2
2021-12-24fix: nested component layout invalidationLibravatar Nick Senger1-0/+4
2021-12-17fix: drop remaining component overlay events if closed during event batch pro...Libravatar Nick Senger1-23/+26
2021-12-17Revert "fix: process component overlay events together with those of the orig...Libravatar Nick Senger1-20/+31
2021-12-13fix: process component overlay events together with those of the original ele...Libravatar Nick Senger1-31/+20
2021-12-13Simplify `component` implementation in `iced_lazy`Libravatar Héctor Ramón Jiménez1-210/+122
2021-12-10feat: enable overlay in componentLibravatar Nick Senger1-41/+351
2021-12-08Fix `Widget::height` for `Component`Libravatar Nick Senger1-1/+1
2021-11-29Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez1-9/+11
2021-11-29Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez1-4/+4
2021-11-29Draft `component` example :tada:Libravatar Héctor Ramón Jiménez1-5/+8
2021-11-29Create `iced_lazy` and draft `Component` traitLibravatar Héctor Ramón Jiménez3-0/+195