Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -2/+2 | |
* | Turn `Touch` into a `touch::Event` enum | 2020-12-15 | 1 | -13/+5 | |
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -24/+34 | |
|\ | |||||
| * | Turn `Touch` into a struct and add finger id | 2020-03-19 | 1 | -4/+13 | |
| * | Added initial touch events to support iOS | 2020-03-18 | 1 | -13/+17 | |
* | | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -30/+1 | |
* | | Implement event capturing for `Slider` | 2020-11-12 | 1 | -0/+6 | |
* | | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -3/+7 | |
* | | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -0/+1 | |
* | | Require `Clone` for `Message` early when needed | 2020-10-17 | 1 | -2/+4 | |
* | | Add `height` method to `Slider` | 2020-08-01 | 1 | -6/+15 | |
* | | Mention generic range in `Slider` documentation | 2020-06-13 | 1 | -1/+2 | |
* | | Remove unnecessary type annotations in `Slider` | 2020-06-13 | 1 | -3/+3 | |
* | | Make `Slider` value type generic | 2020-06-13 | 1 | -25/+53 | |
* | | Add `step` member to slider widgets | 2020-06-11 | 1 | -4/+16 | |
* | | Add on_release message to Slider (#378) | 2020-06-08 | 1 | -2/+23 | |
* | | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -2/+2 | |
* | | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -14/+11 | |
* | | #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 | -2/+4 | |
* | | refactor: remove not mandatory static lifetime | 2020-03-30 | 1 | -2/+2 | |
|/ | |||||
* | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+1 | |
* | Implement styling for `Slider` | 2020-01-07 | 1 | -7/+25 | |
* | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+1 | |
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -2/+3 | |
* | Fix `Button` example in `iced_native` | 2019-11-22 | 1 | -1/+0 | |
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -0/+1 | |
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+25 | |
* | 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 | -18/+91 | |
|/ | |||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -6/+14 | |
* | Draft new layout API | 2019-11-10 | 1 | -7/+11 | |
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -0/+1 | |
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | |
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+1 | |
* | Move `MouseCursor` to `iced_wgpu` | 2019-10-05 | 1 | -1/+1 | |
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -3/+3 | |
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+126 |