summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessModel.cpp
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-02SystemMonitor: Add Command column to ProcessModelMaciej
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-09-21SystemMonitor: Save configuration of columnsOrel
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-17SystemMonitor: Make process memory statistics more human readableJulian Offenhäuser
2021-09-11SystemMonitor: Avoid making StringView of temporary ByteBufferBen Wiederhake
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-09-04SystemMonitor: Fix CPU usage calculationTom
2021-09-04SystemMonitor: Use HashMap::ensure() in ProcessModel::update()Andreas Kling
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
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