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-04-06
SystemMonitor: Default initialize all thread state variables
kleines Filmröllchen
2022-04-06
SystemMonitor: Fallback to invalid model index if there's no main thread
kleines Filmröllchen
2022-04-06
SystemMonitor: Keep current process selection expanded if needed
kleines Filmröllchen
2022-04-06
SystemMonitor: Display processes and their threads in a tree :^)
kleines Filmröllchen
2022-04-06
SystemMonitor: Pass the correct parent when checking for selected values
kleines Filmröllchen
2022-04-06
SystemMonitor: Move TID to the front in ProcessModel
kleines Filmröllchen
2022-04-03
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
Linus Groh
2022-04-03
SystemMonitor: Move process window to GML
kleines Filmröllchen
2022-04-03
SystemMonitor: Open PCI database in parallel
kleines Filmröllchen
2022-04-03
SystemMonitor: Move storage tab into custom widget
kleines Filmröllchen
2022-04-03
SystemMonitor: Move hardware tab to custom widget
kleines Filmröllchen
2022-04-03
SystemMonitor: Move entire main UI to GML
kleines Filmröllchen
2022-04-03
SystemMonitor: Register GraphWidget's stack_values property
kleines Filmröllchen
2022-04-03
SystemMonitor: Register a graph_widget pseudo-property in MemoryStatsW
kleines Filmröllchen
2022-04-03
SystemMonitor: Register MemoryStatsWidget
kleines Filmröllchen
2022-04-03
SystemMonitor: Register GraphWidget
kleines Filmröllchen
2022-04-03
SystemMonitor: Move NetworkStatisticsWidget into namespace + register it
kleines Filmröllchen
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
SystemMonitor: Recognise wxallowed mount flag
int16
2022-02-21
SystemMonitor: Add missing /boot/Kernel.debug unveil
Idan Horowitz
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
[next]