summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/ProcessTableView.cpp
AgeCommit message (Expand)Author
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-02SystemMonitor: Make all tabs except the process table lazily loadedAndreas Kling
2019-09-07SystemMonitor: Fix PID selection after GModelSelection changesAndreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev