Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |