summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Use a blank line at mostrbuj1-5/+0
2019-04-29Use g_date_time_format instead of filter_daterbuj1-0/+4
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format
2019-04-28Add disk IO on process inforbuj1-0/+4
Based on GNOME/gnome-system-monitor@60a787b
2019-04-17Use g_format_size or g_format_size_fullrbuj1-13/+14
- IEC units for RAM - SI units for storage and network
2016-03-02clean up some includes, remove some dead codemonsta1-4/+0
2016-03-01remove some dead codemonsta1-37/+0
2015-12-01process properties: use proper format for "CPU time" propertymonsta1-0/+2
it should be the same as in "CPU time" column of process table now adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=3c1f17877f95fcac7f5d437739305e245af7ba8b
2014-12-19Add a Process Properties dialog in MATE System Monitorinfirit1-0/+2
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
2014-12-19Update systemd support from several GSD commitsinfirit1-0/+3
Msg: Backout change from using free() to g_free() in systemd patch Commit: f1f7bddf007c950608f5f8c5a771a7fb2ab187d5 From: Chris Kühl <[email protected]> Msg: Require systemd 38 or greater when using --enable-systemd Commit: ff551c6974cfa0801a368ee5c2406ce941ac8cab From: Chris Kühl <[email protected]> Msg: build: Disallow building with systemd v43 due to C++ incompatibility Commit: 8a17cd6ff6b0ab4979c6ed8426724ce355d23679 From: Chris Kühl <[email protected]> Msg: Check for logind, not for systemd Commit: 4cf87daa48a8ab606afe5e3c2ac54c8f6276ba98 From: Martin Pitt <[email protected]>
2014-12-18Add custom sort method for numerical columns with descending sort firstinfirit1-0/+2
Taken from GSM commit: b439f813ceaf6ce6e82cd490c734c67aeb1f2028 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=557122
2014-12-18Priority column to the process table to show user-friendly nice valuesinfirit1-0/+8
Taken from GSM commit: 6fcbf5aaa65d63dd751c812c3ac05a937b50450d From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131802
2014-12-18Make indentation uniform across source filesinfirit1-71/+71
No more tabs, 4 spaces instead. And remove trailing whitespace.
2011-11-08initialPerberos1-0/+151