Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-02 | Move scrolling percentage logic to separate function | 1 | -10/+23 | |
2019-12-02 | Finalize work | 1 | -28/+41 | |
2019-12-02 | First implementation | 1 | -21/+52 | |
2019-11-24 | Increase scrolling speed in `Scrollable` | 1 | -1/+1 | |
2019-11-24 | Fix rounding error when scrolling | 1 | -8/+7 | |
2019-11-22 | Uncomment missing debug implementations rule | 1 | -0/+1 | |
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -0/+24 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -17/+200 | |
2019-11-16 | Make `width` and `height` required methods | 1 | -0/+8 | |
2019-11-11 | Implement `Container` widget | 1 | -1/+0 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -7/+25 | |
2019-11-10 | Draft new layout API | 1 | -24/+7 | |
2019-11-02 | Scale scrollbar movement by content ratio | 1 | -1/+4 | |
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` | 1 | -2/+8 | |
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 |