index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
ProcessManager
Age
Commit message (
Expand
)
Author
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-30
ProcessManager: Add process-specific context menus to the main table view.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
ProcessManager+top: Rename "linear" size to "virtual" size.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-14
ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-10
ProcessManager: Tweak appearance (spacing, margins..)
Andreas Kling
2019-05-07
ProcessManager: Draw the graphs as lines.
Andreas Kling
2019-05-07
ProcessManager: Tweak default column widths.
Andreas Kling
2019-05-06
ProcessManager: Use the same margins for both CPU and memory graph.
Andreas Kling
2019-05-06
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-05-05
GTabWidget: Make a custom look for tab buttons.
Andreas Kling
2019-05-05
LibGUI: Start working on a tabbed widget container: GTabWidget.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
ProcessManager: Exclude colonel process from process listing.
Andreas Kling
2019-04-20
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-18
ProcessManager: Do a little less malloc() in the /proc/memstats parsing.
Andreas Kling
2019-04-18
ProcessManager: Use a single timer for refreshing the view.
Andreas Kling
2019-04-18
ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code.
Andreas Kling
2019-04-18
ProcessManager: Use a CFile for parsing /proc/memstat.
Andreas Kling
2019-04-17
Kernel+ProcessManager: Show per-process syscall counts.
Andreas Kling
2019-04-16
ProcessManager: Add a window icon.
Andreas Kling
2019-04-15
Kernel+ProcessManager: Expose the number of kmalloc/kfree calls.
Andreas Kling
2019-04-10
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
Andreas Kling
2019-03-29
GModel: Add GModelIndex argument to row_count() and column_count().
Andreas Kling
2019-03-28
Move LibGUI/GStyle to SharedGraphics/StylePainter.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-18
LibGUI: Add GTableModel::Role::ForegroundColor.
Andreas Kling
2019-03-17
LibGUI: Add GFile and base class GIODevice.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
[next]