summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessModel.cpp
AgeCommit message (Expand)Author
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-22SystemMonitor: Only show two decimal digits for the CPU usageAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11SystemMonitor: Simplify executable icon lookup in ProcessModelAndreas Kling
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-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
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-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling