Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-17 | Allow building all applets in or out of process | lukefromdc | 5 | -28/+67 | |
*Use --enable-in-process selector for in-process builds *Accessx-status: mark as incompatable with wayland *Accessx-status: Fix in-process runtime warning *Stickynote, Geyes: style fixes | |||||
2023-07-16 | trash: port to in-process for wayland support | lukefromdc | 5 | -38/+36 | |
- ensure applet can be left-clicked in wayland - In wayland we have to open the trash on the button press event - In x11 retain the existing behavior of opening the trash on the button release event - ensure both right and left clicks work in wayland - using code borrowed from cpufreq applet - Cleanup X11 checks | |||||
2023-02-14 | trashapplet: Replace the deprecated function (g_io_scheduler...) and remove ↵ | zhuyaliang | 1 | -25/+22 | |
the compilation warning | |||||
2022-11-09 | tx: sync with transifex | mbkma | 36 | -101/+141 | |
2022-08-15 | trashapplet: Add data dir | rbuj | 8 | -36/+37 | |
2021-11-21 | Use a blank line at most | rbuj | 2 | -2/+0 | |
2021-10-26 | Mate Trash applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -6/+17 | |
The accessible object’s description mentions how many items are in the Trash. | |||||
2021-08-07 | tx: sync with transifex | raveit65 | 135 | -423/+534 | |
2021-01-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 1 | -1/+1 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2021-01-07 | trashapplet: boilerplate final class | rbuj | 1 | -6/+6 | |
2021-01-07 | tx: sync with transifex | raveit65 | 1 | -3/+25 | |
2020-12-31 | trashapplet: Upgrade trashapplet-empty-progress.ui | rbuj | 1 | -50/+77 | |
2020-12-13 | tx:sync with transifex | raveit65 | 13 | -44/+190 | |
2020-12-10 | trashapplet: load menu and ui files from resource bundle | rbuj | 5 | -16/+29 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -4/+0 | |
2020-12-04 | trashapplet: Remove warning about missing initializer | rbuj | 2 | -2/+2 | |
2020-08-11 | tx: sync with transifex | raveit65 | 12 | -54/+127 | |
2020-06-25 | sync with transifex | raveit65 | 135 | -190/+460 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-04-25 | Remove unused-function warnings | rbuj | 1 | -8/+0 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -5/+6 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -3/+3 | |
2020-02-10 | tx: sync with transifex | raveit65 | 1 | -4/+4 | |
2020-01-21 | tx: sync with transifex | raveit65 | 135 | -574/+668 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -7/+9 | |
2019-06-16 | tx: sync with transifex | raveit65 | 135 | -15823/+14491 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 1 | -4/+2 | |
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -5/+1 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -0/+7 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -6/+3 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
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-03-17 | tx: sync with transifex | rbuj | 10 | -30/+440 | |
2019-02-25 | tx: sync with transifex | raveit65 | 9 | -21/+27 | |
2019-01-27 | tx: sync with transifex | raveit65 | 10 | -73/+576 | |
2018-11-17 | sync with transifex | raveit65 | 133 | -3949/+45841 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-02 | trashapplet manual: Open Trash guimenuitem | rbuj | 1 | -1/+1 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 1 | -0/+0 | |
2018-10-01 | Fix url of ulink to point to mate-user-guide | rbuj | 1 | -1/+1 | |
2018-09-28 | legal.xml | rbuj | 1 | -61/+73 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
2018-07-12 | trash applet: avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -1/+0 | |
2018-07-10 | trash: fix a -Wincompatible-pointer-types warning | raveit65 | 1 | -1/+1 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 2 | -9/+9 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -31/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
2017-08-26 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -3/+13 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window |