summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/GraphWidget.cpp
AgeCommit message (Expand)Author
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-03SystemMonitor: Register GraphWidget's stack_values propertykleines Filmröllchen
2022-04-03SystemMonitor: Register GraphWidgetkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
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-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
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