index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
src
/
widget
/
vertical_slider.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sliders drawing out of their bounds
Héctor Ramón Jiménez
2023-04-20
1
-2
/
+2
*
Fix handle position of sliders
Héctor Ramón Jiménez
2023-04-13
1
-4
/
+4
*
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2023-04-13
1
-14
/
+2
*
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2023-04-12
1
-4
/
+4
*
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2023-04-12
1
-6
/
+6
*
Simplify `draw` logic of sliders
Héctor Ramón Jiménez
2023-04-12
1
-8
/
+7
*
Introduce left and right colors for slider rails
Night_Hunter
2023-04-12
1
-37
/
+50
*
Merge pull request #1721 from casperstorm/feat/no-bleed-slider
Héctor Ramón
2023-02-20
1
-2
/
+2
|
\
|
*
Sliders no longer bleed over rail
Casper Storm
2023-02-20
1
-2
/
+2
*
|
Use `Pixels` for `Slider::height` and `VerticalSlider::width`
Héctor Ramón Jiménez
2023-02-17
1
-3
/
+3
*
|
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-8
/
+6
|
/
*
Split vertical orientation into VerticalSlider
Casper Storm
2022-12-13
1
-0
/
+470