Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -125/+0 | |
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+0 | |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -6/+4 | |
2020-03-10 | Clip `scrollable` primitives only when necessary | 1 | -7/+7 | |
2020-01-07 | Always show scroller if scrollbar is visible | 1 | -35/+38 | |
2020-01-06 | Implement styling for `Scrollable` | 1 | -12/+21 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -1/+7 | |
2019-12-03 | Unify logic by introducing `scrollable::Scrollbar` | 1 | -49/+61 | |
2019-12-02 | Address suggestions | 1 | -73/+29 | |
2019-12-02 | Finalize work | 1 | -14/+18 | |
2019-12-02 | First implementation | 1 | -24/+60 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -31/+11 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -1/+1 | |
2019-11-10 | Draft new layout API | 1 | -3/+3 | |
2019-11-07 | use Color's `From` impl in more places | 1 | -13/+5 | |
2019-11-02 | Move `Target` to its own module | 1 | -0/+0 | |
2019-11-02 | Add scrollable section to `tour` | 1 | -1/+1 | |
2019-10-30 | Handle some `TextInput` events | 1 | -1/+1 | |
2019-10-30 | Draft `TextInput` widget structure | 1 | -8/+4 | |
2019-10-29 | Rename `Primitive::Scrollable` to `Clip` | 1 | -1/+1 | |
2019-10-29 | Implement scrollbar interactions! :tada: | 1 | -9/+78 | |
2019-10-29 | Stop leaking impl details in scrollable `Renderer` | 1 | -4/+2 | |
2019-10-29 | Draw scrollbar on top of scrollable content | 1 | -27/+24 | |
2019-10-27 | Expose scrollable offset properly | 1 | -6/+5 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+70 |