summaryrefslogtreecommitdiff
path: root/Userland/Applets
AgeCommit message (Expand)Author
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
2021-07-19Applets: Add DesktopPicker appletPeter Elliott
2021-07-19Applets: Add tooltip for Clipboard Historybrapru
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-07-14ResourceGraph: Handle more than 4 GiB of memoryTom
2021-07-08Everywhere: Don't promote float to double where not neededDaniel Bertalan
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-31Applets/Network: Replace fprintf(stderr) with dbgln()Linus Groh
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-22Userland: Rename loop0 to loopGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move SeekMode out of IODeviceAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()Andreas Kling
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15Applets: Remove unused UserName appletAndreas Kling
2021-04-07FontEditor+ClipboardHistory: Use system-wide Clipboardthankyouverycool