summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessStateWidget.cpp
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-03SystemMonitor: Move process window to GMLkleines Filmröllchen
2022-02-18SystemMonitor: Don't invalidate ProcessStateModel on refreshthankyouverycool
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-24SystemMonitor: Remove unused SortingProxyModel includeSam Atkins
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01SystemMonitor: Register ProcessStateModel with ProcessModel on constructsin-ack
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-15SystemMonitor: Make sure we set a model before changing column sizesAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11SystemMonitor: Add tab with detailed state to process properties windowAndreas Kling