blob: 012e7c9e060bd2beea7c0f7f31107379c61f6f9b (
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
96
97
98
99
100
101
102
103
104
105
106
107
|
1.15.2
* Translations update
* GTK+3 appearance: don't show Colors tab in Customize Theme dialog
* distcheck: explicitly use currently selected GTK+ version
* drop dconf 0.10 compatibility (it's ancient)
* appearance: make theme name centered in GTK+3 too
* appearance: place theme name below theme preview in GTK+3 too
1.15.1
* bump mate-desktop requires version
* Translations update
* GTK+-3 mate-theme-info: port GdkColor to GdkRGBA
* GTK+-3 appearance-style: port GdkColor to GdkRGBA
* GTK+-3 mate-wp-xml: port GdkColor to GdkRGBA
* GTK+3 appearance-desktop: port GdkColor to GdkRGBA
* GTK+3 mate-wp-item: port GdkColor to GdkRGBA
* configure: fix build with libappindicator3
* GTK+-3 search-context-picker: do not use deprecated gtk_arrow_new ()
* GTK+-search-context-picker: don't use deprecated gtk_widget_size_request
* GTK+-3 app-resizer: don't use deprecated gtk_widget_size_request
* GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_request
* GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_request
* GTK+-3 keybinding-properties: don't use deprecated gtk_widget_size_request
* GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} ()
1.15.0
* Translations update
* Change default hinting style of 'Subpixel smoothing' mode to slight
* Render hinting samples using ANTIALIAS_RGBA
* add style class appearance-window
1.14.0
* Drop MateConf migration script
* Drop "Ubuntu hacks" (--enable-ubuntu build option) as Ubuntu
dropped that stuff long ago
* Move mate-preferences-categories.menu to mate-menus
* Touchpad settings: support edge and two-finger scrolling
independently
* Window properties: make all three window focus modes selectable
* GTK+3: fix theme previews in mate-appearance-properties
* GTK+3: fix several deprecations
* Some more fixes and cleanups
* Translations update
* Fix Changelog generation
1.12.1
* Display: fix crash due to regression
* Fix some bottom items being not accessible in some cases
* Some more fixes
* Translations update
1.12.0
* Appearance: restored Interface tab
* Display: added support to set the primary monitor
* Display: show output names in addition to display names
* Keybindings: added keybinding for logout
* Touchpad settings: add option to enable/disable touchpad
* Touchpad settings: added support for natural scrolling, 2 finger
and 3 finger clicks
* Improved categorization
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Switch to org.gnome.SessionManager
* GTK+3: fix font rendering in Appearance and mate-font-viewer
* Some more fixes and cleanups
1.10.2
* Appearance: fix possible segmentation fault on closing
* Appearance: allow to save notification theme optionally
* Display: made changing refresh rate actually work
* Fix build with prefix other than /usr
* Help fixes
* Translations update
1.10.1
* Appearance: add theme changing support for metacity >= 3.16
* Help fixes
* GTK+3 fixes
* Translations update
1.10.0
* windows: Add option to configure titlebar buttons layout
* appearance: Add support for metacity-theme-2.xml
* default-applications: Add support for office applications
* Adapt to MateDesktop MateRR* API changes (thanks monsta for testing)
1.8.1
* default-applications: Add support for accessibility applications
1.8.0
* Use yelp-tools instead of mate-doc-utils
* windows: Add option to enable side by side tiling
* windows: Add metacity support
* appearance: Add support for 'artist' tag in xml backgrounds files
* appearance: Change also titlebar font if Metacity is running
1.6.0
* Migration to gsettings.
* Keybindings capplet: requires libdconf-dev to delete custom shortcuts.
* Appearance capplet: increased minimum dialog size.
* About me capplet: removed evolution stuff.
* Network capplet: use proxy settings from gsettings-desktop-schemas
package (http://download.gnome.org/sources/gsettings-desktop-schemas).
Removed save locations feature.
* Removed a lot of old stuff from libslab.
|