summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2022-02-18SystemMonitor: Add proper icon to the ProcessState windowthankyouverycool
2022-02-18SystemMonitor: Don't invalidate ProcessStateModel on refreshthankyouverycool
2022-02-17LibGUI: JsonArrayModel update without invalidating indicesmartinfalisse
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-23LibCore: Allow EventLoops to run on multiple threads safelykleines Filmröllchen
2022-01-19SystemMonitor: Show unknown in PCI devicesUndefine
2022-01-16SystemMonitor: Don't display empty CPU graphs when number of CPUs < 4Marcus Nilsson
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-14SystemMonitor: Split multi-core CPU usage graphs into multiple rowsIdan Horowitz
2022-01-12Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}Idan Horowitz
2022-01-09SystemMonitor: Propagate errors using try_set_main_widgetcreator1creeper1
2022-01-04SystemMonitor: Remove unused functions and enable warning globallyAndrew Kaster
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-12-24SystemMonitor: Remove unused SortingProxyModel includeSam Atkins
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-19SystemMonitor: Add back accidentally removed veil lockIdan Horowitz
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-04SystemMonitor: Port to LibMain :^)Andreas Kling
2021-11-25SystemMonitor: Remove unveiling /tmp/portal/configRalf Donau
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-13SystemMonitor: Ask user before trying to kill/stop processMaciej
2021-11-13SystemMonitor: Add Delete as alternate shortcut for killing a processMaciej
2021-11-13SystemMonitor: Shrink oversized GroupBox marginsAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-17SystemMonitor: Request symbolication wihout source positionsRodrigo Tobar
2021-10-15SystemMonitor: Use a TableView to display the thread stackRodrigo Tobar
2021-10-15SystemMonitor: Remove unnecessary header inclusionRodrigo Tobar
2021-10-13SystemMonitor: Save refresh frequency to a config fileUndefine
2021-10-07SystemMonitor: Use u64 for all GraphWidget valuessin-ack
2021-10-07SystemMonitor: Use size_t for graph valuessin-ack
2021-09-30LibSymbolication+SystemMonitor: Show ELF object in stackRodrigo Tobar
2021-09-28SystemMonitor: Unveil /usr/local/libRodrigo Tobar
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-09-04SystemMonitor: Make memory statistics dynamically formatted by sizeDavid Isaksson
2021-08-18SystemMonitor: Put the "Hardware" tabs at the end of the listAndreas Kling
2021-08-18SystemMonitor: Rename "Graphs" tab to "Performance"Andreas Kling
2021-08-18SystemMonitor: Rename "File system" tab to "Storage"Andreas Kling
2021-08-18SystemMonitor: Consolidate hardware tabs + remove interrupts tabAndreas Kling
2021-08-18SystemMonitor: Remove "Devices" tabAndreas Kling