summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2021-08-18SystemMonitor: Put the "Hardware" tabs at the end of the listAndreas Kling
2021-08-18SystemMonitor: Rename "Graphs" tab to "Performance"Andreas Kling
2021-08-18SystemMonitor: Rename "File system" tab to "Storage"Andreas Kling
2021-08-18SystemMonitor: Consolidate hardware tabs + remove interrupts tabAndreas Kling
2021-08-18SystemMonitor: Remove "Devices" tabAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-13SystemMonitor: Don't fail if we don't have ports installedDaniel Bertalan
2021-08-13SystemMonitor: Unveil /usr/local/bin so symbolization works on portsBrian Gianforcaro
2021-08-08SystemMonitor: Remove unused `this` lambda capturesDaniel Bertalan
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-03Userland: Make representation of 'null' IPv4-address friendlierThomas Wagenveld
2021-08-03Userland: Add network adapter link status to SystemMonitor and appletThomas Wagenveld
2021-08-01SystemMonitor: Register ProcessStateModel with ProcessModel on constructsin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-29SystemMonitor: Only update kill actions when pid changesMarcus Nilsson
2021-07-29SystemMonitor: Use kill(pid,0) when checking for kill permissionMarcus Nilsson
2021-07-27SystemMonitor: Display connection status icons in Network tabMaciej Zygmanowski
2021-07-25SystemManager: Separate sockets GroupBox into TCP/UDPbrapru
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-07-18SystemMonitor: Add support for 64-bit addressesGunnar Beutner
2021-07-08Kernel: Use PAE to allow accessing all physical memory beyond 4GBTom
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-05-28SystemMonitor: Disable menu items for inaccessible processMarcus Nilsson
2021-05-28SystemMonitor: Use u64 for disk sizesJesse Buhagiar
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-22SystemMonitor: Remove "Inspect Process" action from context menuAndreas Kling
2021-05-22SystemMonitor: Symbolicate process stacks in a background threadAndreas Kling
2021-05-22SystemMonitor: Don't unveil /tmp/portal/symbolAndreas Kling
2021-05-22LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}Andreas Kling
2021-05-22LibSymbolication+SystemMonitor+bt: Move symbolication back in-processAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-18SystemMonitor: Don't try and show process window with nothing selected (#7221)Marcus Nilsson
2021-05-18SystemMonitor: Show UDP socketsbrapru
2021-05-15SystemMonitor: Make ProcessModel icon column non-sortableLinus Groh
2021-05-15SystemMonitor: Make sure we set a model before changing column sizesAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13SystemMonitor: Boost main thread priority to maximum on startupAndreas Kling
2021-05-12SystemMonitor: Spell process window title as "System Monitor"Linus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur