ladybird/Userland/Applications/SystemMonitor
Sahan Fernando ca731e2cdd SystemMonitor: Define graphs by ColorRole, not by Color
Currently, graphs are defined in terms of graph color. This means that
when the system palette is changed, the old colors are still used. We
switch to storing the color roles and looking up the palette colors on
paint events. We also define the graph line background color as the
graph color at half-transparency.
2021-02-14 13:27:36 +01:00
..
CMakeLists.txt SystemMonitor: Use SymbolServer to symbolicate thread stacks 2021-02-04 23:20:39 +01:00
DevicesModel.cpp Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
DevicesModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GraphWidget.cpp SystemMonitor: Define graphs by ColorRole, not by Color 2021-02-14 13:27:36 +01:00
GraphWidget.h SystemMonitor: Define graphs by ColorRole, not by Color 2021-02-14 13:27:36 +01:00
InterruptsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
InterruptsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp SystemMonitor: Define graphs by ColorRole, not by Color 2021-02-14 13:27:36 +01:00
MemoryStatsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
MemoryStatsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessMemoryMapWidget.cpp Kernel: Remove user/kernel flags from Region 2021-02-14 01:34:23 +01:00
ProcessMemoryMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessModel.cpp Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
ProcessModel.h Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
ProcessUnveiledPathsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessUnveiledPathsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ThreadStackWidget.cpp SystemMonitor: Use SymbolServer to symbolicate thread stacks 2021-02-04 23:20:39 +01:00
ThreadStackWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00