1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:38:10 +00:00
serenity/Applications/ProcessManager
Andreas Kling 23bb276fcd LibC: Run constructors on process startup.
Cooperate with the compiler to generate and execute the _init_array list
of constructor functions on userspace program statup. This took two days
to get working, my goodness. :^)
2019-03-27 12:48:21 +01:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp Use the PNG loader for all images, and get rid of the .rgb files. 2019-03-22 00:21:03 +01:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
MemoryStatsWidget.cpp LibGUI: Don't fill widgets with background color by defualt. 2019-03-10 13:16:36 +01:00
MemoryStatsWidget.h ProcessManager: Show some basic system memory stats below the process table. 2019-03-10 12:13:22 +01:00
ProcessModel.cpp LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
ProcessModel.h LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
ProcessTableView.cpp LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
ProcessTableView.h LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00