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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-05-28
SystemMonitor: Disable menu items for inaccessible process
Marcus Nilsson
2021-05-28
SystemMonitor: Use u64 for disk sizes
Jesse Buhagiar
2021-05-22
SystemMonitor: Remove "Inspect Process" action from context menu
Andreas Kling
2021-05-22
SystemMonitor: Symbolicate process stacks in a background thread
Andreas Kling
2021-05-22
SystemMonitor: Don't unveil /tmp/portal/symbol
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-18
SystemMonitor: Don't try and show process window with nothing selected (#7221)
Marcus Nilsson
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-13
SystemMonitor: Boost main thread priority to maximum on startup
Andreas Kling
2021-05-12
SystemMonitor: Spell process window title as "System Monitor"
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-23
SystemMonitor: Show action status tips in the statusbar :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
SystemMonitor: Add tab with detailed state to process properties window
Andreas Kling
2021-04-11
SystemMonitor: Add a little header to the process properties window
Andreas Kling
2021-04-09
SystemMonitor: Add Alt shorcuts to menu actions
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: 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-02-14
SystemMonitor: Define graphs by ColorRole, not by Color
Sahan Fernando
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-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-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-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling