| Commit message (Expand) | Author | Age | Files | Lines |
* | Reintroduce `Box` for `style_sheet` in `TextInput` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Reintroduce `Box` for `style_sheet` in `Slider` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Reintroduce `Box` for `style_sheet` in `Scrollable` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Reintroduce `Box` for `style_sheet` in `Radio` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Reintroduce `Box` for `style_sheet` in `Container` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Reintroduce `Box` for `style_sheet` in `Checkbox` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | Reintroduce `Box` for `style_sheet` in `Button` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -4/+4 |
* | Remove `Renderer` trait for `Checkbox` | Héctor Ramón Jiménez | 2021-10-21 | 1 | -3/+3 |
* | Wire up styling to `Radio` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 1 | -3/+3 |
* | Implement `Widget::draw` for `TextInput` | Héctor Ramón Jiménez | 2021-10-20 | 1 | -3/+3 |
* | Wire up styling to `Slider` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 1 | -3/+3 |
* | Wire up styling to `Button` in `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -4/+4 |
* | Wire up `container` styling to `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -3/+3 |
* | Draw scrollbar in `Widget::draw` for `Scrollable` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -3/+3 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 1 | -4/+4 |
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 2021-09-20 | 1 | -4/+4 |
* | Add `Toggler` to styling example | Kaiden42 | 2021-06-03 | 1 | -9/+64 |
* | Run cargo fmt | Dispersia | 2021-04-12 | 1 | -1/+1 |
* | Use `f32` for `border_width` and `border_radius` | Héctor Ramón Jiménez | 2020-11-23 | 1 | -18/+18 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -1/+1 |
* | Update styling example | Kaiden42 | 2020-08-25 | 1 | -28/+19 |
* | added FillMode enum style for the Rule widget | Billy Messenger | 2020-08-22 | 1 | -1/+1 |
* | widget Rule added | Billy Messenger | 2020-08-22 | 1 | -5/+30 |
* | Change selection color in `styling` example | Héctor Ramón Jiménez | 2020-03-24 | 1 | -1/+1 |
* | Merge branch 'master' into feature/text-selection | Héctor Ramón Jiménez | 2020-03-24 | 1 | -0/+1 |
|\ |
|
| * | Fix `Scrollable` width consistency | Héctor Ramón Jiménez | 2020-03-14 | 1 | -0/+1 |
* | | styling example fixed (added selection_color) | FabianLars | 2020-02-23 | 1 | -0/+4 |
|/ |
|
* | Let checkbox breathe in `styling` example | Héctor Ramón Jiménez | 2020-02-06 | 1 | -0/+1 |
* | Add `README` for `styling` example | Héctor Ramón Jiménez | 2020-01-20 | 1 | -0/+15 |
* | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 2020-01-20 | 2 | -0/+523 |