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
/
ProcessMemoryMapWidget.h
Age
Commit message (
Expand
)
Author
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-02
SystemMonitor: Enable sorting by column in the process memory map view
Andreas Kling
2019-12-02
SystemMonitor: Update the process memory map once every second
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
SystemMonitor: Remove all remaining naked "new" usage
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev