index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SystemMonitor
/
GraphWidget.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-03
SystemMonitor: Register GraphWidget's stack_values property
kleines Filmröllchen
2022-04-03
SystemMonitor: Register GraphWidget
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-10-07
SystemMonitor: Use u64 for all GraphWidget values
sin-ack
2021-10-07
SystemMonitor: Use size_t for graph values
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-14
SystemMonitor: Define graphs by ColorRole, not by Color
Sahan Fernando
2021-02-12
SystemMonitor: Use system color themes for graph widgets
Sahan Fernando
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling