Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix layout invalidation for `Responsive` widget | 2024-03-21 | 1 | -0/+2 | |
| | |||||
* | Add `size_hint` method to `Component` trait | 2024-02-21 | 1 | -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. | ||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -23/+8 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -34/+41 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+2 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -0/+7 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -1/+2 | |
| | | | | Translations were not easily composable. | ||||
* | Fix `clippy::redundant-closure-for-method-calls` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix `Widget::layout` for `Component` | 2023-09-01 | 1 | -1/+7 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -2/+2 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+2 | |
| | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -3/+7 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | fix: request redraw in component overlay | 2023-07-09 | 1 | -0/+4 | |
| | |||||
* | Use nested for lazy widgets | 2023-06-14 | 1 | -17/+25 | |
| | |||||
* | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 1 | -2/+7 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -17/+12 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -79/+173 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+575 | |