Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Container` widget | 2019-11-11 | 1 | -1/+0 | |
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -7/+25 | |
* | Draft new layout API | 2019-11-10 | 1 | -24/+7 | |
* | Scale scrollbar movement by content ratio | 2019-11-02 | 1 | -1/+4 | |
* | Handle touchpad scroll events | 2019-10-29 | 1 | -5/+10 | |
* | Implement scrollbar interactions! :tada: | 2019-10-29 | 1 | -5/+60 | |
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -2/+8 | |
* | Complete `Scrollable::hash_layout` | 2019-10-29 | 1 | -6/+14 | |
* | Stop leaking impl details in scrollable `Renderer` | 2019-10-29 | 1 | -4/+14 | |
* | Align items properly inside a `Scrollable` | 2019-10-27 | 1 | -2/+1 | |
* | Remove `Scrollable::justify_content` method | 2019-10-27 | 1 | -0/+1 | |
* | Expose scrollable offset properly | 2019-10-27 | 1 | -7/+3 | |
* | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 1 | -0/+121 |