1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:58:11 +00:00
serenity/Applications/ProcessManager
Lawrence Manning f0a6b42066 Move common Application build steps into their own Makefile.common
Further consolidation is of course possible, eg the Games/ programs
follow the same rules more or less.
2019-06-25 21:35:50 +02:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01: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 Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
MemoryStatsWidget.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
MemoryStatsWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
ProcessModel.cpp ProcessManager+top: Rename "linear" size to "virtual" size. 2019-06-07 12:44:29 +02:00
ProcessModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +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