Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-29 | Handle touchpad scroll events | 1 | -5/+10 | |
2019-10-29 | Implement scrollbar interactions! :tada: | 1 | -5/+60 | |
2019-10-29 | Provide `Renderer` to `Widget::on_event` | 7 | -8/+28 | |
2019-10-29 | Complete `Scrollable::hash_layout` | 1 | -6/+14 | |
2019-10-29 | Stop leaking impl details in scrollable `Renderer` | 1 | -4/+14 | |
2019-10-27 | Align items properly inside a `Scrollable` | 1 | -2/+1 | |
2019-10-27 | Remove `Scrollable::justify_content` method | 1 | -0/+1 | |
2019-10-27 | Expose scrollable offset properly | 1 | -7/+3 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+121 | |
2019-10-22 | Remove generic handle in `Image` | 1 | -10/+8 | |
2019-10-13 | Draw checkbox in `iced_wgpu` | 1 | -3/+1 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 8 | -17/+16 | |
2019-10-08 | Make `iced_core::Button` customizable | 8 | -20/+26 | |
2019-10-05 | Move `MouseCursor` to `iced_wgpu` | 3 | -5/+3 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 8 | -63/+54 | |
2019-09-20 | Complete some `hash_layout` implementations | 3 | -6/+7 | |
2019-09-20 | Create `iced_core` and `iced_native` | 8 | -0/+803 |