summaryrefslogtreecommitdiffstats
path: root/widget/src/lazy/component.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix layout invalidation for `Responsive` widgetLibravatar Héctor Ramón Jiménez2024-03-211-0/+2
* Add `size_hint` method to `Component` traitLibravatar Héctor Ramón Jiménez2024-02-211-4/+17
* Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez2024-02-011-23/+8
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-34/+41
* Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-101-6/+2
* Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-101-0/+7
* Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-211-1/+2
* Fix `clippy::redundant-closure-for-method-calls`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
* Fix `Widget::layout` for `Component`Libravatar Héctor Ramón Jiménez2023-09-011-1/+7
* Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-2/+2
* Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-1/+2
* Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez2023-07-271-3/+7
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-151-0/+2
* fix: request redraw in component overlayLibravatar Nick Senger2023-07-091-0/+4
* Use nested for lazy widgetsLibravatar Cory Forsstrom2023-06-141-17/+25
* Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-141-2/+7
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-17/+12
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-79/+173
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+575