Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `f32` for `Padding` | 2023-02-17 | 1 | -4/+1 | |
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -21/+16 | |
* | Stop using `f32::clamp` altogether in `layout::Limits` | 2023-01-05 | 1 | -7/+9 | |
* | Fix `Layout::resolve` panicking under some circumstances | 2023-01-05 | 1 | -2/+7 | |
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -14/+8 | |
* | Use `Padding::horizontal` and `Padding::vertical` helpers | 2021-06-01 | 1 | -2/+2 | |
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -3/+6 | |
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -33/+0 | |
* | Merge pull request #91 from nvzqz/const-all-the-things | 2020-03-06 | 1 | -1/+1 | |
|\ | |||||
| * | Remove counterintuitive constant functions | 2020-03-06 | 1 | -2/+2 | |
| * | Make many functions `const` | 2019-11-29 | 1 | -3/+3 | |
* | | Fix flex layout cross-alignment when not filled | 2020-01-10 | 1 | -0/+8 | |
* | | Add `Length::FillPortion` variant | 2019-12-30 | 1 | -2/+2 | |
|/ | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+53 | |
* | Implement `Container` widget | 2019-11-11 | 1 | -21/+29 | |
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -3/+128 | |
* | Draft new layout API | 2019-11-10 | 1 | -0/+6 |