summaryrefslogtreecommitdiffstats
path: root/native/src/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation for new `Node` methodsLibravatar Héctor Ramón Jiménez2020-02-141-6/+5
|
* Revert changing the constructor and implement new method.Libravatar daxpedda2020-02-142-11/+17
|
* Add `bound` to `Node` constructor.Libravatar daxpedda2020-02-142-5/+6
|
* Make `Node::align` public.Libravatar daxpedda2020-02-141-1/+5
|
* Merge pull request #150 from hecrj/refactor/move-renderer-traitsLibravatar Héctor Ramón2020-01-101-0/+26
|\ | | | | Move `Debugger` and `Windowed` traits
| * Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-0/+26
| | | | | | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`.
* | Fix flex layout cross-alignment when not filledLibravatar Héctor Ramón Jiménez2020-01-102-1/+9
|/
* Merge pull request #137 from hecrj/feature/fill-portionLibravatar Héctor Ramón2019-12-311-2/+2
|\ | | | | Add `Length::FillPortion` variant
| * Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-301-2/+2
| | | | | | | | | | It allows to specify the amount of available space an element should take relative to other elements.
* | Subtract size of previous elements in flex layoutLibravatar Héctor Ramón Jiménez2019-12-301-5/+9
|/
* Fix sneaky bug with padding in flex layoutLibravatar Héctor Ramón Jiménez2019-12-211-6/+3
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-223-9/+91
|
* Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez2019-11-111-2/+6
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-113-26/+69
| | | | Remove `align_self` and `justify_content` methods
* Fix integer overflow in `flex::resolve`Libravatar Héctor Ramón Jiménez2019-11-111-1/+2
|
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-114-3/+522
|
* Draft new layout APILibravatar Héctor Ramón Jiménez2019-11-101-0/+6