summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/GraphWidget.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
2022-04-03SystemMonitor: Register GraphWidget's stack_values propertykleines Filmröllchen
2022-04-03SystemMonitor: Register GraphWidgetkleines Filmröllchen
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-10-07SystemMonitor: Use u64 for all GraphWidget valuessin-ack
2021-10-07SystemMonitor: Use size_t for graph valuessin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-14SystemMonitor: Define graphs by ColorRole, not by ColorSahan Fernando
2021-02-12SystemMonitor: Use system color themes for graph widgetsSahan Fernando
2021-01-12Applications: Move to Userland/Applications/Andreas Kling