Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -163/+0 | |
| | |||||
* | 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 | |
| | | | | When `fill` has a bigger `Size` than `max`. | ||||
* | 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 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Merge pull request #91 from nvzqz/const-all-the-things | 2020-03-06 | 1 | -1/+1 | |
|\ | | | | | Make many functions `const` | ||||
| * | Remove counterintuitive constant functions | 2020-03-06 | 1 | -2/+2 | |
| | | |||||
| * | Make many functions `const` | 2019-11-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`. | ||||
* | | Fix flex layout cross-alignment when not filled | 2020-01-10 | 1 | -0/+8 | |
| | | |||||
* | | 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. | ||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+53 | |
| | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -21/+29 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -3/+128 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -0/+6 | |