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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove complex cross-axis layout logic from `Column` and `Row`
Héctor Ramón Jiménez
2024-03-03
1
-45
/
+22
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-2
/
+2
*
Loosen cross axis constraint for main axis fills in `flex` layout
Héctor Ramón Jiménez
2024-01-11
1
-9
/
+4
*
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
2024-01-10
1
-14
/
+13
*
Fix broken doc links in `layout::Node` API
Héctor Ramón Jiménez
2024-01-10
1
-2
/
+2
*
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
3
-7
/
+12
*
Fix `cross` axis calculation in `flex` layout
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+1
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-12
/
+15
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-19
/
+53
*
Use `max_cross` if all elements are fluid in `layout::flex`
Héctor Ramón Jiménez
2024-01-04
1
-4
/
+3
*
Fix available space provided to children with non-fill main axis but fill cro...
Héctor Ramón Jiménez
2024-01-04
1
-3
/
+6
*
Determine cross-axis max length based on contents if `Shrink`
Héctor Ramón Jiménez
2024-01-04
1
-17
/
+29
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
3
-60
/
+81
*
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
1
-1
/
+1
*
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+2
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-4
/
+8
*
Merge branch 'master' into feature/software-renderer
Héctor Ramón Jiménez
2023-03-07
2
-65
/
+8
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
4
-0
/
+688