summaryrefslogtreecommitdiffstats
path: root/widget/src/lazy (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-11Allow `dead_code` in `widget::lazy::cache`Libravatar Héctor Ramón Jiménez1-0/+1
2024-03-21Fix layout invalidation for `Responsive` widgetLibravatar Héctor Ramón Jiménez2-11/+36
2024-02-21Add `size_hint` method to `Component` traitLibravatar Héctor Ramón Jiménez1-4/+17
2024-02-15Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez1-1/+1
2024-02-01Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez2-40/+14
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez4-75/+96
2024-01-10Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2-12/+7
2024-01-10Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez1-0/+7
2024-01-05Fix doc to include missing feature tagsLibravatar William Shere1-0/+3
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