ladybird/Applications
Andreas Kling 4f99c3726c SystemMonitor: Add pagemap visualization for VM regions
This patch adds a new column to the per-process memory regions view in
SystemMonitor. It's a scaled view of the underlying pagemap of a region
that tells you which chunks of the region are resident/null/zero.
2020-02-25 23:06:40 +01:00
..
About Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
Browser AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Calculator Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
ChanViewer Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
DisplayProperties AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
FileManager AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
FontEditor LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
Help AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
HexEditor LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
IRCClient AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
PaintBrush LibGUI: Make GUI::Frame have the 2px sunken container look by default 2020-02-23 11:10:52 +01:00
Piano AK: Make Queue use size_t for its size 2020-02-25 14:55:04 +01:00
QuickShow LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
SoundPlayer SoundPlayer: Cast Audio::Sample to float for fabsf() 2020-02-25 15:32:58 +01:00
SystemMenu AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
SystemMonitor SystemMonitor: Add pagemap visualization for VM regions 2020-02-25 23:06:40 +01:00
Taskbar Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
Terminal Terminal: Open settings as a modal window 2020-02-25 19:57:48 +01:00
TextEditor TextEditor: Pledge "thread" since it's needed by GUI::FilePicker 2020-02-24 19:51:22 +01:00
Welcome AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00