summaryrefslogtreecommitdiff
path: root/Userland/Applets
AgeCommit message (Expand)Author
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
2021-04-05Network: Make the applet use an alpha channelDawid Wolosowicz
2021-04-05ClipboardHistory: Make the applet use an alpha channelDawid Wolosowicz
2021-04-04ResourceGraph.Applet: Host both CPU and memory applet in one processAndreas Kling
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04Userland: Rename *.MenuApplet => *.AppletAndreas Kling