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-08-18
SystemMonitor: Put the "Hardware" tabs at the end of the list
Andreas Kling
2021-08-18
SystemMonitor: Rename "Graphs" tab to "Performance"
Andreas Kling
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-08
SystemMonitor: Remove unused `this` lambda captures
Daniel Bertalan
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-03
Userland: Make representation of 'null' IPv4-address friendlier
Thomas Wagenveld
2021-08-03
Userland: Add network adapter link status to SystemMonitor and applet
Thomas Wagenveld
2021-08-01
SystemMonitor: Register ProcessStateModel with ProcessModel on construct
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-27
SystemMonitor: Display connection status icons in Network tab
Maciej Zygmanowski
2021-07-25
SystemManager: Separate sockets GroupBox into TCP/UDP
brapru
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-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-07-18
SystemMonitor: Add support for 64-bit addresses
Gunnar Beutner
2021-07-08
Kernel: Use PAE to allow accessing all physical memory beyond 4GB
Tom
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
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
[next]