summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2023-05-22SystemMonitor: Store text in UnavailableProcessWidget using String classKarol Kosek
2023-05-22SystemMonitor: Propagate more errors on startupKarol Kosek
2023-05-22SystemMonitor: Convert most widgets to a failable factoryKarol Kosek
2023-05-19SystemMonitor: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-14SystemMonitor: Prefer Core::File, poll ProcessStatisticsReader correctlyBen Wiederhake
2023-05-13Userland+Base: Don't run NetworkSettings in elevated modeFabian Dellwing
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-10SystemMonitor: Handle zombie processes properlyLiav A
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
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