1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 11:12:45 +00:00
serenity/Applications/ProcessManager
Andreas Kling 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.)
Instead of LibGUI and WindowServer building their own copies of the drawing
and graphics code, let's it in a separate LibDraw library.

This avoids building the code twice, and will encourage better separation
of concerns. :^)
2019-07-18 10:18:16 +02:00
..
GraphWidget.cpp ProcessManager: Draw the graphs as lines. 2019-05-07 17:11:48 +02:00
GraphWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
main.cpp ProcessManager: Remove use of copy_ref(). 2019-07-11 16:04:17 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
MemoryStatsWidget.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
MemoryStatsWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
ProcessModel.cpp CProcessStatisticsReader: Be consistent about terminology from the kernel down 2019-07-18 07:23:26 +02:00
ProcessModel.h CProcessStatisticsReader: Be consistent about terminology from the kernel down 2019-07-18 07:23:26 +02:00
ProcessTableView.cpp ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
ProcessTableView.h Add clang-format file 2019-05-28 17:31:20 +02:00