blob: c41c7ca67fea3cc58dbc9b051c411c8450dc62c2 (
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
|
mate-desktop 1.15.1
* Translations update
* GTK+-3 mate-bg: fix gradiant color creation
* GTK+-3 mate-bg: Don't use C99 declarations
* GTK+-3 mate-bg: have pixbuf_average_value return GdkRGBA
* GTK+-3 mate-bg-crossfade: port to GtkStyleContext
* GTK+3 mate-bg: port GdkColor to GdkRGBA
* remove ancient gnome files
* GTK+-3: do not use deprecated gtk_hseparator_new
* GTk+-3 mate-colorsel: do not use deprecated gtk_misc_set_alignment
* GTK+-3 mate-colorsel: do not use deprecated gtk_widget_size_request
* GTK+-3 mate-colorsel: Do not use deprecate composite-child API
* GTK+-3 about: do not use deprecated gdk_cursor_new and gdk_window_get_pointer
* GTK+-3.0 mate-about-dialog: Do not use deprecate composite-child API
* GTK+-3 mate-colorseldialog: do not use deprecated gtk_dialog_set_alternative_button_order
* GTK+3 mate-desktop-item: use gdk_error_trap_pop_ignored()
* GTK+-3 mate-color-button: Do not use deprecate composite-child API
* GTK+-3 mate-rr-labeler: don't use deprecated gtk_widget_get_state
mate-desktop 1.15.0
* fix minor build warning
* remove usage of win32-related #define's
* mate-bg: remove unneeded ignore-pending-change property
mate-desktop 1.14.1
* Translations update
* Backgrounds: Take EXIF rotation tags into consideration
* enable installation of mate.svg
mate-desktop 1.14.0
* Drop MateConf migration script and ancient mate-conf-import tool
* Fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build
* Translations update
* Fix Changelog generation
mate-desktop 1.12.1
* RR: fix crash
* Fix color select in GTK+3
* Translations update
mate-desktop 1.12.0
* Require dconf 0.13.4
* Require xrandr 1.3
* Add gsettings key to toggle overlay scrolling in GTK+3
* Add some icons to fix missing icons in GTK+3 with custom icon theme
* Mouse schema: enable middle-click emulation by default
* RR: implement missing mate_rr_output_get_possible_crtcs function
* RR: fix laptop identification by output name
* RR: show output name in addition to display name
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Moved docbook user guide to a separate project
* Dropped dependency on yelp (not needed after moving user guide)
* Several fixes
mate-desktop 1.10.2
* Check for NULL pointers in slideshow
* Fix crash when system date is earlier than start date
* Fix crash when XRRSetCrtcConfig fails
* Drop non-existent mate_rr_screen_create_clone_modes from headers
* Embedded Display Port outputs are considered a laptop built-in
display
* Add annotations and fix documentation syntax warnings
* Update translations
mate-desktop 1.10.1
* Restore docbook user-guide
mate-desktop 1.10.0
* Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject.
Thanks to monsta for helping to test this.
* Add gobject introspection
* Many RANDR fixes
* interface: add automatic-mnemonics key for Gtk xsetting
* use GDK_WINDOW_XID for inter-GTK compatibility
* Updated mpaste for website change
* Added org.mate.debug GSettings schema
* Added MateColorButton class to have traditional color selection
dialog with GTK3
* Removed desktop-docs
* Removed user guide
* Removed libunique optional dependency
* Added MateAboutDialog class to have traditional about dialog with
GTK3 too
mate-desktop 1.8.0
* Added helpers for dconf and GSettings
* Fix build with GTK3
* Added MATE user guide
* Added MATE_DESKTOP_CHECK_VERSION function
* Added mpaste tool
* Added replacement for gdk_spawn_command_line_on_screen in GTK3
mate-desktop 1.6.1
* Tarball built with 'make dist'
* Added tool to migrate 1.4 settings (mate-conf-import)
mate-desktop 1.6.0
* Port to new thumbnail spec (code from gnome-desktop 3.x)
* Added gsettings schemas from now deprecated libmate
|