blob: a5e58c3f855199496100528656d0b7a696c8da21 (
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
|
1.15.1
* Translations update
* GTK+-3 logview-prefs: complete migration to GdkRGBA
* GTK+-3 logview-window: don't use GtkStyle to get a dim color
* GTK+-3 logview-filter-manger: don't use deprecated GdkColor
* GTK+-3 screenshot-dialog: Avoid resizing the preview too much
* GTK+-3 screenshot-utils: don't use deprecated GDK api
* GTK+-3 screenshot-utils: use GtkStyleContext to draw the area selection
* avoid deprecated gdk_cursor_new ()
* GTK+-3 babab-chart: use GtkStyleContext
* GTK+-3.0 baobab: port GdkColor to GdkRGBA
* drop ancient commented code from Makefile
* GTK+-3 logview-findbar: avoid deprecated gtk_misc_set_alignment ()
* GTK+-3 logvie-findbar: avoid deprecated gtk_arrow_new ()
* GTK+-3 logview-findbar: avoid deprecated gtk_widget_modify_font ()
* GTK+-3 logview-window: avoid deprecated gtk_widget_modify_font ()
* GTK+-3 search: avoid deprecated gdk_app_launch_context_new ()
* GTK+-3.0 logview-filter-manager: port GtkTable to GtkGrid
* GTK+-3.0 baobab: port GtkTable to GtkGrid
* GTK+-3.0 search: port GtkTable to GtkGrid
* screenshot: install both UI files
* distcheck: explicitly use currently selected GTK+ version
* po: drop languages not present on Transifex (or present but empty)
* Fix missing image and effect buttons
* po: add new .ui file to POTFILES.in
* po: actually add new languages from Transifex
* Add option to print version and exit
* Remove usage of GtkAlignment with GTK+3
* Some more fixes for gtk+3
* GTK+3 Replace on_preview_expose_event
* Remove deprecated usage of gtk_image_new_from_stock
* Modify glade file for the new glade format and use it for gtk3
1.15.0
* Translations update
* GTK+3 mdict: Drop deprecated API from DefBox
* GTK+3 mdict: Drop deprecated API from StrategyChooser
* GTK+-3 mdict: Drop deprecated API from Speller
* GTK+3 mdict: Drop deprecated API from SourceChooser
* GTK+3 mdict: Drop deprecated API from DatabaseChooser
* GTK+3 mdict window: Do not use deprecate composite-child API
* libgdict: fix emission of lookup-start
* mdict: Remove assertion in sidebar code
* Gtk+3 mdict sidebar: do not use derecated GtkArrow
* GTK3 searchtool: don't use deprecated gdk_threads_{enter/leave} ()
* GTK+3 mdict: do not use deprecated gtk_widget_size_request
* GTK+3 mdict defbox: do not use deprecated gdk_window_get_pointer
* GTK3 dictionary: Remove style_set class handler
* Dictionary: Fix Gtk3.21 segfault
* mate-dict.pc: depend upon proper gtk version
1.14.0
* Drop MateConf migration scripts
* Disable effects and delay options in mate-screenshot UI
when launched with -ai command line argument
* Use hyphens instead of colons in screenshot filenames
by default
* GTK+3: fix a lot of deprecations and some UI issues
* Don't use -Werror flag in build
* Some more fixes and cleanups
* Translations update
* Fix Changelog generation
1.12.0
* Add application icon to mate-system-log
* Add timestamp instead of window name to screenshot
filenames by default
* Have dictionary applet background automatically painted
* Translation fixes for gsettings schemas
* Some more fixes and cleanups (including source tree
reorganization)
1.10.3
* Fixed silent rules option by dropping obsolete "shave"
stuff
* Made mate-system-log remember the active log on exit
* Fixed potential crash in mate-system-log
* Various other bugfixes in mate-system-log
* Removed dead spanish server entry from mate-dictionary
* Fixed mate-dictionary's command-line options and manpage
* Made Ctrl+A and Ctrl+C work in mate-dictionary's search
field
1.10.2
* Several help fixes
1.10.1
* Fix gschema translations
1.10.0
* Add GTK3 support
1.8.0
* Use yelp-tools instead of mate-doc-utils
* Bugfixes
|