summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-26github releaseraveit651-10/+27
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-22eel-editable-label: call argument with initialized valuePablo Barciela1-2/+2
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-08[ci] switch to use build scripts on master branchWu Xiaotian1-3/+3
2019-03-08[ci] If possible, compile with make -jNWu Xiaotian1-1/+5
2019-03-08[ci] Use status notificationWu Xiaotian1-3/+8
2019-03-08[ci] use clang analyzerWu Xiaotian1-11/+64
2019-03-07configure.ac: fix portability issue with testDavid H. Gutteridge1-1/+1
2019-03-07eel: remove g_str_list_copyrbuj5-28/+7
2019-03-07Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-1/+0
2019-03-07eel: remove g_list_free_deep_customrbuj2-20/+1
2019-03-07avoid variables set but not usedPablo Barciela16-65/+9
2019-03-06eel-canvas: Fix warning: Undefined or garbage value returned to callerPablo Barciela1-1/+1
2019-03-06caja-window: Fix garbage valuePablo Barciela1-1/+2
2019-03-06eel-gdk-pixbuf-extensions: Fix division by zeroPablo Barciela1-3/+12
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-05Fix attempt to free released memoryrbuj1-1/+0
2019-03-04fm-tree-model: Fix use of memory after it is freedPablo Barciela1-2/+6
2019-03-04caja-information-panel: Fix use of memory after it is freedPablo Barciela1-1/+4
2019-03-04fm-directory-view: Fix use of memory after it is freedPablo Barciela1-1/+1
2019-03-04caja-tree-view-drag-dest: Fix memory leakPablo Barciela1-0/+1
2019-03-04[Security] eel-string: Use 'g_strlcat' instead of 'strcat'Pablo Barciela1-2/+2
2019-03-04[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela2-4/+4
2019-03-04drop unused variablesPablo Barciela9-11/+0
2019-02-24release 1.22.0v1.22.0raveit652-1/+11
2019-02-24tx: sync with transifexraveit65118-48381/+68125
2019-02-19Add update-authors.pl script which helps to update caja.aboutrbuj1-0/+72
2019-02-18Read authors and documenters fom caja.about filerbuj3-109/+37
2019-02-17Ensure proper translation of the about dialog titlerbuj2-54/+59
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-0/+3
2019-02-14Update authorsrbuj1-4/+59
2019-02-13Update Documentersrbuj1-1/+2
2019-02-08use archlinux/base imagesWu Xiaotian1-1/+2
2019-02-08Remove the distcheck return value overrideWu Xiaotian1-1/+0
2019-02-06update caja.pot for transifexWu Xiaotian1-16/+15
2019-02-06fixed distcheck fail on debianWu Xiaotian10-48/+7
2019-02-06fixed the help string of --disable-self-checkWu Xiaotian1-1/+1
2019-02-06Always return 0 for distcheckWu Xiaotian1-0/+1
2019-02-06update travis to support archlinux and enable distcheckWu Xiaotian1-11/+22
2019-02-06Add --disable-self-check for configureWu Xiaotian4-5/+16
2019-02-02tx: update resource for transifexraveit651-347/+444
2019-02-02release 1.21.4v1.21.4raveit652-1/+44
2019-02-02tx: sync with transifexraveit65115-103383/+107631
2019-02-02Avoid deprecated g_type_class_add_private under srcWu Xiaotian6-57/+17
2019-02-02Fix incompatible pointer typesVictor Kareh4-8/+8
2019-01-31Avoid deprecated g_type_class_add_private under srcWu Xiaotian8-55/+29