summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-18SystemMonitor: Remove MakeInspectable::Yes from constructorSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06SystemMonitor: Default initialize all thread state variableskleines Filmröllchen
2022-04-06SystemMonitor: Fallback to invalid model index if there's no main threadkleines Filmröllchen
2022-04-06SystemMonitor: Keep current process selection expanded if neededkleines Filmröllchen
2022-04-06SystemMonitor: Display processes and their threads in a tree :^)kleines Filmröllchen
2022-04-06SystemMonitor: Pass the correct parent when checking for selected valueskleines Filmröllchen
2022-04-06SystemMonitor: Move TID to the front in ProcessModelkleines Filmröllchen
2022-04-03Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'Linus Groh
2022-04-03SystemMonitor: Move process window to GMLkleines Filmröllchen
2022-04-03SystemMonitor: Open PCI database in parallelkleines Filmröllchen
2022-04-03SystemMonitor: Move storage tab into custom widgetkleines Filmröllchen
2022-04-03SystemMonitor: Move hardware tab to custom widgetkleines Filmröllchen
2022-04-03SystemMonitor: Move entire main UI to GMLkleines Filmröllchen
2022-04-03SystemMonitor: Register GraphWidget's stack_values propertykleines Filmröllchen
2022-04-03SystemMonitor: Register a graph_widget pseudo-property in MemoryStatsWkleines Filmröllchen
2022-04-03SystemMonitor: Register MemoryStatsWidgetkleines Filmröllchen
2022-04-03SystemMonitor: Register GraphWidgetkleines Filmröllchen
2022-04-03SystemMonitor: Move NetworkStatisticsWidget into namespace + register itkleines Filmröllchen
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22SystemMonitor: Recognise wxallowed mount flagint16
2022-02-21SystemMonitor: Add missing /boot/Kernel.debug unveilIdan Horowitz
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