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
/
native
/
src
/
layout
/
flex.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-232
/
+0
*
Use `f32` for `Padding`
Héctor Ramón Jiménez
2023-02-17
1
-1
/
+1
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-10
/
+12
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-15
/
+12
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-11
/
+19
*
Improve readability of Align::Fill branching
Cory Forsstrom
2021-09-20
1
-34
/
+22
*
Calc fill cross and use for all children
Cory Forsstrom
2021-09-20
1
-29
/
+55
*
Add Align::Fill variant
Cory Forsstrom
2021-09-20
1
-13
/
+49
*
Add support for asymmetrical padding
Ben LeFevre
2021-06-01
1
-5
/
+7
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-2
/
+0
*
Implement `padding` support for `Container`
Héctor Ramón Jiménez
2020-03-31
1
-4
/
+1
*
Revert changing the constructor and implement new method.
daxpedda
2020-02-14
1
-4
/
+2
*
Add `bound` to `Node` constructor.
daxpedda
2020-02-14
1
-0
/
+1
*
Fix flex layout cross-alignment when not filled
Héctor Ramón Jiménez
2020-01-10
1
-1
/
+1
*
Subtract size of previous elements in flex layout
Héctor Ramón Jiménez
2019-12-30
1
-5
/
+9
*
Fix sneaky bug with padding in flex layout
Héctor Ramón Jiménez
2019-12-21
1
-6
/
+3
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
1
-7
/
+17
*
Implement `Container` widget
Héctor Ramón Jiménez
2019-11-11
1
-4
/
+16
*
Fix integer overflow in `flex::resolve`
Héctor Ramón Jiménez
2019-11-11
1
-1
/
+2
*
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
2019-11-11
1
-0
/
+155