summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Slider.cpp
AgeCommit message (Expand)Author
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-12-30LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' methodElyse
2021-12-30LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'Elyse
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-03LibGUI: Set correct value on click with set jump_to_cursor() in SliderKarol Kosek
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-06-08LibGUI+SoundPlayer: Add Slider option to jump to cursorNick Miller
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12LibGUI: Ignore scroll length multiplier in SpinBoxes & Slidersthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling