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
/
SystemMonitor
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-24
SystemMonitor: Tweak processor feature display a little bit
Andreas Kling
2020-08-23
SystemMonitor: Use bottom-side tabs for the per-process info tabs
Andreas Kling
2020-08-21
SystemMonitor: Add a Processors tab
Luke
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Simplify TableCellPaintingDelegate API slightly
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-16
SystemMonitor: Move memory graph caption from KB to KiB
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
SystemMonitor: ProcessStack is now ThreadStack
Ben Wiederhake
2020-08-12
SystemMonitor: Display the stack of only the selected thread
Ben Wiederhake
2020-08-04
SystemMonitor: Replace custom ProcessTableView with just GUI::TableView
Andreas Kling
2020-08-04
SystemMonitor: Disown child processes after spawning
Andreas Kling
2020-08-03
SystemMonitor: Provide new 'Inspect' action
Ben Wiederhake
2020-08-03
SystemMonitor: Use icon for 'Profile' action
Ben Wiederhake
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-04
SystemMonitor: Change default update frequency to 3 seconds
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-02
SystemMonitor: Correctly check error of posix_spawn()
Nico Weber
2020-07-01
SystemMonitor: Add "profile process" menu action :^)
Andreas Kling
2020-07-01
SystemMonitor: Add a utilization graph for each processor
Tom
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-29
Userland+SystemMonitor: Recognize the MS_RDONLY mount flag
Sergey Bugaev
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-12
SystemMonitor: Remove the toolbar above the process table
Andreas Kling
2020-05-05
SystemMonitor: Replace details with message when process isn't accessible
DexesTTP
2020-04-23
SystemMonitor: Shrink margins of main layout
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-06
SystemMonitor: Replace 'device' JSON field with 'source'
Liav A
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-04-03
Revert "SystemMonitor: Replace 'device' JSON field with 'source'"
Andreas Kling
2020-04-02
SystemMonitor: Replace 'device' JSON field with 'source'
Liav A
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-02
SystemMonitor: Unbreak the in-table progress bars showing disk usage
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-22
SystemMonitor: Fix display of file system size column.
Brian Gianforcaro
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-15
LibGUI: Remove some header dependencies from Application.h
Andreas Kling
2020-02-11
SystemMonitor: Tweak bottom margin of the process table
Andreas Kling
[next]