| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement `padding` support for `Container` | Héctor Ramón Jiménez | 2020-03-31 | 1 | -4/+1 |
* | Merge pull request #91 from nvzqz/const-all-the-things | Héctor Ramón | 2020-03-06 | 2 | -3/+3 |
|\ |
|
| * | Remove counterintuitive constant functions | Héctor Ramón Jiménez | 2020-03-06 | 2 | -4/+4 |
| * | Make many functions `const` | Nikolai Vazquez | 2019-11-29 | 2 | -7/+7 |
* | | Improve documentation for new `Node` methods | Héctor Ramón Jiménez | 2020-02-14 | 1 | -6/+5 |
* | | Revert changing the constructor and implement new method. | daxpedda | 2020-02-14 | 2 | -11/+17 |
* | | Add `bound` to `Node` constructor. | daxpedda | 2020-02-14 | 2 | -5/+6 |
* | | Make `Node::align` public. | daxpedda | 2020-02-14 | 1 | -1/+5 |
* | | Merge pull request #150 from hecrj/refactor/move-renderer-traits | Héctor Ramón | 2020-01-10 | 1 | -0/+26 |
|\ \ |
|
| * | | Move `Debugger` and `Windowed` to a better location | Héctor Ramón Jiménez | 2020-01-10 | 1 | -0/+26 |
* | | | Fix flex layout cross-alignment when not filled | Héctor Ramón Jiménez | 2020-01-10 | 2 | -1/+9 |
|/ / |
|
* | | Merge pull request #137 from hecrj/feature/fill-portion | Héctor Ramón | 2019-12-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Add `Length::FillPortion` variant | Héctor Ramón Jiménez | 2019-12-30 | 1 | -2/+2 |
* | | | 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 | 3 | -9/+91 |
* | Remove `padding` from `Container` for now | Héctor Ramón Jiménez | 2019-11-11 | 1 | -2/+6 |
* | Implement `Container` widget | Héctor Ramón Jiménez | 2019-11-11 | 3 | -26/+69 |
* | 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 | 4 | -3/+522 |
* | Draft new layout API | Héctor Ramón Jiménez | 2019-11-10 | 1 | -0/+6 |