summaryrefslogtreecommitdiffstats
path: root/widget/src/lazy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-142-58/+5
|
* Allow `dead_code` in `widget::lazy::cache`Libravatar Héctor Ramón Jiménez2024-06-111-0/+1
|
* Fix layout invalidation for `Responsive` widgetLibravatar Héctor Ramón Jiménez2024-03-212-11/+36
|
* Add `size_hint` method to `Component` traitLibravatar Héctor Ramón Jiménez2024-02-211-4/+17
| | | | | | | This can be used to aid the sizing strategy of some containers directly in the component definition, instead of stating the sizes explicitly in `view` logic.
* Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez2024-02-151-1/+1
|
* Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez2024-02-012-40/+14
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-214-75/+96
|
* Merge pull request #2192 from iced-rs/fix/layout-inconsistenciesLibravatar Héctor Ramón2024-01-122-10/+12
|\ | | | | Layout consistency
| * Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-102-12/+7
| |
| * Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-101-0/+7
| |
* | Fix doc to include missing feature tagsLibravatar William Shere2024-01-051-0/+3
|/ | | | Helper functions behind `lazy` feature were missing the tag in the documentation.
* Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-212-3/+6
| | | | Translations were not easily composable.
* Fix `clippy::redundant-closure-for-method-calls`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-2/+2
|
* 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-302-5/+5
|
* Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-302-9/+11
|
* 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-152-0/+4
|
* fix: request redraw in component overlayLibravatar Nick Senger2023-07-091-0/+4
|
* Use nested for lazy widgetsLibravatar Cory Forsstrom2023-06-142-29/+40
|
* Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-142-4/+14
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-082-53/+26
|
* Invalidate `Responsive` layout when size changes without a `view` callLibravatar Héctor Ramón Jiménez2023-06-011-0/+1
|
* Write missing documentation in `iced_widget`Libravatar Héctor Ramón Jiménez2023-05-111-0/+8
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-05-021-21/+33
|
* 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-044-0/+1054