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
Age
Commit message (
Expand
)
Author
2022-02-18
SystemMonitor: Add proper icon to the ProcessState window
thankyouverycool
2022-02-18
SystemMonitor: Don't invalidate ProcessStateModel on refresh
thankyouverycool
2022-02-17
LibGUI: JsonArrayModel update without invalidating indices
martinfalisse
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2022-01-19
SystemMonitor: Show unknown in PCI devices
Undefine
2022-01-16
SystemMonitor: Don't display empty CPU graphs when number of CPUs < 4
Marcus Nilsson
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-14
SystemMonitor: Split multi-core CPU usage graphs into multiple rows
Idan Horowitz
2022-01-12
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
Idan Horowitz
2022-01-09
SystemMonitor: Propagate errors using try_set_main_widget
creator1creeper1
2022-01-04
SystemMonitor: Remove unused functions and enable warning globally
Andrew Kaster
2022-01-04
Userland: Resolve unused-but-set-varaible warnings
Andrew Kaster
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-24
SystemMonitor: Remove unused SortingProxyModel include
Sam Atkins
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-19
SystemMonitor: Add back accidentally removed veil lock
Idan Horowitz
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-04
SystemMonitor: Port to LibMain :^)
Andreas Kling
2021-11-25
SystemMonitor: Remove unveiling /tmp/portal/config
Ralf Donau
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-13
SystemMonitor: Ask user before trying to kill/stop process
Maciej
2021-11-13
SystemMonitor: Add Delete as alternate shortcut for killing a process
Maciej
2021-11-13
SystemMonitor: Shrink oversized GroupBox margins
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-17
SystemMonitor: Request symbolication wihout source positions
Rodrigo Tobar
2021-10-15
SystemMonitor: Use a TableView to display the thread stack
Rodrigo Tobar
2021-10-15
SystemMonitor: Remove unnecessary header inclusion
Rodrigo Tobar
2021-10-13
SystemMonitor: Save refresh frequency to a config file
Undefine
2021-10-07
SystemMonitor: Use u64 for all GraphWidget values
sin-ack
2021-10-07
SystemMonitor: Use size_t for graph values
sin-ack
2021-09-30
LibSymbolication+SystemMonitor: Show ELF object in stack
Rodrigo Tobar
2021-09-28
SystemMonitor: Unveil /usr/local/lib
Rodrigo Tobar
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-09-04
SystemMonitor: Make memory statistics dynamically formatted by size
David Isaksson
2021-08-18
SystemMonitor: Put the "Hardware" tabs at the end of the list
Andreas Kling
2021-08-18
SystemMonitor: Rename "Graphs" tab to "Performance"
Andreas Kling
2021-08-18
SystemMonitor: Rename "File system" tab to "Storage"
Andreas Kling
2021-08-18
SystemMonitor: Consolidate hardware tabs + remove interrupts tab
Andreas Kling
2021-08-18
SystemMonitor: Remove "Devices" tab
Andreas Kling
[next]