summaryrefslogtreecommitdiffstats
path: root/widget/src/lazy (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-21Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2-3/+6
2023-09-20Fix `clippy::redundant-closure-for-method-calls`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez1-2/+2
2023-09-01Fix `Widget::layout` for `Component`Libravatar Héctor Ramón Jiménez1-1/+7
2023-08-30Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2-5/+5
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2-9/+11
2023-07-27Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez1-3/+7
2023-07-15Add viewport to Widget::on_eventLibravatar Cory Forsstrom2-0/+4
2023-07-09fix: request redraw in component overlayLibravatar Nick Senger1-0/+4
2023-06-14Use nested for lazy widgetsLibravatar Cory Forsstrom2-29/+40
2023-06-14Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2-4/+14
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2-53/+26
2023-06-01Invalidate `Responsive` layout when size changes without a `view` callLibravatar Héctor Ramón Jiménez1-0/+1
2023-05-11Write missing documentation in `iced_widget`Libravatar Héctor Ramón Jiménez1-0/+8
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez4-0/+1054