| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in Row's and Column's hash_layout | Jakub Hlusička | 2020-10-13 | 1 | -1/+1 |
* | Remove unnecessary lifetime in `Widget` trait | Héctor Ramón Jiménez | 2020-07-10 | 1 | -1/+1 |
* | Rename `overlay::Content` trait to `Overlay` | Héctor Ramón Jiménez | 2020-07-10 | 1 | -2/+2 |
* | Draft `Widget::overlay` idempotency | Héctor Ramón Jiménez | 2020-07-08 | 1 | -1/+1 |
* | Implement `Widget::overlay` for `Row` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -2/+13 |
* | Introduce `Widget::overlay` :tada: | Héctor Ramón Jiménez | 2020-07-08 | 1 | -1/+1 |
* | #288 Renamed XXXWidget to Marker | Olivier Pinon | 2020-04-12 | 1 | -2/+2 |
* | Remove unnecessary 'static lifetime on Renderer | Olivier Pinon | 2020-04-12 | 1 | -3/+4 |
* | Hash type ids in `Widget::hash_layout` impls | Héctor Ramón Jiménez | 2020-03-30 | 1 | -3/+4 |
* | refactor: remove not mandatory static lifetime | Théo Gaillard | 2020-03-30 | 1 | -1/+1 |
* | Reuse `with_children` to remove some duplication | Héctor Ramón Jiménez | 2020-03-17 | 1 | -10/+1 |
* | Rename `new_with_children` to `with_children` | Héctor Ramón Jiménez | 2020-03-17 | 1 | -2/+4 |
* | Instantiate Column and Row with children | Rowun Giles | 2020-03-16 | 1 | -0/+16 |
* | Add file events to `iced_native::window::Event` | Héctor Ramón Jiménez | 2020-01-16 | 1 | -1/+1 |
* | Merge branch 'master' into feature/custom-styling | Héctor Ramón Jiménez | 2020-01-09 | 1 | -1/+1 |
|\ |
|
| * | Make `Row`, `Column`, and `Checkbox` shrink by default | Héctor Ramón Jiménez | 2019-12-30 | 1 | -1/+1 |
* | | Add `Renderer::Defaults` and style inheritance | Héctor Ramón Jiménez | 2019-12-30 | 1 | -1/+3 |
|/ |
|
* | Allow clipboard access in `Widget::on_event` | Héctor Ramón Jiménez | 2019-12-18 | 1 | -1/+4 |
* | Uncomment missing debug implementations rule | Héctor Ramón Jiménez | 2019-11-22 | 1 | -1/+1 |
* | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 2019-11-22 | 1 | -0/+17 |
* | Merge branch 'master' into improvement/docs | Héctor Ramón Jiménez | 2019-11-21 | 1 | -0/+4 |
|\ |
|
| * | Make `width` and `height` required methods | Héctor Ramón Jiménez | 2019-11-16 | 1 | -0/+4 |
* | | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 2019-11-21 | 1 | -5/+110 |
|/ |
|
* | Implement `Container` widget | Héctor Ramón Jiménez | 2019-11-11 | 1 | -2/+1 |
* | Draft custom layout engine based on `druid` | Héctor Ramón Jiménez | 2019-11-11 | 1 | -12/+27 |
* | Draft new layout API | Héctor Ramón Jiménez | 2019-11-10 | 1 | -40/+12 |
* | Provide `Renderer` to `Widget::on_event` | Héctor Ramón Jiménez | 2019-10-29 | 1 | -3/+8 |
* | Rename `Renderer::Primitive` to `Renderer::Output` | Héctor Ramón Jiménez | 2019-10-11 | 1 | -2/+2 |
* | Make `iced_core::Button` customizable | Héctor Ramón Jiménez | 2019-10-08 | 1 | -1/+1 |
* | Move `MouseCursor` to `iced_wgpu` | Héctor Ramón Jiménez | 2019-10-05 | 1 | -3/+1 |
* | Add `Renderer` and `Primitive` concepts | Héctor Ramón Jiménez | 2019-10-05 | 1 | -16/+14 |
* | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 2019-09-20 | 1 | -0/+117 |