summaryrefslogtreecommitdiff
path: root/Applications/ProcessManager
AgeCommit message (Expand)Author
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
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-29Kernel: Change the format of /proc/all to JSON.Andreas Kling
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-07ProcessManager+top: Rename "linear" size to "virtual" size.Andreas Kling
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-27Applications: Let's put spaces in app namesAndreas Kling
2019-05-14ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-10ProcessManager: Tweak appearance (spacing, margins..)Andreas Kling
2019-05-07ProcessManager: Draw the graphs as lines.Andreas Kling
2019-05-07ProcessManager: Tweak default column widths.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-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20ProcessManager: Exclude colonel process from process listing.Andreas Kling
2019-04-20Kernel: Make the colonel run at "Idle" priority (the lowest possible.)Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-18ProcessManager: Do a little less malloc() in the /proc/memstats parsing.Andreas Kling
2019-04-18ProcessManager: Use a single timer for refreshing the view.Andreas Kling
2019-04-18ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code.Andreas Kling
2019-04-18ProcessManager: Use a CFile for parsing /proc/memstat.Andreas Kling
2019-04-17Kernel+ProcessManager: Show per-process syscall counts.Andreas Kling
2019-04-16ProcessManager: Add a window icon.Andreas Kling
2019-04-15Kernel+ProcessManager: Expose the number of kmalloc/kfree calls.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-03AK: Add Eternal<T> and use it in various places.Andreas Kling
2019-03-29Rename Painter::set_clip_rect() to add_clip_rect().Andreas Kling
2019-03-29LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.Andreas Kling
2019-03-29GModel: Add GModelIndex argument to row_count() and column_count().Andreas Kling
2019-03-28Move LibGUI/GStyle to SharedGraphics/StylePainter.Andreas Kling
2019-03-28LibGUI: Add a GPainter class that inherits from Painter.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-23LibGUI: Rename GTableModel => GModel.Andreas Kling
2019-03-22Use the PNG loader for all images, and get rid of the .rgb files.Andreas Kling
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-18LibGUI: Add GTableModel::Role::ForegroundColor.Andreas Kling
2019-03-17LibGUI: Add GFile and base class GIODevice.Andreas Kling
2019-03-10LibGUI: Don't fill widgets with background color by defualt.Andreas Kling