index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SystemMonitor
Age
Commit message (
Expand
)
Author
2023-05-22
SystemMonitor: Store text in UnavailableProcessWidget using String class
Karol Kosek
2023-05-22
SystemMonitor: Propagate more errors on startup
Karol Kosek
2023-05-22
SystemMonitor: Convert most widgets to a failable factory
Karol Kosek
2023-05-19
SystemMonitor: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-15
LibGUI+Userland: Store column names in JsonArrayModel as String
Karol Kosek
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-05-14
SystemMonitor: Prefer Core::File, poll ProcessStatisticsReader correctly
Ben Wiederhake
2023-05-13
Userland+Base: Don't run NetworkSettings in elevated mode
Fabian Dellwing
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGUI: Remove Label icons and replace instances with ImageWidget
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-25
Userland: Remove "Inspector" program and related utilities
Andreas Kling
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-10
SystemMonitor: Handle zombie processes properly
Liav A
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-24
SystemMonitor: Add "Debug In HackStudio" action to process context menu
Itamar
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-27
SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-05
SystemMonitor: Update stats/graph immediately on launch
John Bundgaard
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-17
SystemMonitor: Propagate errors when trying to load an icon
Keir Davis
2022-12-15
LibThreading+Everywhere: Support returning error from `BackgroundAction`
Lucas CHOLLET
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-02
SystemMonitor: Add context menu for opening adapter in NetworkSettings
Maciej
2022-11-02
SystemMonitor: Add Command column to ProcessModel
Maciej
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-22
Userland: Utilize MS_NOREGULAR mount flag
Liav A
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-21
SystemMonitor: Save configuration of columns
Orel
2022-08-21
SystemMonitor: Don't unveil /boot/Kernel.debug if it does not exist
Liav A
[next]