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.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-02
SystemMonitor: Add Command column to ProcessModel
Maciej
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-09-21
SystemMonitor: Save configuration of columns
Orel
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-04
Userland: Resolve unused-but-set-varaible warnings
Andrew Kaster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-17
SystemMonitor: Make process memory statistics more human readable
Julian Offenhäuser
2021-09-11
SystemMonitor: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
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-09-04
SystemMonitor: Fix CPU usage calculation
Tom
2021-09-04
SystemMonitor: Use HashMap::ensure() in ProcessModel::update()
Andreas Kling
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
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-23
LibCore: Make ProcessStatisticsReader return results in a Vector
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
SystemMonitor: Only show two decimal digits for the CPU usage
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
SystemMonitor: Simplify executable icon lookup in ProcessModel
Andreas Kling
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-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling