index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SystemMonitor
/
ProcessModel.h
Age
Commit message (
Expand
)
Author
2022-04-06
SystemMonitor: Default initialize all thread state variables
kleines Filmröllchen
2022-04-06
SystemMonitor: Fallback to invalid model index if there's no main thread
kleines Filmröllchen
2022-04-06
SystemMonitor: Display processes and their threads in a tree :^)
kleines Filmröllchen
2022-04-06
SystemMonitor: Move TID to the front in ProcessModel
kleines Filmröllchen
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-08
SystemMonitor: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
SystemMonitor: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
SystemMonitor: Make the process list searchable
Dawid Wolosowicz
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-05-15
SystemMonitor: Make ProcessModel icon column non-sortable
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-06
SystemMonitor: Highlight kernel processes a bit better in SystemMonitor
Andreas Kling
2021-04-05
SystemMonitor: Only show the most important process stats by default
Andreas Kling
2021-04-04
SystemMonitor: Add a status bar to the main window
Andreas Kling
2021-03-04
SystemMonitor: Return icon display data as GUI::Icons
thankyouverycool
2021-02-16
SystemMonitor: Remove pid-and-tid tuple concept from ProcessModel
Andreas Kling
2021-02-16
SystemMonitor: Remove some unused cruft in ProcessModel
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling