Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-24 | sendto: require gupnp-1.6 | Xiaotian Wu | 1 | -20/+28 | |
2022-08-20 | Failed to resolve the path to caja-extensions.mo on guix system | rbuj | 7 | -0/+34 | |
2022-02-19 | Fix build warnings about missing field initializer | rbuj | 2 | -1/+2 | |
2021-12-11 | Use a blank line at most | rbuj | 4 | -10/+0 | |
2021-06-20 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2021-02-08 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -3/+13 | |
2021-01-28 | Do not call bindtextdomain/bind_textdomain_codeset in libraries | rbuj | 7 | -21/+0 | |
2021-01-28 | Include i18n header after defining GETTEXT_PACKAGE macro | rbuj | 9 | -20/+36 | |
2021-01-28 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
2021-01-18 | Print status messages | rbuj | 1 | -0/+2 | |
2021-01-16 | Update copyright | rbuj | 1 | -1/+1 | |
2021-01-16 | Remove warning -Wshadow | rbuj | 3 | -11/+10 | |
2020-12-04 | caja-sendto-command: use g_list_free_full | rbuj | 1 | -2/+1 | |
2020-11-25 | Use `#include <config.h>` | rbuj | 7 | -7/+12 | |
2020-11-16 | travis CI: fix build issue of gtk-doc module | raveit65 | 1 | -0/+2 | |
2020-09-01 | Remove unused macros | Pablo Barciela | 1 | -2/+1 | |
2020-06-23 | add git.mk to generate .gitignore | tamplan | 8 | -0/+15 | |
2020-06-23 | Require gtk+ 3.22 in glade files | tamplan | 1 | -2/+2 | |
2020-06-21 | sendto: Fix evolution command for sending an email | rbuj | 1 | -1/+5 | |
2020-03-25 | Fix memory leak allocated with 'gtk_builder_new ()' | rbuj | 1 | -16/+18 | |
2020-03-12 | caja-sendto-command: fix memory leak pointed to by 'p' | rbuj | 1 | -3/+9 | |
2020-03-09 | Do not collect the translation for Icon | raveit65 | 1 | -1/+1 | |
2020-02-29 | automake: do not include CFLAGS in CPPFLAGS | rbuj | 15 | -88/+162 | |
2020-02-10 | sendto: use gresources for UI files | rbuj | 3 | -11/+39 | |
2020-02-06 | caja-sendto: rewrite caja-sendto.ui from scratch fixing deprecations | rbuj | 2 | -386/+189 | |
2020-02-06 | caja-sendto-command: add .7z,.tar.xz to packed type drop-down list | rbuj | 2 | -5/+18 | |
2020-01-31 | sendto: value stored to 'file' is never read | rbuj | 1 | -2/+0 | |
2019-12-24 | migrate from intltool to gettext | Wu Xiaotian | 3 | -13/+15 | |
2019-10-01 | i18n caja extension copyright | rbuj | 1 | -1/+1 | |
2019-08-18 | Build either with gupnp version 1.0 or 1.2. | Jonathan Brielmaier | 1 | -0/+4 | |
This fixes https://github.com/mate-desktop/caja-extensions/issues/52. * (configure.ac): Check also for gupnp-1.2 and set HAS_GUPNP_VERSION_1_2 to yes if found. * (sendto/plugins/upnp/upnp.c): Use gupnp_context_manager_create when building with gupnp-1.2 as gupnp_context_manager_new was removed. Signed-off-by: Jonathan Brielmaier <[email protected]> Co-authored-by: Gianfranco Costamagna <[email protected]> | |||||
2019-06-30 | Remove trailing whitespaces | Laurent Napias | 9 | -80/+80 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2017-08-03 | sendto burn: avoid deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -1/+1 | |
and require caja >= 1.17.1 and libmate-desktop >= 1.17.0 | |||||
2016-01-02 | drop MateConf migration scripts | Monsta | 2 | -7/+0 | |
2015-06-08 | Uncapitalize "To" in "Send To..." | Piotr Jurkiewicz | 1 | -2/+2 | |
2015-01-14 | sendto: safer access to list element's data | Monsta | 1 | -6/+6 | |
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/caja-extensions/pull/11 | |||||
2015-01-10 | Update POTFILES.in with renamed extension files | infirit | 1 | -2/+1 | |
So we do not have to add *.caja-extension.in to extra dist | |||||
2015-01-10 | fix dist for extension ini files | infirit | 1 | -2/+13 | |
2014-12-23 | sendto: use proper GTK+ version in .pc file | Monsta | 1 | -1/+1 | |
2014-12-17 | pidgin plugin: various fixes | Monsta | 1 | -11/+9 | |
- add missing spaces (code looked ugly) - remove a GError variable which has never been used actually (and avoid dereferencing NULL pointer at the same time) - don't leak memory | |||||
2014-12-17 | gajim plugin: don't leak memory | Monsta | 1 | -5/+7 | |
2014-12-17 | caja-sendto-command: don't leak memory | Monsta | 1 | -0/+2 | |
Closes https://github.com/mate-desktop/caja-extensions/pull/7 | |||||
2014-11-16 | Remove obsolete property from ui files | monsta | 1 | -1/+0 | |
should fix the showing of rotate dialog in GTK+3 build, see https://git.gnome.org/browse/nautilus-image-converter/commit/?id=23441ed6d74b4eba68333c802890cb396721a6d6 Closes https://github.com/mate-desktop/caja-extensions/pull/8 | |||||
2014-11-03 | Add information for about dialogs | Stefano Karapetsas | 2 | -4/+8 | |
2014-10-27 | Add ini files for extension management | Stefano Karapetsas | 2 | -0/+9 | |
2014-05-20 | Remove call to deprecated g_thread_init | infirit | 1 | -1/+0 | |
2014-05-07 | Remove autogenerated doc files | infirit | 10 | -327/+0 | |
2014-03-23 | sendto plugin: re-introduce the option to select plugins to build | infirit | 7 | -14/+17 | |