Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation for new `Node` methods | 2020-02-14 | 1 | -6/+5 | |
| | |||||
* | Revert changing the constructor and implement new method. | 2020-02-14 | 2 | -11/+17 | |
| | |||||
* | Add `bound` to `Node` constructor. | 2020-02-14 | 2 | -5/+6 | |
| | |||||
* | Make `Node::align` public. | 2020-02-14 | 1 | -1/+5 | |
| | |||||
* | Merge pull request #150 from hecrj/refactor/move-renderer-traits | 2020-01-10 | 1 | -0/+26 | |
|\ | | | | | Move `Debugger` and `Windowed` traits | ||||
| * | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -0/+26 | |
| | | | | | | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | ||||
* | | Fix flex layout cross-alignment when not filled | 2020-01-10 | 2 | -1/+9 | |
|/ | |||||
* | Merge pull request #137 from hecrj/feature/fill-portion | 2019-12-31 | 1 | -2/+2 | |
|\ | | | | | Add `Length::FillPortion` variant | ||||
| * | Add `Length::FillPortion` variant | 2019-12-30 | 1 | -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 layout | 2019-12-30 | 1 | -5/+9 | |
|/ | |||||
* | Fix sneaky bug with padding in flex layout | 2019-12-21 | 1 | -6/+3 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 3 | -9/+91 | |
| | |||||
* | Remove `padding` from `Container` for now | 2019-11-11 | 1 | -2/+6 | |
| | |||||
* | Implement `Container` widget | 2019-11-11 | 3 | -26/+69 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Fix integer overflow in `flex::resolve` | 2019-11-11 | 1 | -1/+2 | |
| | |||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 4 | -3/+522 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -0/+6 | |