summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor
AgeCommit message (Expand)Author
2019-12-01Kernel+SystemMonitor: Log amounts of I/O per threadAndreas Kling
2019-11-26Kernel: Make syscall counters and page fault counters per-threadAndreas Kling
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-17Kernel+SystemMonitor: Show VM region "shared" and "stack" bits in UIAndreas Kling
2019-11-09Kernel+SystemMonitor: Publish can_read/write state for open filesAndreas Kling
2019-11-04SystemMonitor: Add device column to filesystems tabYour Name
2019-10-02SystemMonitor: Make all tabs except the process table lazily loadedAndreas Kling
2019-10-02Kernel+SystemMonitor: Add fault countersAndreas Kling
2019-09-28SystemMonitor: Display whether an fd is cloexec and blockingSergey Bugaev
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas 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-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel 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-07SystemMonitor: Fix PID selection after GModelSelection changesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-05SystemMonitor: Added GCommonActionsrhin123
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
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