index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Slider.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-12-30
LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' method
Elyse
2021-12-30
LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'
Elyse
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-03
LibGUI: Set correct value on click with set jump_to_cursor() in Slider
Karol Kosek
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-06-08
LibGUI+SoundPlayer: Add Slider option to jump to cursor
Nick Miller
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling