Héctor Ramón Jiménez
|
3a0d34c024
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
Héctor Ramón Jiménez
|
3320ac1126
|
Use f32 for Padding
|
2023-02-17 16:09:49 +01:00 |
|
Héctor Ramón Jiménez
|
ff2519b1d4
|
Replace stateful widgets with new iced_pure API
|
2022-07-27 06:49:20 +02:00 |
|
Héctor Ramón Jiménez
|
a0ad399622
|
Refactor alignment types into an alignment module
|
2021-09-20 15:14:08 +07:00 |
|
Héctor Ramón Jiménez
|
5fae6e59ff
|
Introduce and use CrossAlign enum for Column and Row
|
2021-09-20 15:12:43 +07:00 |
|
Cory Forsstrom
|
95e4791a1e
|
Improve readability of Align::Fill branching
|
2021-09-20 15:11:06 +07:00 |
|
Cory Forsstrom
|
e89bbe8a79
|
Calc fill cross and use for all children
|
2021-09-20 15:11:06 +07:00 |
|
Cory Forsstrom
|
be51cac3d7
|
Add Align::Fill variant
|
2021-09-20 15:11:06 +07:00 |
|
Ben LeFevre
|
fe0a27c56d
|
Add support for asymmetrical padding
|
2021-06-01 19:05:39 +07:00 |
|
Héctor Ramón Jiménez
|
01322f69a4
|
Use recently stabilized intra-doc links
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
|
2020-11-26 02:05:43 +01:00 |
|
Héctor Ramón Jiménez
|
749a9588d7
|
Implement padding support for Container
|
2020-03-31 01:21:51 +02:00 |
|
daxpedda
|
f4b8bce837
|
Revert changing the constructor and implement new method.
|
2020-02-14 21:41:35 +01:00 |
|
daxpedda
|
b72bd0b2b5
|
Add bound to Node constructor.
|
2020-02-14 15:57:07 +01:00 |
|
Héctor Ramón Jiménez
|
d1bf3f02c7
|
Fix flex layout cross-alignment when not filled
|
2020-01-10 04:58:13 +01:00 |
|
Héctor Ramón Jiménez
|
74d01a6957
|
Subtract size of previous elements in flex layout
|
2019-12-30 20:50:52 +01:00 |
|
Héctor Ramón Jiménez
|
2ec0a43c4a
|
Fix sneaky bug with padding in flex layout
|
2019-12-21 07:18:20 +01:00 |
|
Héctor Ramón Jiménez
|
a7dba612f0
|
Write docs for iced and iced_native
|
2019-11-22 19:36:57 +01:00 |
|
Héctor Ramón Jiménez
|
ceb02f4a36
|
Implement Container widget
Remove `align_self` and `justify_content` methods
|
2019-11-11 05:26:08 +01:00 |
|
Héctor Ramón Jiménez
|
bfe19193b9
|
Fix integer overflow in flex::resolve
|
2019-11-11 03:20:33 +01:00 |
|
Héctor Ramón Jiménez
|
0240c3981b
|
Draft custom layout engine based on druid
|
2019-11-11 03:08:00 +01:00 |
|