Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -29/+18 | |
2019-12-18 | Allow clipboard access in `Widget::on_event` | 1 | -2/+3 | |
2019-12-09 | Add `Button::height` and `Button::min_height` | 1 | -2/+23 | |
2019-12-05 | Make `Button::background` generic | 1 | -2/+2 | |
2019-11-22 | Fix `Button` example in `iced_native` | 1 | -3/+5 | |
2019-11-22 | Uncomment missing debug implementations rule | 1 | -1/+14 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -24/+142 | |
2019-11-16 | Make `width` and `height` required methods | 1 | -1/+9 | |
2019-11-11 | Implement `Container` widget | 1 | -2/+1 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -6/+10 | |
2019-11-10 | Draft new layout API | 1 | -7/+11 | |
2019-11-02 | Reduce `Copy` constraint to `Clone` in `Message` | 1 | -3/+3 | |
2019-10-29 | Provide `Renderer` to `Widget::on_event` | 1 | -0/+1 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -2/+2 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -10/+16 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -4/+4 | |
2019-09-20 | Complete some `hash_layout` implementations | 1 | -3/+3 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -0/+111 |