Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 1 | -2/+2 | ||
2019-11-02 | Move `Target` to its own module | 1 | -129/+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 | ||
Also started a `todos` example to showcase it! | |||||
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 | ||