blob: af57ebfbb6dcced2f6a10d38db7a04a0c707320b (
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
### mate-control-center 1.17.1
* mouse: move xinput check into separate function
* mouse: use gboolean return values where they're expected to be
* mouse: fix indent a bit
* keyboard: fix vertical expand of content with window resize
### mate-control-center 1.17.0
* Translations update
* move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
* mouse: add separate touchpad motion settings on touchpad tab
* mouse: use GtkAlignment instead of labels with spaces
* mouse: change natural scroll mnemonic from 'a' to 'n'
* mouse: change tab label from General to Mouse
* build: require XCursor unconditionally
* mouse: remove dead code
* build: require XInput unconditionally - same as done in m-s-d
* GTK3: port libunique->GtkApplication
* GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now)
### mate-control-center 1.16.0
* Build: drop dconf 0.10 compatibility
* Appearance: change default hinting style to slight and render
antialiasing samples using that style
* Appearance: render hinting samples using RGBA antialiasing
* Appearance: place theme name below theme preview in GTK+3 build to
match GTK+2 one
* Appearance: center theme name in GTK+3 build to match GTK+2 one
* Appearance: hide Colors tab in Customize Theme dialog in GTK+3 build
as changing theme colors won't work in GTK+3
* GTK+3: fix build with appindicator support enabled
* GTK+3: fix showing monitors in display properties with glib 2.49.6
* GTK+3: fix various deprecations
* Some code cleanups
* Translations update
### mate-control-center 1.14.1
* About me: add some space between username and buttons
* About me: fix UI freeze when changing the password
* Translations update
* Make distcheck use currently selected GTK+ version
### mate-control-center 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
### mate-control-center 1.12.1
* Display: fix crash due to regression
* Fix some bottom items being not accessible in some cases
* Some more fixes
* Translations update
### mate-control-center 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
### mate-control-center 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
### mate-control-center 1.10.1
* Appearance: add theme changing support for metacity >= 3.16
* Help fixes
* GTK+3 fixes
* Translations update
### mate-control-center 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)
### mate-control-center 1.8.1
* default-applications: Add support for accessibility applications
### mate-control-center 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
### mate-control-center 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.
|