1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:31:07 +00:00
serenity/Userland/Applets
kleines Filmröllchen 619c924042 AudioWidget: Proper volume changes when scrolling on the widget
Because setting the slider's value in the mousewheel handler will cause
the volume logarithm logic and the volume setting to happen anyways, we
don't need to do it in the mousewheel handler again. By just moving the
slider up and down with the scroll wheel, we mimic normal SliderWidget
behavior that doesn't exhibit the multiple previous bugs.
2021-08-04 11:36:36 +02:00
..
Audio AudioWidget: Proper volume changes when scrolling on the widget 2021-08-04 11:36:36 +02:00
ClipboardHistory LibGUI: Add a ClipboardClient for GUI::Clipboard 2021-07-27 23:49:25 +02:00
DesktopPicker Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
Network Userland: Make representation of 'null' IPv4-address friendlier 2021-08-03 10:20:51 +02:00
ResourceGraph Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
CMakeLists.txt Applets: Add DesktopPicker applet 2021-07-19 18:21:40 +02:00