summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16release 1.23.0v1.23.0raveit651-0/+15
2019-04-16sync with transifexraveit6554-289/+502
2019-04-10travis: enable 'cppcheck'Pablo Barciela1-0/+5
2019-04-02github release pageraveit651-10/+27
2019-04-01add volume-applet to fedora layoutraveit651-0/+8
2019-03-31pre-bump versionraveit652-1/+3
2019-03-31Try to fix build warningWilliam Wold1-1/+5
2019-03-31Show single empty panel, even if no default layout is foundWilliam Wold1-1/+33
This allows the user to add panels and applets if no default.layout is found
2019-03-31Dropped *-protocol suffix from generated filesWilliam Wold2-17/+22
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-22na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered'Pablo Barciela1-7/+0
2019-03-10[ci] switch to use build scripts on master branchWu Xiaotian1-4/+8
2019-03-10[ci] Use status notificationWu Xiaotian1-36/+12
2019-03-10[ci] Enable clang-analyzerWu Xiaotian1-3/+89
2019-03-10Wayland support for panel-util.c/.hWilliam Wold2-11/+22
2019-03-10Wayland support for panel.cWilliam Wold1-0/+9
2019-03-10Wayland support for panel-widget.cWilliam Wold1-0/+7
2019-03-10Wayland support for panel-session.cWilliam Wold1-4/+11
2019-03-10Wayland support for panel-menu-button.cWilliam Wold1-5/+19
2019-03-10Wayland support for panel-bindings.cWilliam Wold1-0/+10
2019-03-10Wayland support for panel-background.cWilliam Wold1-4/+14
2019-03-10Wayland support for panel-applet-frame.cWilliam Wold1-4/+14
2019-03-10Wayland support for panel-action-button.cWilliam Wold1-3/+23
2019-03-10Wayland support for launcher.cWilliam Wold1-2/+10
2019-03-10Wayland support for panel-menu-bar.cWilliam Wold1-5/+19
2019-03-10Wayland support for panel-run-dialog.cWilliam Wold1-3/+9
2019-03-10Error if compiling panel-plug-private.h without X11 supportWilliam Wold1-0/+6
2019-03-10Don't build X11 specific files when X11 support is not enabledWilliam Wold1-10/+26
2019-03-10Remove unneeded X11 includesWilliam Wold5-5/+0
2019-03-07GdkRectangle monitor -> monitor_geomWilliam Wold1-104/+104
2019-03-07Change panel_toplevel_get_monitor_geometry to fill in a GdkRectangle instead ↵William Wold1-165/+128
of 4 ints
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