summaryrefslogtreecommitdiff
path: root/Userland/Applets
AgeCommit message (Expand)Author
2021-12-04Applets/ClipboardHistory: Port to LibMain :^)Andreas Kling
2021-11-30ClipboardHistory: Add debug dump actionJelle Raaijmakers
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-23WorkspacePicker: Port to LibMain :^)Andreas Kling
2021-11-23Applets: Rename DesktopPicker => WorkspacePickerAndreas Kling
2021-11-23Applets/Network: Port to LibMain :^)Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22Applets/ResourceGraph: Port to LibMain :^)Andreas Kling
2021-11-22Applets/ResourceGraph: Remove unnecessary unveiling of /etc/passwdAndreas Kling
2021-11-21ClipboardHistory: Properly display bitmap depthBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-07ResourceGraph: Use /proc/stat instead of /proc/all for CPU usage statsIdan Horowitz
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-18ClipboardHistory: Listen for configuration changesMustafa Quraish
2021-09-18ClipboardHistory: Use config file to set number of history itemsMustafa Quraish
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-04AudioApplet: Fix initial mute stateKarol Kosek
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
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-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-04AudioWidget: Proper volume changes when scrolling on the widgetkleines Filmröllchen
2021-08-03Userland: Make representation of 'null' IPv4-address friendlierThomas Wagenveld
2021-08-03Userland: Add network adapter link status to SystemMonitor and appletThomas Wagenveld
2021-08-01Applets: Remove unused header includesBrian Gianforcaro
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-22DesktopPicker: Make sure the applet always ends up in the same placeAndreas Kling
2021-07-22NetworkApplet: Omit unnecessary newline in tooltipFrHun
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21DesktopPicker: Add mouse wheel controlLuK1337