Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move style types of `slider` to `iced_widget` | 2024-03-05 | 1 | -75/+0 | |
| | |||||
* | Try new approach to theming for `Slider` | 2024-03-04 | 1 | -11/+18 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -3/+4 | |
| | |||||
* | Add border_radius to slider rail | 2023-06-01 | 1 | -0/+2 | |
| | |||||
* | Extend border radius on relevant widgets | 2023-05-23 | 1 | -2/+2 | |
| | |||||
* | Remove `border_radius` support for `slider::Rail` | 2023-04-13 | 1 | -2/+0 | |
| | | | | | Our current quad shader may produce weird-looking results with non-integral scaling factors. | ||||
* | Rename `Rail::size` to `width` | 2023-04-12 | 1 | -2/+2 | |
| | |||||
* | Remove `border_width` support in `slider::Rail` | 2023-04-12 | 1 | -4/+0 | |
| | |||||
* | Introduce left and right colors for slider rails | 2023-04-12 | 1 | -1/+16 | |
| | |||||
* | Write documentation for `iced_style` | 2022-11-10 | 1 | -3/+20 | |
| | |||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -4/+4 | |
| | |||||
* | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 1 | -5/+5 | |
| | |||||
* | Implement theme styling for `Slider` | 2022-05-26 | 1 | -61/+5 | |
| | |||||
* | Introduce generic lifetime to `Default` implementation for style sheets | 2021-11-02 | 1 | -1/+1 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Slider` | 2021-10-31 | 1 | -2/+11 | |
| | |||||
* | Wire up styling to `Slider` in `iced_native` | 2021-10-20 | 1 | -11/+2 | |
| | |||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -5/+5 | |
| | |||||
* | Implement styling for `Slider` | 2020-01-07 | 1 | -0/+95 | |