index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
ProcessManager
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev
2019-08-12
ProcessManager: Hook the sort order for the file systems JSON model
Andreas Kling
2019-08-11
ProcessManager: Add "File systems" tab with info on mounted filesystems
Andreas Kling
2019-08-08
ProcessManager: Add a "Network" tab with live adapter and socket stats
Andreas Kling
2019-08-03
ProcessManager: Add a new per-proces "open files" view showing open FDs
Andreas Kling
2019-07-28
ProcessManager: Add a "Memory map" view to show a process's VM layout.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-27
ProcessManager: Oops, the process-specific view should not be global.
Andreas Kling
2019-07-27
ProcessManager: Add a process-specific tab view below the process table.
Andreas Kling
2019-07-27
ProcessManager: Move the memory stats widget under "Graphs" instead.
Andreas Kling
2019-07-27
ProcessManager: Rename "widget" to "process_table_container".
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-11
ProcessManager: Remove use of copy_ref().
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-30
ProcessManager: Add process-specific context menus to the main table view.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-10
ProcessManager: Tweak appearance (spacing, margins..)
Andreas Kling
2019-05-07
ProcessManager: Draw the graphs as lines.
Andreas Kling
2019-05-06
ProcessManager: Use the same margins for both CPU and memory graph.
Andreas Kling
2019-05-06
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-05-05
GTabWidget: Make a custom look for tab buttons.
Andreas Kling
2019-05-05
LibGUI: Start working on a tabbed widget container: GTabWidget.
Andreas Kling
2019-04-18
ProcessManager: Use a single timer for refreshing the view.
Andreas Kling
2019-04-17
Kernel+ProcessManager: Show per-process syscall counts.
Andreas Kling
2019-04-16
ProcessManager: Add a window icon.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-10
ProcessManager: Show some basic system memory stats below the process table.
Andreas Kling
2019-03-03
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
ProcessManager: Add process owner's username to table view.
Andreas Kling
2019-02-28
ProcessManager: Add "continue" action that sends SIGCONT.
Andreas Kling
2019-02-28
ProcessManager: Add a "stop" action that sends SIGSTOP to a process.
Andreas Kling
2019-02-28
ProcessManager: Bump the initial window size to "pretty big"
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling