Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-29 | remove glib max version define, to avoid spamming build logs | Wolfgang Ulbrich | 1 | -3/+1 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-10-15 | Add a smart CXXFLAGS / std=c++11 switch.mate-system-monitor-1.11.0 | Benoît Dejean | 1 | -1/+2 | |
Code from glom and murrayc http://www.murrayc.com/permalink/2015/07/31/gtkmm-now-uses-c11/ . | |||||
2015-10-06 | Bump version to 1.11.0 | monsta | 1 | -1/+1 | |
2015-10-01 | configure.ac: add support for new libsystemd library | Monsta | 1 | -12/+11 | |
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit?id=31d37f521d3efdb338b6ec4f83f3dbef68958aa1 | |||||
2015-10-01 | configure.ac: drop C89 support, it's ancient | Monsta | 1 | -1/+0 | |
2015-10-01 | drop dependency to mate-icon-theme | raveit65 | 1 | -2/+1 | |
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. | |||||
2015-09-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 1 | -1/+2 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-07-13 | Bump version to 1.10.1mate-system-monitor-1.10.11.10 | Monsta | 1 | -1/+1 | |
2015-05-05 | Bump version to 1.10.0mate-system-monitor-1.10.0 | Stefano Karapetsas | 1 | -1/+1 | |
2015-04-04 | Bump version to 1.9.90mate-system-monitor-1.9.90 | Stefano Karapetsas | 1 | -1/+1 | |
2015-01-22 | Bump version to 1.9.2mate-system-monitor-1.9.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-12-19 | Update systemd support from several GSD commits | infirit | 1 | -5/+11 | |
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-18 | systemd: add process view columns for unit, session, seat, owner | infirit | 1 | -0/+12 | |
This (optionally) hooks up the system monitor with systemd, adding four new columns to the process view: 1. Unit (i.e. the service name a system process belongs to) 2. Session (i.e. the login session a user process belongs to) 3. Seat (i.e. the physical seat the session of the process belongs to, only for multi-seat environments) 4. Owner (i.e. the user a process belongs to, which is not influenced by temporary UID changes like sudo/su/suid. This patch also enables that the Unit column is shown by default. If systemd is not around at runtime or at compile time none of the four new columns are shown. Taken from GSM commit: df292c0fb07d73448fe26048118b127719750729 From: Lennart Poettering <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667829 | |||||
2014-12-18 | Bump rsvg required version | infirit | 1 | -1/+1 | |
rsvg_init and rsvg_term where removed but this requires version 2.35 | |||||
2014-12-17 | Update autotools | infirit | 1 | -26/+29 | |
2014-12-17 | Removed unnecessary dependency on dbus-glib-1 | infirit | 1 | -2/+1 | |
2014-12-16 | Remove deprecated call to g_type_init | infirit | 1 | -1/+1 | |
2014-11-22 | Bump version to 1.9.1mate-system-monitor-1.9.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-04-22 | Bump version to 1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-03-01 | Bump version to 1.8.0mate-system-monitor-1.8.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-19 | Bump version to 1.7.90mate-system-monitor-1.7.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-19 | configure: Add check-news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-10 | Bump version to 1.7.1mate-system-monitor-1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-15 | Bump version to 1.7.0mate-system-monitor-1.7.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-11-23 | Add Gtk3 support to configure | infirit | 1 | -4/+28 | |
2013-11-08 | Only create a tar.xz file | infirit | 1 | -1/+1 | |
2013-11-08 | Silence autofoo warnings | infirit | 1 | -0/+1 | |
2013-10-08 | Merge pull request #24 from infirit/master | Stefano Karapetsas | 1 | -2/+2 | |
back to libwnck | |||||
2013-10-08 | back to libwnck | infirit | 1 | -2/+2 | |
2013-08-02 | Merge pull request #23 from infirit/yelptools | Stefano Karapetsas | 1 | -1/+2 | |
Use yelp-tools instead of mate-doc-utils | |||||
2013-08-02 | Bump version to 1.6.1mate-system-monitor-1.6.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-08-01 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+2 | |
2013-06-28 | Fixes for make dist | Stefano Karapetsas | 1 | -1/+1 | |
2013-04-01 | Bump version to 1.6.0mate-system-monitor-1.6.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-05 | AC_CONFIG_HEADERS to please automake 1.13 | Marcel Dijkstra | 1 | -0/+101 | |