summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/main.cpp
AgeCommit message (Expand)Author
2019-11-04SystemMonitor: Add device column to filesystems tabYour Name
2019-10-02SystemMonitor: Make all tabs except the process table lazily loadedAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21SystemMonitor: Remove all remaining naked "new" usageAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21SystemMonitor: Unbreak after ObjectPtr<GWidget> changesAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GGroupBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-18SystemMonitor: Use GAboutDialog :^)Andreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-05SystemMonitor: Added GCommonActionsrhin123
2019-08-18SystemMonitor: Add a devices tabSergey Bugaev
2019-08-14SystemMonitor: Paint the "used" disk space column as a progress barAndreas Kling
2019-08-14SystemMonitor: Add a PCI devices tabSergey Bugaev
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev