Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-24 | tx: sync with transifex | raveit65 | 148 | -13390/+23131 | |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 8 | -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-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -16/+15 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-15 | tx: update resource for transifex | raveit65 | 1 | -60/+106 | |
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 8 | -46/+26 | |
2019-02-15 | Use docker-build on the master branch | Wu Xiaotian | 1 | -1/+1 | |
2019-02-10 | Fix last menu with gtk_menu_popup and failure to follow panel theme | lukefromdc | 1 | -15/+16 | |
2019-02-10 | mate-panel-applet.c: replace deprecated gtk_menu_popup | lukefromdc | 1 | -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-10 | tx: update resource for transifex | raveit65 | 1 | -71/+71 | |
2019-02-07 | fix make distcheck fail on debian | Wu Xiaotian | 4 | -7/+1 | |
2019-02-07 | use archlinux/base image | Wu Xiaotian | 1 | -4/+3 | |
2019-02-06 | Properly align button menu positions on vertical panels | lukefromdc | 1 | -1/+6 | |
2019-02-06 | Test the new docker-build | Wu Xiaotian | 1 | -14/+12 | |
2019-02-05 | initial travis-CI support | Wu Xiaotian | 1 | -0/+155 | |
2019-01-29 | fix crash on removing tray | lukefromdc | 2 | -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-29 | panel-action-protocol: Error if used when X11 is disabled | William Wold | 2 | -0/+13 | |
2019-01-29 | panel-force-quit: Error if used when X11 is disabled | William Wold | 2 | -0/+12 | |
2019-01-29 | panel-xutils: Error if used when X11 is disabled | William Wold | 2 | -0/+13 | |
2019-01-29 | xstuff: include GTK and GDK X11 headers, so including files don't have to | William Wold | 1 | -0/+3 | |
2019-01-29 | xstuff: add is_using_x11 () | William Wold | 2 | -0/+7 | |
2019-01-29 | xstuff: Error if X11 not enabled | William Wold | 2 | -0/+14 | |
2019-01-29 | tx: sync with transifex | raveit65 | 134 | -9521/+12671 | |
2019-01-29 | Applets: only compile X11 applets when X11 is enabled | William Wold | 1 | -2/+6 | |
2019-01-29 | Clock: Wayland support | William Wold | 2 | -2/+9 | |
2019-01-29 | wncklet: Error if compiling without X11 support | William Wold | 2 | -0/+8 | |
2019-01-29 | Notification area: error if compiling without X11 support | William Wold | 7 | -2/+43 | |
2019-01-28 | applet.c: Remove unused mate_panel_applet_position_menu () | William Wold | 2 | -79/+0 | |
2019-01-25 | release 1.21.4v1.21.4 | raveit65 | 1 | -48/+80 | |
2019-01-25 | tx: sync with transifex | raveit65 | 27 | -226/+920 | |
2019-01-25 | tx: update resource for transifex | raveit65 | 1 | -74/+97 | |
2019-01-25 | libmate-panel-applet: Add comments in headers to explain Wayland behavior | William Wold | 3 | -0/+4 | |
2019-01-25 | libmate-panel-applet: mate-panel-applet.c Wayland support | William Wold | 1 | -29/+85 | |
2019-01-25 | libmate-panel-applet: Applet factory Wayland support | William Wold | 1 | -1/+18 | |
2019-01-25 | libmate-panel-applet: Error if panel-plug is built without X11 | William Wold | 1 | -0/+6 | |
2019-01-25 | libmate-panel-applet: Stop X11 specific files from building on Wayland | William Wold | 1 | -2/+6 | |
2019-01-22 | eggsmclient: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-01-17 | clock: set horizontal padding for clock-button | raveit65 | 1 | -2/+2 | |
To make sure we have space left and right inside the button if applet is build-in-process. | |||||
2019-01-10 | panel-config-global: avoid deprecated 'g_settings_list_keys' | Pablo Barciela | 1 | -1/+4 | |
2019-01-07 | Store fish surface size to enable rendering without backend specific code | William Wold | 1 | -2/+11 | |
2019-01-07 | Remove unused screen variable in fish applet | William Wold | 1 | -3/+0 | |
2019-01-07 | Remove X specific functions from fish applet | William Wold | 1 | -11/+9 | |
2019-01-05 | README: don't mention dbus-glib which is not needed anymore | monsta | 1 | -1/+0 | |
2019-01-03 | Clock: Fix weather icon size selection for panel height | lukefromdc | 1 | -2/+29 | |
2019-01-03 | Clock: ensure weather icon resizes with panel | lukefromdc | 1 | -4/+37 | |
Connect to the "change_size" signal and reload the icon at the correct size | |||||
2018-12-30 | Tray: Fix too-wide icon spacing after mate-polkit has been used w sni | lukefromdc | 1 | -0/+5 | |
Note that vertical and horizontal panels require different options in the grid, as "homogenous" is needed in rows for horizontal panels and columns in vertical panels to prevent icon rendering problems including icons growing without limit when the tray is moved from a horizontal to a vertical panel | |||||
2018-12-29 | clock: force no button vertical padding and margin | raveit65 | 1 | -5/+7 | |
fixes weather-icon problems with some themes | |||||
2018-12-21 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-12-21 | Disallow building without X11 support | William Wold | 1 | -4/+4 | |
2018-12-21 | Allow for enabling and disabling a backend without affecting the other | William Wold | 1 | -29/+29 | |
2018-12-21 | Remove generated Wayland files on make clean | William Wold | 1 | -0/+6 | |