summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-23SystemMonitor: Show action status tips in the statusbar :^)Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22SystemMonitor: Only show two decimal digits for the CPU usageAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11SystemMonitor: Add tab with detailed state to process properties windowAndreas Kling
2021-04-11SystemMonitor: Add a little header to the process properties windowAndreas Kling
2021-04-11SystemMonitor: Simplify executable icon lookup in ProcessModelAndreas Kling
2021-04-09SystemMonitor: Add Alt shorcuts to menu actionsAndreas Kling
2021-04-06SystemMonitor: Highlight kernel processes a bit better in SystemMonitorAndreas Kling
2021-04-05SystemMonitor: Add Alt shortcuts for top-level menusAndreas Kling
2021-04-05SystemMonitor: Only show the most important process stats by defaultAndreas Kling
2021-04-05SystemMonitor: Don't generate backtraces while not looking at themAndreas Kling
2021-04-05SystemMonitor: Tweak default window sizeLinus Groh
2021-04-04SystemMonitor: Scope the process-specific actions to the process listAndreas Kling
2021-04-04SystemMonitor: Actually reuse existing process properties windowsAndreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-04-04SystemMonitor: Remove unnecessary splitter from UI layoutAndreas Kling
2021-04-04SystemMonitor: Show total CPU usage percentage in status barAndreas Kling
2021-04-04SystemMonitor: Tweak main UI layout :^)Andreas Kling
2021-04-04SystemMonitor: Add ability to open process properties from context menuAndreas Kling
2021-04-04SystemMonitor: Remove "Process" context menu from menu barAndreas Kling
2021-04-04SystemMonitor: Show process-specific details in a separate windowAndreas Kling
2021-04-04SystemMonitor: Start capturing CPU/memory graphs on startupAndreas Kling
2021-04-04SystemMonitor: Add a status bar to the main windowAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-04SystemMonitor: Return icon display data as GUI::Iconsthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16SystemMonitor: Remove pid-and-tid tuple concept from ProcessModelAndreas Kling
2021-02-16SystemMonitor: Remove some unused cruft in ProcessModelAndreas Kling
2021-02-14SystemMonitor: Define graphs by ColorRole, not by ColorSahan Fernando
2021-02-14Kernel: Remove user/kernel flags from RegionAndreas Kling
2021-02-12SystemMonitor: Use system color themes for graph widgetsSahan Fernando
2021-02-04SystemMonitor: Use SymbolServer to symbolicate thread stacksAndreas Kling
2021-02-02pmap+SystemMonitor: Mark syscall regions with 'C'Andreas Kling
2021-01-31Userland: Rename PCI slot to PCI device terminologyJean-Baptiste Boric
2021-01-30SystemMonitor: Handle PCIDB::Database::open() failure gracefullyLinus Groh
2021-01-29SystemMonitor: Show VM region addresses as zero-padded hex ({:p})Andreas Kling
2021-01-29SystemMonitor: Trim "VMObject" suffix from VMObject typesAndreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling