summaryrefslogtreecommitdiffstats
path: root/native/src/shell.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-1/+19
| | | | ... by introducing a new `invalidate_widgets` method to `Shell`
* Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-291-0/+54
Widgets now can invalidate the current layout of the application on demand.