summaryrefslogtreecommitdiff
path: root/libcaja-private
AgeCommit message (Expand)AuthorFilesLines
2019-09-28caja-extensions: allows the translation of copyrightrbuj1-3/+10
2019-08-26Set FmWidgetView is single view.Wu Xiaotian2-2/+10
2019-08-19Remove comments that are not written to translators from pot filerbuj3-34/+34
2019-08-18caja-progress-info: use NotifyNotification instead of GNotificationPablo Barciela1-14/+12
2019-08-15Copy file and keep timestamps of original file including remotesrbuj1-1/+8
2019-08-02Support querying files by contained textSlava Aseev3-1/+142
2019-07-27use show icons option in views tabWu Xiaotian2-5/+5
2019-07-27Add preference option to hide icons in list view.Wu Xiaotian2-0/+6
2019-07-24add git.mk to generate .gitignoreWu Xiaotian1-0/+2
2019-07-10Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh2-26/+0
2019-07-05Render file-conflict icons as cairo_surface vectorsVictor Kareh3-42/+68
2019-07-05file-conflict-dialog: don't scale icons twice on hidpi monitorslukefromdc1-4/+4
2019-07-01hidpi: ensure all icons are properly scaledlukefromdc1-2/+2
2019-07-01migrate intltool to gettextWu Xiaotian1-2/+0
2019-06-30desktop: Always draw the items label frameColomban Wendling1-12/+16
2019-06-28Fix cppcheck warningsPablo Barciela2-22/+22
2019-06-25caja-ui-utilities: suppress GtkAction warningsraveit651-0/+12
2019-06-25caja-clipboard: suppress GtkAction warningsraveit651-0/+10
2019-06-18Remove trailing whitespacesrbuj14-59/+59
2019-06-15caja-open-with-dialog: cppcheck: Redundant conditionPablo Barciela1-2/+1
2019-06-11Change URL prefixes from http to httpsrbuj3-3/+3
2019-06-09caja-progress-info: add tooltips to file transfer dialogPablo Barciela1-0/+4
2019-06-09Add accessible names for buttons in file transfer operations dialogLuke Yelavich1-0/+4
2019-05-06libcaja-private: reduce the scope of some variablesPablo Barciela44-476/+794
2019-05-04eel: remove date & time functionsrbuj4-29/+27
2019-04-14caja-file-utilities: Fix cast from non-struct type to struct typePablo Barciela1-1/+1
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela55-141/+143
2019-04-12eel: remove eel_g_object_list_refrbuj1-1/+1
2019-04-10drop functions defined but not usedPablo Barciela1-9/+0
2019-04-10local #include files inside "" instead <>Pablo Barciela87-381/+450
2019-04-10caja-icon-canvas-item: avoid 'cppcheck' warningPablo Barciela1-14/+13
2019-04-10caja-file: avoid shifting signed 32-bit value by 31 bitsPablo Barciela1-1/+1
2019-04-08caja-icon-canvas-item: initialize variable 'scale'Pablo Barciela1-1/+1
2019-04-05caja-file-operations: make sure 'error' isn't NULLPablo Barciela1-2/+2
2019-04-03caja-open-with-dialog: make sure there is error before showing itPablo Barciela1-2/+5
2019-03-30caja-progress-info: make sure argument is initializedPablo Barciela1-3/+3
2019-03-29eel: replace eel_ref_str with GRefStringrbuj5-95/+93
2019-03-29eel: remove g_object_list_copyrbuj2-6/+6
2019-03-24caja-file: Fix incomplete file replacement dialogPablo Barciela1-9/+5
2019-03-24caja-autorun: avoid NULL in 'memcpy'Pablo Barciela1-1/+4
2019-03-22caja-file: Fix: true and false branches are identicalPablo Barciela1-2/+0
2019-03-22caja-file-operations: add comment with false positive warning:Pablo Barciela1-0/+8
2019-03-07eel: remove g_str_list_copyrbuj3-7/+7
2019-03-07avoid variables set but not usedPablo Barciela5-13/+2
2019-03-06caja-file: Fix use of memory after it is freedPablo Barciela1-7/+13
2019-03-05caja-icon-container: Fix use of memory after it is freedPablo Barciela1-2/+2
2019-03-04caja-tree-view-drag-dest: Fix memory leakPablo Barciela1-0/+1
2019-03-04[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela1-3/+3
2019-03-04drop unused variablesPablo Barciela3-4/+0
2019-02-06Add --disable-self-check for configureWu Xiaotian1-5/+1