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