Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -5/+0 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -7/+13 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -3/+3 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -24/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Implement event capturing for `Row` | 2020-11-12 | 1 | -8/+8 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -5/+7 | |
| | |||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -5/+14 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Merge pull request #545 from MonliH/master | 2020-10-17 | 1 | -4/+0 | |
|\ | | | | | Remove outdated `Fill` comment for `Column` and `Row` | ||||
| * | Remove entirely | 2020-10-17 | 1 | -5/+0 | |
| | | |||||
| * | Document better | 2020-10-02 | 1 | -1/+2 | |
| | | |||||
* | | Fix typo in Row's and Column's hash_layout | 2020-10-13 | 1 | -1/+1 | |
|/ | |||||
* | 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 | |
| | |||||
* | Implement `Widget::overlay` for `Row` | 2020-07-08 | 1 | -2/+13 | |
| | |||||
* | 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 | |
| | |||||
* | 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 | |
| | |||||
* | Reuse `with_children` to remove some duplication | 2020-03-17 | 1 | -10/+1 | |
| | |||||
* | Rename `new_with_children` to `with_children` | 2020-03-17 | 1 | -2/+4 | |
| | |||||
* | Instantiate Column and Row with children | 2020-03-16 | 1 | -0/+16 | |
| | |||||
* | Add file events to `iced_native::window::Event` | 2020-01-16 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feature/custom-styling | 2020-01-09 | 1 | -1/+1 | |
|\ | |||||
| * | Make `Row`, `Column`, and `Checkbox` shrink by default | 2019-12-30 | 1 | -1/+1 | |
| | | |||||
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -1/+3 | |
|/ | |||||
* | 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/+17 | |
| | |||||
* | 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 | -5/+110 | |
|/ | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Implement `Container` widget | 2019-11-11 | 1 | -2/+1 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -12/+27 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -40/+12 | |
| | |||||
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -3/+8 | |
| | | | | | This allows us to implement configurable event processing that adapts to different rendering strategies. | ||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | |
| | |||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+1 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Move `MouseCursor` to `iced_wgpu` | 2019-10-05 | 1 | -3/+1 | |
| | |||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -16/+14 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+117 | |