Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | |
| | |||||
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 1 | -2/+2 | |
| | | | | The `Overlay` struct is now `overlay::Element`. | ||||
* | Draft `Widget::overlay` idempotency | 2020-07-08 | 1 | -1/+1 | |
| | |||||
* | Introduce `Layer` trait | 2020-07-08 | 1 | -2/+9 | |
| | |||||
* | Introduce `Widget::overlay` :tada: | 2020-07-08 | 1 | -1/+1 | |
| | |||||
* | #288 Renamed XXXWidget to Marker | 2020-04-12 | 1 | -2/+2 | |
| | |||||
* | Remove unnecessary 'static lifetime on Renderer | 2020-04-12 | 1 | -3/+4 | |
| | |||||
* | Implement `padding` support for `Container` | 2020-03-31 | 1 | -2/+17 | |
| | |||||
* | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 1 | -3/+4 | |
| | |||||
* | refactor: remove not mandatory static lifetime | 2020-03-30 | 1 | -1/+1 | |
| | |||||
* | Remove excess whitespace from end of line to comply with `cargo fmt`. | 2020-03-20 | 1 | -1/+1 | |
| | |||||
* | Container support for Align::End | 2020-02-11 | 1 | -0/+16 | |
| | |||||
* | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+8 | |
| | |||||
* | Draft basic styling for `TextInput` | 2020-01-01 | 1 | -1/+1 | |
| | |||||
* | Draft basic styling for `Container` | 2019-12-31 | 1 | -9/+39 | |
| | |||||
* | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+2 | |
| | |||||
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -1/+4 | |
| | |||||
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -1/+1 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -0/+4 | |
|\ | |||||
| * | Make `width` and `height` required methods | 2019-11-16 | 1 | -0/+4 | |
| | | |||||
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -4/+88 | |
|/ | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Loosen `layout::Limits` for `Container` children | 2019-11-13 | 1 | -1/+1 | |
| | |||||
* | Remove `padding` from `Container` for now | 2019-11-11 | 1 | -4/+1 | |
| | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -0/+93 | |
Remove `align_self` and `justify_content` methods |