1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Applications/ProcessManager
2019-02-28 14:05:02 +01:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp ProcessManager: Add "continue" action that sends SIGCONT. 2019-02-28 13:02:55 +01:00
Makefile LibGUI: Take ProcessManager's process view and turn it into GTableView. 2019-02-28 10:57:09 +01:00
ProcessTableModel.cpp LibGUI: GTableView should clear the selection if clicking outside items. 2019-02-28 14:05:02 +01:00
ProcessTableModel.h LibGUI: Allow specifying per-column text alignment. 2019-02-28 11:27:04 +01:00
ProcessTableView.cpp LibGUI: Take ProcessManager's process view and turn it into GTableView. 2019-02-28 10:57:09 +01:00
ProcessTableView.h LibGUI: Take ProcessManager's process view and turn it into GTableView. 2019-02-28 10:57:09 +01:00