summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-24release 1.22.1v1.22.1raveit652-1/+8
2019-04-24tx: sync with transifexraveit65354-2436/+2734
2019-04-24tx: update resource fileraveit652-4/+4
2019-04-02github release page for stable branchraveit651-0/+19
2019-04-01add volume-applet to fedora layoutraveit651-0/+8
2019-03-23help: update copyrightraveit652-2/+2
2019-03-22[Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela1-4/+3
Fixes Clang static analyzer warning: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
2019-03-14tx: update transifex configraveit651-3/+3
2019-02-24release 1.22.0v1.22.0raveit652-1/+23
2019-02-24tx: sync with transifexraveit65148-13390/+23131
2019-02-17Ensure proper translation of the about dialog titlerbuj8-43/+78
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-16/+15
Please see mate-desktop/mate-dev-scripts#13
2019-02-15tx: update resource for transifexraveit651-60/+106
2019-02-15Make translatable the copyright in about dialogrbuj8-46/+26
2019-02-15Use docker-build on the master branchWu Xiaotian1-1/+1
2019-02-10Fix last menu with gtk_menu_popup and failure to follow panel themelukefromdc1-15/+16
2019-02-10mate-panel-applet.c: replace deprecated gtk_menu_popuplukefromdc1-92/+41
We need this for future porting of tray icons to standalone applets as replacements dfor gtk_menu_popup emit a "popped-up" signal when the menu is showing Based on gnome-panel commit github.com/GNOME/gnome-panel/commit/8e6e2847eca002499e862e9ae85bbc4c16b601fa
2019-02-10tx: update resource for transifexraveit651-71/+71
2019-02-07fix make distcheck fail on debianWu Xiaotian4-7/+1
2019-02-07use archlinux/base imageWu Xiaotian1-4/+3
2019-02-06Properly align button menu positions on vertical panelslukefromdc1-1/+6
2019-02-06Test the new docker-buildWu Xiaotian1-14/+12
2019-02-05initial travis-CI supportWu Xiaotian1-0/+155
2019-01-29fix crash on removing traylukefromdc2-2/+3
*clear applet gsettings on dispose to stop crash and memory leak introduced in github.com/mate-desktop/mate-panel/commit/10b9c30fc79de5f8d9516ba153df233c4968da65 *tray: fix misplaced g_return_if_fail check
2019-01-29panel-action-protocol: Error if used when X11 is disabledWilliam Wold2-0/+13
2019-01-29panel-force-quit: Error if used when X11 is disabledWilliam Wold2-0/+12
2019-01-29panel-xutils: Error if used when X11 is disabledWilliam Wold2-0/+13
2019-01-29xstuff: include GTK and GDK X11 headers, so including files don't have toWilliam Wold1-0/+3
2019-01-29xstuff: add is_using_x11 ()William Wold2-0/+7
2019-01-29xstuff: Error if X11 not enabledWilliam Wold2-0/+14
2019-01-29tx: sync with transifexraveit65134-9521/+12671
2019-01-29Applets: only compile X11 applets when X11 is enabledWilliam Wold1-2/+6
2019-01-29Clock: Wayland supportWilliam Wold2-2/+9
2019-01-29wncklet: Error if compiling without X11 supportWilliam Wold2-0/+8
2019-01-29Notification area: error if compiling without X11 supportWilliam Wold7-2/+43
2019-01-28applet.c: Remove unused mate_panel_applet_position_menu ()William Wold2-79/+0
2019-01-25release 1.21.4v1.21.4raveit651-48/+80
2019-01-25tx: sync with transifexraveit6527-226/+920
2019-01-25tx: update resource for transifexraveit651-74/+97
2019-01-25libmate-panel-applet: Add comments in headers to explain Wayland behaviorWilliam Wold3-0/+4
2019-01-25libmate-panel-applet: mate-panel-applet.c Wayland supportWilliam Wold1-29/+85
2019-01-25libmate-panel-applet: Applet factory Wayland supportWilliam Wold1-1/+18
2019-01-25libmate-panel-applet: Error if panel-plug is built without X11William Wold1-0/+6
2019-01-25libmate-panel-applet: Stop X11 specific files from building on WaylandWilliam Wold1-2/+6
2019-01-22eggsmclient: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-01-17clock: set horizontal padding for clock-buttonraveit651-2/+2
To make sure we have space left and right inside the button if applet is build-in-process.
2019-01-10panel-config-global: avoid deprecated 'g_settings_list_keys'Pablo Barciela1-1/+4
2019-01-07Store fish surface size to enable rendering without backend specific codeWilliam Wold1-2/+11
2019-01-07Remove unused screen variable in fish appletWilliam Wold1-3/+0
2019-01-07Remove X specific functions from fish appletWilliam Wold1-11/+9