ladybird/Applications/ProcessManager
2019-08-10 16:08:51 +02:00
..
GraphWidget.cpp ProcessManager: Draw the graphs as lines. 2019-05-07 17:11:48 +02:00
GraphWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
main.cpp ProcessManager: Add a "Network" tab with live adapter and socket stats 2019-08-08 20:43:30 +02:00
Makefile ProcessManager: Use a GJsonArrayModel for the process memory maps 2019-08-10 16:08:51 +02:00
MemoryStatsWidget.cpp ProcessManager: Tweak memory stats widget layout to fit more text 2019-08-08 19:50:33 +02:00
MemoryStatsWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
NetworkStatisticsWidget.cpp GJsonArrayModel: Add an optional "massage_for_display" fieldspec hook 2019-08-10 11:06:29 +02:00
NetworkStatisticsWidget.h ProcessManager: Add a "Network" tab with live adapter and socket stats 2019-08-08 20:43:30 +02:00
ProcessFileDescriptorMapWidget.cpp GJsonArrayModel: Support fields that aren't tied to a single JSON value 2019-08-10 15:06:29 +02:00
ProcessFileDescriptorMapWidget.h ProcessManager: Add a new per-proces "open files" view showing open FDs 2019-08-03 08:26:45 +02:00
ProcessMemoryMapWidget.cpp ProcessManager: Use a GJsonArrayModel for the process memory maps 2019-08-10 16:08:51 +02:00
ProcessMemoryMapWidget.h ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
ProcessModel.cpp Kernel+ProcessManager: Let processes have an icon and show it in the table. 2019-07-29 07:26:01 +02:00
ProcessModel.h Kernel+ProcessManager: Let processes have an icon and show it in the table. 2019-07-29 07:26:01 +02:00
ProcessStacksWidget.cpp ProcessManager: Fix timer leak in ProcessStacksWidget 2019-08-01 11:12:35 +02:00
ProcessStacksWidget.h ProcessManager: Add a process-specific tab view below the process table. 2019-07-27 09:39:43 +02:00
ProcessTableView.cpp ProcessManager: Enable automatic column sizing for all table views 2019-08-09 19:32:09 +02:00
ProcessTableView.h ProcessManager: Add ProcessTableView::on_process_selected() callback. 2019-07-27 09:37:26 +02:00