blob: 802e7df46e05f45418112dbe40b5e2dba95b991c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
### mate-system-monitor 1.19.0
* Translations update
* sysinfo: disable focus in all labels
* update copyright year
* avoid deprecated gdk_screen_width/height
* Restore Polish translation credits from GNOME
* sysinfo: avoid deprecated GtkAlignment
### mate-system-monitor 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Add pkexec support for using kill and renice on other users'
processes, and try using it before trying gksu
* Fix some GTK+ deprecations
* Translations update
### mate-system-monitor 1.16.0
* Translations update
### mate-system-monitor 1.14.1
* Fix build with recent gcc and clang
* Translations update
### mate-system-monitor 1.14.0
* Move to GTK+3, drop GTK+2 code and --with-gtk build option
* Set minimum required GTK+ version to 3.14, drop some deprecated
code
* Run gksu binary instead of loading libgksu2.so (which is GTK+2
only)
* Drop MateConf migration script
* Main window: save maximized state in gsettings on exit and load
it on startup
* Disks: add saving and loading width and visibility of columns
* Process properties: show cgroups
* Process properties: show N/A when cgroups or selinux isn't set
* Process table: show running state when CPU time changes
* Change graph grid line colors and pattern
* Draw the background of graphs explicitly to avoid issues with
GTK+ 3.20
* Fix incorrect icons for some known apps like marco or vino
* Some more fixes and cleanups
* Translations update
* Fix Changelog generation
### mate-system-monitor 1.12.2
* Process table: avoid expanding collapsed nodes on every refresh
* Prefs dialog: fix refresh rate not saving in some cases
* Memmaps dialog: fix unwanted autoscrolling to the top of list
* Fix segfault on view mode change with process properties open
* Some more fixes
### mate-system-monitor 1.12.1
* Process table: delay saving column widths (avoids eating CPU
and slowdowns when resizing columns)
* Process table: force icon size (fixes huge mate-sensors-applet
icon with recent GTK+3 versions)
* Disks: set minimum width for device column (fixes crash when
resizing it to zero with recent GTK+3 versions)
* Some fixes and adjustments
### mate-system-monitor 1.12.0
* SysInfo: add proper detection for Linux Mint and LMDE
* SysInfo: let distributions define custom side image
* Interface: add border to notebook
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Add support for libsystemd (in addition to libsystemd-login)
* Support build with C++11
* Drop useless dependency on mate-icon-theme
* Drop C89 support
* Translations update
### mate-system-monitor 1.10.1
* Some adjustments for NetBSD
* Help fixes
* Translations update
### mate-system-monitor 1.10.0
* Bugfixes
* Improvements from GNOME System Monitor
### mate-system-monitor 1.8.0
* Add GTK3 support
* Use libwnck instead of libmatewnck
* Use yelp-tools instead of mate-doc-utils
|