Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cross-axis compression in `layout::flex` | 2024-11-08 | 1 | -1/+52 | |
| | |||||
* | Fix flex layout of `Fill` elements in a `Shrink` cross axis | 2024-09-21 | 1 | -6/+7 | |
| | | | | | | Instead of collapsing, the `Fill` elements will fill the cross space allocated by the other `Shrink` elements present in the container. | ||||
* | Implement `row::Wrapping` widget | 2024-08-06 | 1 | -6/+7 | |
| | | | | | | | | | If you have a `Row`, simply call `Row::wrap` at the end to turn it into a `Row` that will wrap its contents. The original alignment of the `Row` is preserved per row wrapped. | ||||
* | Remove complex cross-axis layout logic from `Column` and `Row` | 2024-03-03 | 1 | -45/+22 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -2/+2 | |
| | |||||
* | Loosen cross axis constraint for main axis fills in `flex` layout | 2024-01-11 | 1 | -9/+4 | |
| | |||||
* | Fix `cross` calculation in `layout::flex` | 2024-01-10 | 1 | -14/+13 | |
| | |||||
* | Fix broken doc links in `layout::Node` API | 2024-01-10 | 1 | -2/+2 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 3 | -7/+12 | |
| | |||||
* | Fix `cross` axis calculation in `flex` layout | 2024-01-10 | 1 | -0/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -12/+15 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -19/+53 | |
| | |||||
* | Use `max_cross` if all elements are fluid in `layout::flex` | 2024-01-04 | 1 | -4/+3 | |
| | |||||
* | Fix available space provided to children with non-fill main axis but fill ↵ | 2024-01-04 | 1 | -3/+6 | |
| | | | | cross axis | ||||
* | Determine cross-axis max length based on contents if `Shrink` | 2024-01-04 | 1 | -17/+29 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 3 | -60/+81 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -1/+1 | |
| | |||||
* | 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 | -4/+8 | |
| | |||||
* | Merge branch 'master' into feature/software-renderer | 2023-03-07 | 2 | -65/+8 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 4 | -0/+688 | |