blob: fe299ca47cddc906f0da68af78b7076a2203cab2 (
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
|
### mate-netbook 1.23.0
### mate-netbook 1.22.0
* Initialize Travis CI support
### mate-netbook 1.21.0
* Translations update
* avoid deprecated 'gdk_error_trap_push/pop/pop_ignored' and 'gdk_flush'
* disable deprecation warnings for distcheck
* tomboykeybinder: avoid deprecated 'gdk_keymap_get_default'
* transifex: update config with branch specific resoures
### mate-netbook 1.20.0
* require GTK+ 3.22 and GLib 2.50
### mate-netbook 1.19.0
* WidthOfScreen and HeightOfScreen implementation
* window picker: disconnect signal handlers in dispose function
* window picker: add icon to prefs dialog
* window picker: disable vertical expand of button in prefs dialog
* window picker: add icon for taskbar to About dialog
* maximus: don't crash on invalid window ID
* Translations update
### mate-netbook 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Build: require mate-panel >= 1.17
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
--with-gtk build option
* Translations update
### mate-netbook 1.16.1
* Window Picker Applet: fix invisible icons in GTK+3 build
* Window Picker Applet: fix occasional runtime warning about
workspace being NULL
* Translations update
### mate-netbook 1.16.0
* Window Picker Applet: use GtkAboutDialog instead of MateAboutDialog
* Window Picker Applet: prevent possible crash
* mate-maximus: port from libunique to GApplication
* Drop dependencies on libmate-desktop and libunique
* Translations update
### mate-netbook 1.14.0
* Drop MateConf migration script
* GTK+3: fix some deprecations
* Several fixes and cleanups
* Translations update
* Fix Changelog generation
### mate-netbook 1.12.0
* Window Picker Applet: have background automatically painted
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Several small fixes and cleanups
### mate-netbook 1.10.0
* translation update
### mate-netbook 1.9.91
* Use MateAboutDialog
### mate-netbook 1.8.0
* Add GTK3 support
* Use libwnck instead of libmatewnck
* Fix long delay with different window managers than marco
### mate-netbook 1.5.0
* Migrate to GSettings and drop mateconf
* Drop libmateui
* Update to new libmatepanelapplet-4.0
|