summaryrefslogtreecommitdiff
path: root/Userland/Applets/Audio
AgeCommit message (Expand)Author
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06AK+Userland: Rename Array::front/back to first/lastSam Atkins
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-25Applets: Update Audio applet FrameShape and adjust dimensionsthankyouverycool
2022-02-13Userland/Applets: Use default constructors/destructorsLenny Maiorani
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-28Applets/Audio: Use Array for the volume level bitmapskleines Filmröllchen
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-11Applets/Audio: Propagate errors by extracting out GUI initializationcreator1creeper1
2022-01-03Applets/Audio: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Audio: Propagate errors with try_set_main_widgetcreator1creeper1
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24Applets/Audio: Remove unveiling /tmp/portal/configRalf Donau
2021-11-24Applets/Audio: Port to LibMain :^)Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-19AudioApplet: Refactor window resizingDavid Isaksson
2021-09-19AudioApplet: Get values from AudioServer instead of the config fileDavid Isaksson
2021-09-19AudioApplet: Make sure to set the internal volume on slider changeDavid Isaksson
2021-09-19AudioApplet: Round the volume to the nearest integerDavid Isaksson
2021-09-19AudioApplet: Update the volume slider on update from audio serverDavid Isaksson
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-04AudioApplet: Fix initial mute stateKarol Kosek
2021-08-31AudioApplet: Fix applet positioning bugJoe Bentley
2021-08-27AudioApplet: Remove `wpath` and `cpath` priviligesMustafa Quraish
2021-08-27AudioApplet: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-17AudioApplet: Persist settings and respect audio server settingskleines Filmröllchen
2021-08-04AudioWidget: Proper volume changes when scrolling on the widgetkleines Filmröllchen
2021-08-01Applets: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04Userland: Rename *.MenuApplet => *.AppletAndreas Kling