Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-30 | tx: pull with fixed formatting issue in greek language | raveit65 | 1 | -4/+5 | |
in clock user-guide | |||||
2019-10-15 | Travis CI: use Ubuntu "19:10" instead "19:04" | Pablo Barciela | 1 | -1/+1 | |
2019-10-15 | Travis CI: don't build mate-menus from git master | Pablo Barciela | 1 | -17/+0 | |
2019-10-12 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-09 | Fetch clock formats using LC_TIME (as opposed to LANGUAGE) | Clement Lefebvre | 1 | -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-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-21 | release 1.22.2v1.22.2 | raveit65 | 2 | -5/+17 | |
2019-09-21 | tx: sync with transifex | raveit65 | 245 | -1190/+5653 | |
2019-09-15 | When determining whether the pos is in the applet, use ad->cells to calc. | Wu Xiaotian | 1 | -1/+1 | |
2019-07-26 | panel-toplevel: fix applets placement on expanded vertical panel | monsta | 1 | -1/+5 | |
fixes https://github.com/mate-desktop/mate-panel/issues/745 | |||||
2019-07-26 | panel-toplevel: fix coding style and spacing a bit | monsta | 1 | -6/+3 | |
2019-07-24 | Fix Makefile.am to install in a given prefix path | Juan Picca | 1 | -2/+2 | |
Currently installing mate-panel fails with the error /bin/mkdir -p '/usr/share/gir-1.0' /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0' /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied when configure is called with the --prefix option. This fix is the same used in: * caja (libcaja-extension/Makefile.am) * eom (src/Makefile.am) * libmatekbd (libmatekbd/Makefile.am) * mate-desktop (libmate-desktop/Makefile.am) * pluma (pluma/Makefile.am) | |||||
2019-06-15 | Revert "menu-bar: transfer focus correctly on alt-F1" | raveit65 | 4 | -141/+0 | |
This reverts commit f0f4c5e1217eefd46edf9f98633fb32967c67461. Fixes https://github.com/mate-desktop/marco/issues/209 | |||||
2019-05-28 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-05-20 | fix reloading the default layout after panel reset | monsta | 1 | -1/+13 | |
- do it in the idle handler - wait until all toplevels are destroyed before reloading the layout | |||||
2019-05-20 | fix random crashes on panel reset | monsta | 2 | -51/+43 | |
- unref objects in toplevel's dispose function instead of finalize - disconnect from toplevel's GSettings objects before deleting them | |||||
2019-05-09 | Fix panel applet keyboard focus trap | lukefromdc | 1 | -3/+9 | |
Do not open the context menu on tab-or on anything but the menu key. Note that Return must be used by some applets (e.g. the clock) for something else | |||||
2019-04-24 | release 1.22.1v1.22.1 | raveit65 | 2 | -1/+8 | |
2019-04-24 | tx: sync with transifex | raveit65 | 354 | -2436/+2734 | |
2019-04-24 | tx: update resource file | raveit65 | 2 | -4/+4 | |
2019-04-02 | github release page for stable branch | raveit65 | 1 | -0/+19 | |
2019-04-01 | add volume-applet to fedora layout | raveit65 | 1 | -0/+8 | |
2019-03-23 | help: update copyright | raveit65 | 2 | -2/+2 | |
2019-03-22 | [Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -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-14 | tx: update transifex config | raveit65 | 1 | -3/+3 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+23 | |
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 | |