index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
SystemMonitor
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-11-04
SystemMonitor: Add device column to filesystems tab
Your Name
2019-10-02
SystemMonitor: Make all tabs except the process table lazily loaded
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
SystemMonitor: Remove all remaining naked "new" usage
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
SystemMonitor: Unbreak after ObjectPtr<GWidget> changes
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GGroupBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-18
SystemMonitor: Use GAboutDialog :^)
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-05
SystemMonitor: Added GCommonActions
rhin123
2019-08-18
SystemMonitor: Add a devices tab
Sergey Bugaev
2019-08-14
SystemMonitor: Paint the "used" disk space column as a progress bar
Andreas Kling
2019-08-14
SystemMonitor: Add a PCI devices tab
Sergey Bugaev
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev