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
/
NetworkStatisticsWidget.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-30
SystemMonitor: Use new-style widget size constraints
Andreas Kling
2020-09-22
SystemMonitor: Wrap adapters and sockets model into a SortingProxyModel
Tibor Nagy
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
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-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
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-18
Meta: Add license header to source files
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-10-02
SystemMonitor: Make all tabs except the process table lazily loaded
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GGroupBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev