| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement `scrollable::snap_to` operation | Héctor Ramón Jiménez | 2022-08-04 | 1 | -16/+36 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2022-07-27 | 1 | -1/+1 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -94/+76 |
* | Remove `style` module leftover in `scrollable` example | Héctor Ramón Jiménez | 2022-06-07 | 1 | -52/+0 |
* | Implement theme styling for `Scrollable` | Héctor Ramón Jiménez | 2022-06-07 | 2 | -92/+14 |
* | Implement theme styling for `TextInput` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -6/+0 |
* | Implement theme styling for `Rule` | Héctor Ramón Jiménez | 2022-06-01 | 2 | -25/+3 |
* | Implement theme styling for `Radio` | Héctor Ramón Jiménez | 2022-05-27 | 2 | -47/+8 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | [ImgBot] Optimize images | ImgBotApp | 2022-02-07 | 1 | -0/+0 |
* | Fix links | Theo Robinson | 2022-02-07 | 1 | -2/+2 |
* | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | Héctor Ramón Jiménez | 2022-01-20 | 1 | -0/+1 |
* | Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa... | Héctor Ramón | 2021-11-10 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary String allocation | Ram.Type-0 | 2021-11-02 | 1 | -1/+1 |
* | | Reintroduce `Box` for `style_sheet` in `Scrollable` | Héctor Ramón Jiménez | 2021-10-31 | 2 | -3/+3 |
* | | Reintroduce `Box` for `style_sheet` in `Radio` | Héctor Ramón Jiménez | 2021-10-31 | 2 | -3/+3 |
* | | Reintroduce `Box` for `style_sheet` in `Container` | Héctor Ramón Jiménez | 2021-10-31 | 2 | -4/+4 |
* | | Wire up styling to `Radio` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 2 | -3/+3 |
* | | Wire up `container` styling to `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 2 | -4/+4 |
* | | Draw scrollbar in `Widget::draw` for `Scrollable` | Héctor Ramón Jiménez | 2021-10-18 | 2 | -3/+3 |
|/ |
|
* | Add scrolling progress indicators to `scrollable` example | Héctor Ramón | 2021-06-04 | 1 | -4/+32 |
* | Add buttons to control scrolling in `scrollable` example | Héctor Ramón | 2021-06-04 | 1 | -12/+40 |
* | Fix `Scrollable` scrollbar being rendered behind contents | Héctor Ramón | 2021-05-03 | 2 | -14/+29 |
* | Use `f32` for `border_width` and `border_radius` | Héctor Ramón Jiménez | 2020-11-23 | 1 | -6/+6 |
* | Update screenshot of `scrollable` example | Héctor Ramón Jiménez | 2020-10-24 | 1 | -0/+0 |
* | Reduce contrast of dark theme in `scrollable` example | Héctor Ramón Jiménez | 2020-10-24 | 1 | -39/+37 |
* | Improve minor details in `scrollable` example | Héctor Ramón Jiménez | 2020-10-24 | 2 | -249/+260 |
* | Add scrollable example program | Clark Moody | 2020-10-22 | 4 | -0/+389 |