ladybird/MenuApplets
Marcin Gasperowicz 3039c36836 AudioApplet: Make the slider exponential for finer volume control
The volume slider was linear, which is not ideal for an audio volume 
control. Perceived volume would not change much within 30-100% range
and would change in leaps within 0-30% range where the resolution is
not sufficient for fine grained control.

The simplest solution is to bring the value into 0.0-1.0 range and 
square it to obtain an exponential curve. This is a decent 
approximation of the logarithmic taper used in audio potentiometers.
2020-10-15 13:47:27 +02:00
..
Audio AudioApplet: Make the slider exponential for finer volume control 2020-10-15 13:47:27 +02:00
ClipboardHistory Meta+MenuApplets: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Clock MenuApplets: Add a mini calendar to Clock applet 2020-08-22 11:54:30 +02:00
ResourceGraph ResourceGraph: Fix graph line position calculation 2020-09-19 00:32:06 +02:00
UserName Meta+MenuApplets: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
CMakeLists.txt ClipboardHistory: Add a clipboard history applet :^) 2020-05-16 09:13:25 +02:00