summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessModel.h
AgeCommit message (Expand)Author
2022-04-06SystemMonitor: Default initialize all thread state variableskleines Filmröllchen
2022-04-06SystemMonitor: Fallback to invalid model index if there's no main threadkleines Filmröllchen
2022-04-06SystemMonitor: Display processes and their threads in a tree :^)kleines Filmröllchen
2022-04-06SystemMonitor: Move TID to the front in ProcessModelkleines Filmröllchen
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-08SystemMonitor: West Const to East Const refactorDawid Wolosowicz
2021-09-08SystemMonitor: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08SystemMonitor: Make the process list searchableDawid Wolosowicz
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-05-15SystemMonitor: Make ProcessModel icon column non-sortableLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06SystemMonitor: Highlight kernel processes a bit better in SystemMonitorAndreas Kling
2021-04-05SystemMonitor: Only show the most important process stats by defaultAndreas Kling
2021-04-04SystemMonitor: Add a status bar to the main windowAndreas Kling
2021-03-04SystemMonitor: Return icon display data as GUI::Iconsthankyouverycool
2021-02-16SystemMonitor: Remove pid-and-tid tuple concept from ProcessModelAndreas Kling
2021-02-16SystemMonitor: Remove some unused cruft in ProcessModelAndreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling