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-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
2019-03-10
ProcessManager: Tidy up the memory stats and align everything nicely.
Andreas Kling
2019-03-10
ProcessManager: Show some basic system memory stats below the process table.
Andreas Kling
2019-03-10
ProcessManager: Make the toolbar actions work again.
Andreas Kling
2019-03-09
LibGUI: Use a separate data role for the table model sorting order.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-03-09
ProcessManager: Show the colonel process.
Andreas Kling
2019-03-06
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
Andreas Kling
2019-03-03
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
Andreas Kling
2019-03-01
LibGUI: Let GTableModel handle the selection instead of doing it virtually.
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
ProcessManager: Use icons for the process priorities.
Andreas Kling
[next]