All notable changes to the egui double slider crate will be documented in this file.
- ...
- Update to egui 0.34
- Update to egui 0.33
- Update to egui 0.32
- Changed default styles to match active egui visuals
- Added
egui-theme-switchto the example
- Fixed scroll and zoom factors
- Ability to select horizontal or vertical scroll axis.
- Fix for the case where range is specified as
0.0..=0.0or any other single valued range.
- Pass through responses of all components (points, in-between section) to allow catching double clicks etc...
- Handle any numeric type (thanks to @g-pascal)
- Add option to use logarithmic scale (thanks to @g-pascal)
- Add option to prevent dragging a value beyond the other one (thanks to @g-pascal)
- Make the "in_between" drag zone smaller to avoid overlapping with the handles (thanks to @g-pascal)
- Prevent scroll and zoom from setting a value outside the allowed range (thanks to @g-pascal)
- Set default separation_distance to 1.0
- move
eframeto dev-dependencies
- Add example instructions
- Update to egui 0.31
- Added github actions for auto-publishing on crates.io
- Scrolling and zooming gesture with configurable factors in the builder