| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+1 | |
| | | |||||
| * | Implement styling for `Scrollable` | 2020-01-06 | 1 | -5/+19 | |
| | | |||||
| * | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -1/+7 | |
| | | |||||
| * | Fix scroll percentage calculation in `Scrollable` | 2019-12-21 | 1 | -1/+2 | |
| | | |||||
| * | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -2/+4 | |
| | | |||||
| * | Correct documentation oversight | 2019-12-03 | 1 | -2/+5 | |
| | | |||||
| * | Unify logic by introducing `scrollable::Scrollbar` | 2019-12-03 | 1 | -112/+103 | |
| | | |||||
| * | Address suggestions | 2019-12-02 | 1 | -43/+65 | |
| | | |||||
| * | Move scrolling percentage logic to separate function | 2019-12-02 | 1 | -10/+23 | |
| | | |||||
| * | Finalize work | 2019-12-02 | 1 | -28/+41 | |
| | | |||||
| * | First implementation | 2019-12-02 | 1 | -21/+52 | |
| | | |||||
| * | Increase scrolling speed in `Scrollable` | 2019-11-24 | 1 | -1/+1 | |
| | | |||||
| * | Fix rounding error when scrolling | 2019-11-24 | 1 | -8/+7 | |
| | | |||||
| * | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -0/+1 | |
| | | |||||
| * | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+24 | |
| | | |||||
| * | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -0/+8 | |
| |\ | |||||
| | * | Make `width` and `height` required methods | 2019-11-16 | 1 | -0/+8 | |
| | | | |||||
| * | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -17/+200 | |
| |/ | | | | Also made fields private and improved `Renderer` traits. | ||||
| * | Implement `Container` widget | 2019-11-11 | 1 | -1/+0 | |
| | | | | | Remove `align_self` and `justify_content` methods | ||||
| * | 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 | |
| | | | | | | This allows us to implement configurable event processing that adapts to different rendering strategies. | ||||
| * | 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 | |
