Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary String allocation | 2021-11-02 | 1 | -1/+1 | |
| | | | | Remove unnecessary String allocation by passing &format! or &x.to_string as impl Into<String> | ||||
* | Add scrolling progress indicators to `scrollable` example | 2021-06-04 | 1 | -4/+32 | |
| | |||||
* | Add buttons to control scrolling in `scrollable` example | 2021-06-04 | 1 | -12/+40 | |
| | |||||
* | Fix `Scrollable` scrollbar being rendered behind contents | 2021-05-03 | 1 | -13/+28 | |
| | | | | ... by issuing a new clip layer just for the scrollbar itself. | ||||
* | Improve minor details in `scrollable` example | 2020-10-24 | 1 | -249/+68 | |
| | | | | | | | - Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file | ||||
* | Add scrollable example program | 2020-10-22 | 1 | -0/+365 | |