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
/
widget
/
src
/
vertical_slider.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-20
/
+32
2024-03-12
Use closures for `Slider::style` and `VerticalSlider::style`
Héctor Ramón Jiménez
1
-5
/
+8
2024-03-08
Make default height of `Slider` consistent with `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-07
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-4
/
+4
2024-03-07
Fix broken links in documentation
Héctor Ramón Jiménez
1
-2
/
+0
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-8
/
+5
2024-03-05
Move style types of `slider` to `iced_widget`
Héctor Ramón Jiménez
1
-11
/
+7
2024-03-04
Try new approach to theming for `Slider`
Héctor Ramón Jiménez
1
-313
/
+245
2024-01-31
Fix documentation of `default` method for `slider`
Héctor Ramón Jiménez
1
-1
/
+2
2024-01-31
Rename `step_fine` in `slider` to `shift_step`
Héctor Ramón Jiménez
1
-11
/
+12
2024-01-31
Simplify `slider` logic further
Héctor Ramón Jiménez
1
-20
/
+21
2024-01-31
Simplify `Change` enum in `slider` logic and remove double-click behavior
Héctor Ramón Jiménez
1
-59
/
+18
2024-01-31
Enhance `Slider` and `VerticalSlider` functionality
Jonatan Pettersson
1
-15
/
+148
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-30
/
+26
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-6
/
+9
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-9
/
+4
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+3
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-3
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-2
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-0
/
+1
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+1
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-4
/
+3
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-19
/
+18
2023-06-01
Fix `quad` glitch when rounding borders of a `Slider` rail
Héctor Ramón Jiménez
1
-5
/
+2
2023-06-01
only add border radius to the visible part
Casper Storm
1
-2
/
+5
2023-06-01
Add border_radius to slider rail
Casper Storm
1
-2
/
+2
2023-05-23
Extend border radius on relevant widgets
Casper Storm
1
-11
/
+11
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-17
/
+20
2023-02-20
Sliders no longer bleed over rail
Casper Storm
1
-2
/
+2
2023-02-17
Use `Pixels` for `Slider::height` and `VerticalSlider::width`
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-8
/
+6
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
1
-194
/
+72
2022-12-12
Vertical orientation added to Slider.
Casper Storm
1
-41
/
+158
2022-11-09
Fix redundant references in `slider`
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-5
/
+5
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-3
/
+3
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-112
/
+120
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-09
Address Clippy lints
Poly
1
-2
/
+2
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
1
-1
/
+3
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
1
-11
/
+11
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-16
/
+30
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-03-29
Fix slider's handle position calculation
MG_REX
1
-4
/
+4
[next]