summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/NetworkStatisticsWidget.cpp
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
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-08SystemMonitor: Remove unused `this` lambda capturesDaniel Bertalan
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
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-07-27SystemMonitor: Display connection status icons in Network tabMaciej Zygmanowski
2021-07-25SystemManager: Separate sockets GroupBox into TCP/UDPbrapru
2021-05-18SystemMonitor: Show UDP socketsbrapru
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling