Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -94/+76 | ||
| | ||||||
* | Implement theme styling for `Scrollable` | 2022-06-07 | 1 | -15/+12 | ||
| | ||||||
* | Implement theme styling for `Rule` | 2022-06-01 | 1 | -1/+1 | ||
| | ||||||
* | Implement theme styling for `Radio` | 2022-05-27 | 1 | -9/+6 | ||
| | ||||||
* | 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 | ||