serenity/Userland/Applications/SystemMonitor
Sam Atkins d2024f04bd Userland: Cast unused BackgroundAction::construct() results to void
User code does not need to keep this alive, so casting to void is safe.
But maybe a bit weird.
2021-12-05 15:31:03 +01:00
..
CMakeLists.txt SystemMonitor: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
GraphWidget.cpp SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
GraphWidget.h SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
main.cpp SystemMonitor: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
MemoryStatsWidget.cpp AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
MemoryStatsWidget.h
NetworkStatisticsWidget.cpp SystemMonitor: Shrink oversized GroupBox margins 2021-11-13 11:47:46 +01:00
NetworkStatisticsWidget.h
ProcessFileDescriptorMapWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessFileDescriptorMapWidget.h
ProcessMemoryMapWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessMemoryMapWidget.h
ProcessModel.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ProcessModel.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ProcessStateWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessStateWidget.h
ProcessUnveiledPathsWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessUnveiledPathsWidget.h
ThreadStackWidget.cpp Userland: Cast unused BackgroundAction::construct() results to void 2021-12-05 15:31:03 +01:00
ThreadStackWidget.h SystemMonitor: Use a TableView to display the thread stack 2021-10-15 22:10:03 -07:00