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
Age
Commit message (
Expand
)
Author
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
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-12
LibGUI: Add a way for models to update without invalidating indexes
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-28
SystemMonitor: Show VMObject types in process memory maps
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-25
SystemMonitor: Add pagemap visualization for VM regions
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
LibGUI: Make GUI::Frame have the 2px sunken container look by default
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-20
AK: Use size_t for CircularQueue and CircularDeque
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
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-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-11
SystemMonitor: Tweak bottom margin of the process table
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
SystemMonitor: Fix building with clang
joshua stein
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-30
SystemMonitor: Unveil /dev
Sergey Bugaev
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
[next]