ladybird/Userland/Applications/SystemMonitor
sin-ack 9c9a5c55cb Userland+LibGUI: Make Margins arguments match CSS ordering
Previously the argument order for Margins was (left, top, right,
bottom). To make it more familiar and closer to how CSS does it, the
argument order is now (top, right, bottom, left).
2021-08-18 10:30:50 +02:00
..
CMakeLists.txt
DevicesModel.cpp LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
DevicesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
GraphWidget.cpp
GraphWidget.h
InterruptsWidget.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
InterruptsWidget.h
main.cpp Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00
MemoryStatsWidget.cpp Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00
MemoryStatsWidget.h
NetworkStatisticsWidget.cpp Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00
NetworkStatisticsWidget.h SystemMonitor: Display connection status icons in Network tab 2021-07-27 00:28:12 +02:00
ProcessFileDescriptorMapWidget.cpp
ProcessFileDescriptorMapWidget.h
ProcessMemoryMapWidget.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
ProcessMemoryMapWidget.h
ProcessModel.cpp LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
ProcessModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
ProcessStateWidget.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
ProcessStateWidget.h
ProcessUnveiledPathsWidget.cpp
ProcessUnveiledPathsWidget.h
ThreadStackWidget.cpp
ThreadStackWidget.h