1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:57:35 +00:00
serenity/Applications/ProcessManager
Andreas Kling 841b2e5d13 WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Now that we support more than 2 clients per shared buffer, we can use them
for window icons. I didn't do that previously since it would have made the
Taskbar process unable to access the icons.

This opens up some nice possibilities for programmatically generated icons.
2019-07-28 10:18:49 +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 WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 2019-07-28 10:18:49 +02:00
Makefile ProcessManager: Add a process-specific tab view below the process table. 2019-07-27 09:39:43 +02:00
MemoryStatsWidget.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
MemoryStatsWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
ProcessModel.cpp CProcessStatisticsReader: Be consistent about terminology from the kernel down 2019-07-18 07:23:26 +02:00
ProcessModel.h Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. 2019-07-24 08:42:55 +02:00
ProcessStacksWidget.cpp ProcessManager: Add a process-specific tab view below the process table. 2019-07-27 09:39:43 +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: Add ProcessTableView::on_process_selected() callback. 2019-07-27 09:37:26 +02:00
ProcessTableView.h ProcessManager: Add ProcessTableView::on_process_selected() callback. 2019-07-27 09:37:26 +02:00