serenity/Userland
kleines Filmröllchen 65c8fa9f91 AudioApplet: Persist settings and respect audio server settings
The audio applet uses the user configuration file "AudioApplet.ini" to
persist its settings, currently only whether the audio percentage should
be shown.

Since the audio server now may have specific settings when it starts,
the audio applet respects them by reading these same settings once when
it starts. Therefore, the audio server settings are not immediately
overridden by the audio applet defaults, as was the case before this
change.

A minor change was done to the way that the audio volume is calculated;
doubles are now used.
2021-08-17 01:21:17 +02:00
..
Applets AudioApplet: Persist settings and respect audio server settings 2021-08-17 01:21:17 +02:00
Applications Assistant: Bundle UI updates to avoid flickering 2021-08-15 12:24:57 +02:00
Demos Mandelbrot: Add a View menu with zoom actions 2021-08-14 19:50:44 +02:00
DevTools UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc 2021-08-14 18:42:14 +02:00
DynamicLoader LibC+DynamicLoader: Prevent GCC from removing null checks 2021-08-12 21:10:44 +02:00
Games Solitaire: Don't allow the player to draw cards while mouse is down 2021-08-07 16:59:46 +02:00
Libraries LibJS: Correctly handle Unicode characters in JS source text 2021-08-16 23:20:04 +01:00
Services AudioServer: Persist audio settings with a config file 2021-08-17 01:21:17 +02:00
Shell Shell: Make caller specify the string parsing end condition 2021-08-13 01:20:35 +04:30
Utilities Userland: Add as-user execution to the pls utility 2021-08-16 21:16:30 +02:00
CMakeLists.txt