index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
layout
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
Fix cross-axis compression in `layout::flex`
Héctor Ramón Jiménez
1
-1
/
+52
2024-09-21
Fix flex layout of `Fill` elements in a `Shrink` cross axis
Héctor Ramón Jiménez
1
-6
/
+7
2024-08-06
Implement `row::Wrapping` widget
Héctor Ramón Jiménez
1
-6
/
+7
2024-03-03
Remove complex cross-axis layout logic from `Column` and `Row`
Héctor Ramón Jiménez
1
-45
/
+22
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-11
Loosen cross axis constraint for main axis fills in `flex` layout
Héctor Ramón Jiménez
1
-9
/
+4
2024-01-10
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
1
-14
/
+13
2024-01-10
Fix broken doc links in `layout::Node` API
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
3
-7
/
+12
2024-01-10
Fix `cross` axis calculation in `flex` layout
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-12
/
+15
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-19
/
+53
2024-01-04
Use `max_cross` if all elements are fluid in `layout::flex`
Héctor Ramón Jiménez
1
-4
/
+3
2024-01-04
Fix available space provided to children with non-fill main axis but fill cro...
Héctor Ramón Jiménez
1
-3
/
+6
2024-01-04
Determine cross-axis max length based on contents if `Shrink`
Héctor Ramón Jiménez
1
-17
/
+29
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
3
-60
/
+81
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-4
/
+8
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
4
-0
/
+688