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
2021-04-06
SystemMonitor: Highlight kernel processes a bit better in SystemMonitor
Andreas Kling
2021-04-05
SystemMonitor: Add Alt shortcuts for top-level menus
Andreas Kling
2021-04-05
SystemMonitor: Only show the most important process stats by default
Andreas Kling
2021-04-05
SystemMonitor: Don't generate backtraces while not looking at them
Andreas Kling
2021-04-05
SystemMonitor: Tweak default window size
Linus Groh
2021-04-04
SystemMonitor: Scope the process-specific actions to the process list
Andreas Kling
2021-04-04
SystemMonitor: Actually reuse existing process properties windows
Andreas Kling
2021-04-04
LibGUI: Add GUI::CommonActions::make_properties_action()
Andreas Kling
2021-04-04
SystemMonitor: Remove unnecessary splitter from UI layout
Andreas Kling
2021-04-04
SystemMonitor: Show total CPU usage percentage in status bar
Andreas Kling
2021-04-04
SystemMonitor: Tweak main UI layout :^)
Andreas Kling
2021-04-04
SystemMonitor: Add ability to open process properties from context menu
Andreas Kling
2021-04-04
SystemMonitor: Remove "Process" context menu from menu bar
Andreas Kling
2021-04-04
SystemMonitor: Show process-specific details in a separate window
Andreas Kling
2021-04-04
SystemMonitor: Start capturing CPU/memory graphs on startup
Andreas Kling
2021-04-04
SystemMonitor: Add a status bar to the main window
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
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-02-14
SystemMonitor: Define graphs by ColorRole, not by Color
Sahan Fernando
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
2021-02-12
SystemMonitor: Use system color themes for graph widgets
Sahan Fernando
2021-02-04
SystemMonitor: Use SymbolServer to symbolicate thread stacks
Andreas Kling
2021-02-02
pmap+SystemMonitor: Mark syscall regions with 'C'
Andreas Kling
2021-01-31
Userland: Rename PCI slot to PCI device terminology
Jean-Baptiste Boric
2021-01-30
SystemMonitor: Handle PCIDB::Database::open() failure gracefully
Linus Groh
2021-01-29
SystemMonitor: Show VM region addresses as zero-padded hex ({:p})
Andreas Kling
2021-01-29
SystemMonitor: Trim "VMObject" suffix from VMObject types
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling