summaryrefslogtreecommitdiff
path: root/Applications/ProcessManager/main.cpp
AgeCommit message (Expand)Author
2019-03-10LibGUI: Don't fill widgets with background color by defualt.Andreas Kling
2019-03-10ProcessManager: Show some basic system memory stats below the process table.Andreas Kling
2019-03-03Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.Andreas Kling
2019-02-28LibGUI: Add horizontal scrollbar to GTableView.Andreas Kling
2019-02-28ProcessManager: Add process owner's username to table view.Andreas Kling
2019-02-28ProcessManager: Add "continue" action that sends SIGCONT.Andreas Kling
2019-02-28ProcessManager: Add a "stop" action that sends SIGSTOP to a process.Andreas Kling
2019-02-28ProcessManager: Bump the initial window size to "pretty big"Andreas Kling
2019-02-28LibGUI: Take ProcessManager's process view and turn it into GTableView.Andreas Kling
2019-02-28ProcessManager: Start working on a graphical process manager.Andreas Kling