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-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-23
LibCore: Make ProcessStatisticsReader return results in a Vector
Andreas Kling
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: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
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-18
SystemMonitor: Show UDP sockets
brapru
2021-05-15
SystemMonitor: Make ProcessModel icon column non-sortable
Linus Groh
2021-05-15
SystemMonitor: Make sure we set a model before changing column sizes
Andreas Kling
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-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-23
SystemMonitor: Show action status tips in the statusbar :^)
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
SystemMonitor: Only show two decimal digits for the CPU usage
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
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-11
SystemMonitor: Simplify executable icon lookup in ProcessModel
Andreas Kling
2021-04-09
SystemMonitor: Add Alt shorcuts to menu actions
Andreas Kling
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
[next]