summaryrefslogtreecommitdiff
path: root/Applications/ProcessManager/Makefile
AgeCommit message (Expand)Author
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-10ProcessManager: Use a GJsonArrayModel for the process memory mapsAndreas Kling
2019-08-10ProcessManager: Use a GJsonArrayModel for the process file desciptorsAndreas Kling
2019-08-10ProcessManager: Remove SocketModel and NetworkAdapterModelAndreas 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-27ProcessManager: Add a process-specific tab view below the process table.Andreas Kling
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-06ProcessManager: Add CPU/memory usage graphs in a separate tab.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-23LibGUI: Rename GTableModel => GModel.Andreas Kling
2019-03-10ProcessManager: Show some basic system memory stats below the process table.Andreas Kling
2019-02-28LibGUI: Take ProcessManager's process view and turn it into GTableView.Andreas Kling
2019-02-28ProcessManager: Move ProcessTableModel class to its own files.Andreas Kling
2019-02-28ProcessManager: Start working on a graphical process manager.Andreas Kling