Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -0/+6 | |
* | Fix `Padding::fit` on irregular values for an axis | 2023-02-25 | 1 | -4/+6 | |
* | Use `f32` for `Padding` | 2023-02-17 | 1 | -20/+53 | |
* | Remove redundant `std::convert` namespace in `padding` | 2022-11-08 | 1 | -3/+3 | |
* | Cast to `u16` first then divide by `2` in `Padding::fit` | 2022-11-08 | 1 | -4/+4 | |
* | Rename `Padding::constrain` to `fit` | 2022-11-08 | 1 | -2/+2 | |
* | Constrain padding to inner & outer sizes | 2022-10-27 | 1 | -0/+14 | |
* | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -0/+32 | |
* | Introduce `vertical` and `horizontal` methods to `Padding` | 2021-06-01 | 1 | -0/+10 | |
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -0/+65 |