blob: e94b955ccc023722cb99f495da8bb572f3d0ef2e (
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
|
1.13.2
* disks: implement saving and loading width and visibility of columns
* process table: rename proctable_update_all func to proctable_update
* process table: proctable_update_list is a local function
* fix segfault on view mode change with process properties open
* drop weird matesu support (did matesu ever exist?!)
* process properties: show cgroups + show N/A when selinux isn't set
* process table: show running state when CPU time changes
* sysinfo: fix forgotten memleak
* process table: avoid expanding collapsed nodes on every refresh
* main window: save maximized state in gsettings on exit and load it on startup
* defaulttable: use correct icons (fix old gnome->mate replace error)
* schema: make column names match the actual names in UI
* prefs dialog: fix refresh rate not saving in some cases
* GTK+-3: Get values from GtkStyleContext states properly
1.13.1
* get exact number of CPUs instead of guessing
1.13.0
* prefs dialog: increase height a bit
* drop MateConf migration script
* drop GTK+2 code and --with-gtk build option
* set minimum GTK+ version to 3.14 and drop some deprecated code
* fix some deprecations
* load-graph: Draw the background explicitly, fixes graph with gtk+-3.20
* Changed graph grid line colors
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
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
1.10.1
* Some adjustments for NetBSD
* Help fixes
* Translations update
1.10.0
* Bugfixes
* Improvements from GNOME System Monitor
1.8.0
* Add GTK3 support
* Use libwnck instead of libmatewnck
* Use yelp-tools instead of mate-doc-utils
|