summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor
AgeCommit message (Expand)Author
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-24SystemMonitor: Tweak processor feature display a little bitAndreas Kling
2020-08-23SystemMonitor: Use bottom-side tabs for the per-process info tabsAndreas Kling
2020-08-21SystemMonitor: Add a Processors tabLuke
2020-08-17SystemMonitor: Uninitialized struct member in ProcessModel, found by CoverityBrian Gianforcaro
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16SystemMonitor: Invalidate ProcessModel indexes when necessaryAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16SystemMonitor: Move memory graph caption from KB to KiBNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-15SystemMonitor: ProcessStack is now ThreadStackBen Wiederhake
2020-08-12SystemMonitor: Show PPID, PGID, SIDBen Wiederhake
2020-08-12SystemMonitor: Display the stack of only the selected threadBen Wiederhake
2020-08-04SystemMonitor: Replace custom ProcessTableView with just GUI::TableViewAndreas Kling
2020-08-04SystemMonitor: Disown child processes after spawningAndreas Kling
2020-08-03SystemMonitor: Provide new 'Inspect' actionBen Wiederhake
2020-08-03SystemMonitor: Use icon for 'Profile' actionBen Wiederhake
2020-08-03SystemMonitor: Try to keep focus in 'Stacks'Ben Wiederhake
2020-08-03SystemMonitor: Split up kmalloc labelsBen Wiederhake
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-18System Monitor: Sort Address column in memory map numericallyNico Weber
2020-07-15LibGUI: Use enum for TextEditor modes & add new DisplayOnly modethankyouverycool
2020-07-11SystemMonitor: Parse /proc/cpuinfo as JSONLinus Groh
2020-07-04SystemMonitor: Change default update frequency to 3 secondsAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-02SystemMonitor: Correctly check error of posix_spawn()Nico Weber
2020-07-01SystemMonitor: Add "profile process" menu action :^)Andreas Kling
2020-07-01SystemMonitor: Add a utilization graph for each processorTom
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-29Userland+SystemMonitor: Recognize the MS_RDONLY mount flagSergey Bugaev
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12SystemMonitor: Remove the toolbar above the process tableAndreas Kling
2020-05-05SystemMonitor: Replace details with message when process isn't accessibleDexesTTP
2020-04-23SystemMonitor: Shrink margins of main layoutAndreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-06SystemMonitor: Replace 'device' JSON field with 'source'Liav A
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling