index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SystemMonitor
/
NetworkStatisticsWidget.cpp
Age
Commit message (
Expand
)
Author
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-01-27
SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-02
SystemMonitor: Add context menu for opening adapter in NetworkSettings
Maciej
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-03
SystemMonitor: Move NetworkStatisticsWidget into namespace + register it
kleines Filmröllchen
2022-02-17
LibGUI: JsonArrayModel update without invalidating indices
martinfalisse
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-11-13
SystemMonitor: Shrink oversized GroupBox margins
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-08
SystemMonitor: Remove unused `this` lambda captures
Daniel Bertalan
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-03
Userland: Make representation of 'null' IPv4-address friendlier
Thomas Wagenveld
2021-08-03
Userland: Add network adapter link status to SystemMonitor and applet
Thomas Wagenveld
2021-07-27
SystemMonitor: Display connection status icons in Network tab
Maciej Zygmanowski
2021-07-25
SystemManager: Separate sockets GroupBox into TCP/UDP
brapru
2021-05-18
SystemMonitor: Show UDP sockets
brapru
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling