summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-05SystemMonitor: Update stats/graph immediately on launchJohn Bundgaard
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-17SystemMonitor: Propagate errors when trying to load an iconKeir Davis
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-02SystemMonitor: Add context menu for opening adapter in NetworkSettingsMaciej
2022-11-02SystemMonitor: Add Command column to ProcessModelMaciej
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-22Userland: Utilize MS_NOREGULAR mount flagLiav A
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-21SystemMonitor: Save configuration of columnsOrel
2022-08-21SystemMonitor: Don't unveil /boot/Kernel.debug if it does not existLiav A
2022-08-14SystemMonitor: Add some margin around widgets in the process inspectorAndreas Kling
2022-08-14SystemMonitor: Make process name appear in the process inspector againAndreas Kling
2022-08-12SystemMonitor: Remove GML references to the deleted Hardware tabLiav A
2022-07-30SystemMonitor: Remove the Hardware tabLiav A
2022-07-24SystemMonitor: Keep selected row in ProcessMemoryMapWidgetDavid Smith
2022-07-14Kernel+Userland: Rename prefix of user_physical => physicalLiav A
2022-07-14Kernel+Userland: Remove supervisor pages conceptLiav A
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-18SystemMonitor: Remove MakeInspectable::Yes from constructorSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06SystemMonitor: Default initialize all thread state variableskleines Filmröllchen
2022-04-06SystemMonitor: Fallback to invalid model index if there's no main threadkleines Filmröllchen
2022-04-06SystemMonitor: Keep current process selection expanded if neededkleines Filmröllchen
2022-04-06SystemMonitor: Display processes and their threads in a tree :^)kleines Filmröllchen
2022-04-06SystemMonitor: Pass the correct parent when checking for selected valueskleines Filmröllchen
2022-04-06SystemMonitor: Move TID to the front in ProcessModelkleines Filmröllchen
2022-04-03Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'Linus Groh
2022-04-03SystemMonitor: Move process window to GMLkleines Filmröllchen
2022-04-03SystemMonitor: Open PCI database in parallelkleines Filmröllchen
2022-04-03SystemMonitor: Move storage tab into custom widgetkleines Filmröllchen
2022-04-03SystemMonitor: Move hardware tab to custom widgetkleines Filmröllchen