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-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
2022-08-14
SystemMonitor: Add some margin around widgets in the process inspector
Andreas Kling
2022-08-14
SystemMonitor: Make process name appear in the process inspector again
Andreas Kling
2022-08-12
SystemMonitor: Remove GML references to the deleted Hardware tab
Liav A
2022-07-30
SystemMonitor: Remove the Hardware tab
Liav A
2022-07-24
SystemMonitor: Keep selected row in ProcessMemoryMapWidget
David Smith
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-05
SystemMonitor: Consistently use u64 for ValueFormat::text_formatter
Luke Wilde
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-18
SystemMonitor: Remove MakeInspectable::Yes from constructor
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-06
SystemMonitor: Default initialize all thread state variables
kleines Filmröllchen
2022-04-06
SystemMonitor: Fallback to invalid model index if there's no main thread
kleines Filmröllchen
2022-04-06
SystemMonitor: Keep current process selection expanded if needed
kleines Filmröllchen
2022-04-06
SystemMonitor: Display processes and their threads in a tree :^)
kleines Filmröllchen
2022-04-06
SystemMonitor: Pass the correct parent when checking for selected values
kleines Filmröllchen
2022-04-06
SystemMonitor: Move TID to the front in ProcessModel
kleines Filmröllchen
2022-04-03
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
Linus Groh
2022-04-03
SystemMonitor: Move process window to GML
kleines Filmröllchen
2022-04-03
SystemMonitor: Open PCI database in parallel
kleines Filmröllchen
2022-04-03
SystemMonitor: Move storage tab into custom widget
kleines Filmröllchen
2022-04-03
SystemMonitor: Move hardware tab to custom widget
kleines Filmröllchen
[next]