summaryrefslogtreecommitdiff
path: root/sendto/caja-sendto-command.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25Fix memory leak allocated with 'gtk_builder_new ()'rbuj1-16/+18
2020-03-12caja-sendto-command: fix memory leak pointed to by 'p'rbuj1-3/+9
2020-02-29automake: do not include CFLAGS in CPPFLAGSrbuj1-1/+1
2020-02-10sendto: use gresources for UI filesrbuj1-2/+2
2020-02-06caja-sendto: rewrite caja-sendto.ui from scratch fixing deprecationsrbuj1-18/+3
2020-02-06caja-sendto-command: add .7z,.tar.xz to packed type drop-down listrbuj1-3/+9
2019-06-30Remove trailing whitespacesLaurent Napias1-13/+13
2015-01-14sendto: safer access to list element's dataMonsta1-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
2014-12-17caja-sendto-command: don't leak memoryMonsta1-0/+2
Closes https://github.com/mate-desktop/caja-extensions/pull/7
2014-05-20Remove call to deprecated g_thread_initinfirit1-1/+0
2013-10-17Add sendto extensionStefano Karapetsas1-0/+843