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
/
ProcessManager
/
MemoryStatsWidget.cpp
Age
Commit message (
Expand
)
Author
2019-05-06
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-04-18
ProcessManager: Do a little less malloc() in the /proc/memstats parsing.
Andreas Kling
2019-04-18
ProcessManager: Use a single timer for refreshing the view.
Andreas Kling
2019-04-18
ProcessManager: Use a CFile for parsing /proc/memstat.
Andreas Kling
2019-04-15
Kernel+ProcessManager: Expose the number of kmalloc/kfree calls.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-28
Move LibGUI/GStyle to SharedGraphics/StylePainter.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-10
ProcessManager: Tidy up the memory stats and align everything nicely.
Andreas Kling
2019-03-10
ProcessManager: Show some basic system memory stats below the process table.
Andreas Kling