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-08-18
SystemMonitor: Rename "File system" tab to "Storage"
Andreas Kling
2021-08-18
SystemMonitor: Consolidate hardware tabs + remove interrupts tab
Andreas Kling
2021-08-18
SystemMonitor: Remove "Devices" tab
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-13
SystemMonitor: Don't fail if we don't have ports installed
Daniel Bertalan
2021-08-13
SystemMonitor: Unveil /usr/local/bin so symbolization works on ports
Brian Gianforcaro
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-29
SystemMonitor: Only update kill actions when pid changes
Marcus Nilsson
2021-07-29
SystemMonitor: Use kill(pid,0) when checking for kill permission
Marcus Nilsson
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
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
[prev]
[next]