summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-11release 1.23.2v1.23.2raveit652-49/+75
2019-10-11tx: sync with transifexraveit65357-24280/+28649
2019-10-11tx: update resource for transifexraveit651-70/+74
2019-10-11ci: MATE_COMPILE_WARNINGS([maximum])rbuj1-2/+2
2019-10-09fish: Use a higher resolution image for Wanda the FishVictor Kareh1-0/+0
2019-10-09Fetch clock formats using LC_TIME (as opposed to LANGUAGE)Clement Lefebvre1-0/+17
This is a port of https://github.com/linuxmint/cinnamon-desktop/commit/7cd7c008e05acf36efd87446256d28a8b89d187a Which fixed https://github.com/linuxmint/cinnamon-desktop/pull/132 This commit fixes the same issue in the MATE clock applet.
2019-10-07Change the panel menu descriptions to better identify themMartin Wimpress1-4/+4
The "Main Menu" becomes "Compact Menu", since it is indeed the most compact menu available for MATE. The "Menu Bar" becomes "Classic Menu" since this is what most users identify as the classic menu used in GNOME2/MATE. The description more clearly articulates the menu features.
2019-10-06Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-10-02Load layouts from absolute pathsAnthony Perkins1-1/+6
If the layout name begins with a '/', load from that filename instead of from PANEL_LAYOUTS_DIR. This allows loading of layouts from home directories and other write-permitted locations.
2019-10-01travis (ci): build mate-common from tarballraveit651-0/+11
2019-10-01Set compiler debug flags using MATE_DEBUG_CHECKrbuj2-0/+5
-enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: file mate-panel/mate-panel: ..., not stripped $ ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped
2019-09-27sn-item: avoid 'g_type_class_add_private'Pablo Barciela1-15/+12
2019-09-27notification_area/main: avoid 'g_type_class_add_private'Pablo Barciela1-5/+2
2019-09-27na-tray: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-09-16clock-face: fix code formatingraveit651-310/+310
- replace tabs with spaces - fix a few indentation - reduce leading spaces (8 --> 4)
2019-09-14clock: avoid deprecated g_type_class_add_privateWu Xiaotian6-111/+104
2019-09-15When determining whether the pos is in the applet, use ad->cells to calc.Wu Xiaotian1-1/+1
2019-08-31build: use AC_STRUCT_DIRENT_D_TYPE instead of custom macromonsta2-51/+5
it defines the same HAVE_STRUCT_DIRENT_D_TYPE as before taken from: https://github.com/GNOME/gnome-panel/commit/56b8d88bf467f8a332947930338e7c4f43b4751e
2019-08-29Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
2019-08-16panel-toplevel: avoid deprecated 'gtk_css_provider_get_default'Pablo Barciela1-3/+4
2019-07-25panel-toplevel: fix applets placement on expanded vertical panelmonsta1-1/+5
fixes https://github.com/mate-desktop/mate-panel/issues/745
2019-07-25panel-toplevel: fix coding style and spacing a bitmonsta1-6/+3
2019-07-12Fix GTK Layer Shell include and CFLAGSWilliam Wold2-2/+2
2019-07-12ci: fix build error on travis for gtk-layer-shellWu Xiaotian1-10/+7
2019-07-09[clock-applet] Add scroll interface tabs with mouse wheelLaurent Napias1-1/+70
2019-07-09Keep menu button popup from covering up menu on WaylandWilliam Wold1-6/+22
2019-07-09Keep applet menus from covering up applets on WaylandWilliam Wold1-2/+18
2019-07-07Add comment headers to wayland backend filesWilliam Wold2-0/+48
2019-07-07Add Wayland backendWilliam Wold6-2/+109
2019-07-05Remove trailing whitespacesLaurent Napias43-191/+191
2019-06-24Use monitor size instead of screen size in panel-toplevel.cWilliam Wold1-47/+21
2019-06-24Add panel_multimonitor_get_bounds ()William Wold2-0/+20
2019-06-23release 1.23.1v1.23.1raveit652-1/+51
2019-06-23tx: sync with transifexraveit6530-526/+4867
2019-06-23tx: update resource for transifexraveit653-184/+216
2019-06-23Wayland support for panel-toplevel.cWilliam Wold1-51/+98
2019-06-23Fix unused variable in panel-widget.cWilliam Wold1-3/+3
2019-06-23Wayland support for panel-layout.cWilliam Wold1-1/+9
2019-06-23Wayland support for panel-profile.cWilliam Wold1-2/+17
2019-06-23Wayland support for main.cWilliam Wold1-4/+23
2019-06-23Wayland support for panel-applet-container.cWilliam Wold1-10/+40
2019-06-23Fix out-of-process applets on X11 by fixing mate-panel-applet.cWilliam Wold1-2/+2
2019-06-23Wayland support for mate-panel-applet.cWilliam Wold1-19/+23
2019-06-23Wayland support for libeggWilliam Wold2-15/+47
2019-06-23In mate-panel-applet-factory.c, only set screen when usedWilliam Wold1-6/+6
2019-06-23Make system-tray X11-onlyWilliam Wold2-2/+10
2019-06-23Make panel-struts X11-onlyWilliam Wold3-4/+24
2019-06-21Travis CI: cppcheck: ignore 'gtk-layer-shell-build' folderPablo Barciela1-2/+2
2019-06-21Reinit panel-multimonitor when screen is changedWilliam Wold1-6/+25