Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-22 | caja-file: Fix: true and false branches are identical | Pablo Barciela | 1 | -2/+0 | |
Fixes Clang static analyzer warning: caja-file.c:4858:9: warning: true and false branches are identical } else if (file_date_age < 7) { ^ | |||||
2019-03-22 | caja-file-operations: add comment with false positive warning: | Pablo Barciela | 1 | -0/+8 | |
False positive warning with Clang static analyzer: caja-file-operations.c:958:11: warning: Cast a region whose size is not a multiple of the destination type size common = g_malloc0 (job_size); ^~~~~~~~~~~~~~~~~~~~ | |||||
2019-03-08 | [ci] switch to use build scripts on master branch | Wu Xiaotian | 1 | -3/+3 | |
2019-03-08 | [ci] If possible, compile with make -jN | Wu Xiaotian | 1 | -1/+5 | |
2019-03-08 | [ci] Use status notification | Wu Xiaotian | 1 | -3/+8 | |
2019-03-08 | [ci] use clang analyzer | Wu Xiaotian | 1 | -11/+64 | |
2019-03-07 | configure.ac: fix portability issue with test | David H. Gutteridge | 1 | -1/+1 | |
"test ... ==" isn't a portable expression, change to POSIX "=". | |||||
2019-03-07 | eel: remove g_str_list_copy | rbuj | 5 | -28/+7 | |
GNOME/nautilus@61e2aff Replace eel_g_str_list_copy(Glist *list) with g_list_copy_deep (list, (GCopyFunc) g_strdup, NULL) | |||||
2019-03-07 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 | |
2019-03-07 | eel: remove g_list_free_deep_custom | rbuj | 2 | -20/+1 | |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 16 | -65/+9 | |
2019-03-06 | eel-canvas: Fix warning: Undefined or garbage value returned to caller | Pablo Barciela | 1 | -1/+1 | |
Fixes Clang static analyzer warning: eel-canvas.c:3426:9: warning: Undefined or garbage value returned to caller return item; ^~~~~~~~~~~ | |||||
2019-03-06 | caja-window: Fix garbage value | Pablo Barciela | 1 | -1/+2 | |
Fixes Clang static analyzer warning: caja-window.c:554:34: warning: The left operand of '<' is a garbage value MIN (default_width, ^ ~~~~~~~~~~~~~ | |||||
2019-03-06 | eel-gdk-pixbuf-extensions: Fix division by zero | Pablo Barciela | 1 | -3/+12 | |
Fixes Clang static analyzer warning: eel-gdk-pixbuf-extensions.c:403:29: warning: Division by zero *dest++ = r / n_pixels; ~~^~~~~~~~~~ | |||||
2019-03-06 | caja-file: Fix use of memory after it is freed | Pablo Barciela | 1 | -7/+13 | |
to avoid warning with Clang Analyzer | |||||
2019-03-05 | caja-icon-container: Fix use of memory after it is freed | Pablo Barciela | 1 | -2/+2 | |
to avoid warning with Clang Analyzer | |||||
2019-03-05 | Fix attempt to free released memory | rbuj | 1 | -1/+0 | |
2019-03-04 | fm-tree-model: Fix use of memory after it is freed | Pablo Barciela | 1 | -2/+6 | |
to avoid warning with Clang Analyzer | |||||
2019-03-04 | caja-information-panel: Fix use of memory after it is freed | Pablo Barciela | 1 | -1/+4 | |
to avoid warning with Clang Analyzer | |||||
2019-03-04 | fm-directory-view: Fix use of memory after it is freed | Pablo Barciela | 1 | -1/+1 | |
to avoid warning with Clang Analyzer | |||||
2019-03-04 | caja-tree-view-drag-dest: Fix memory leak | Pablo Barciela | 1 | -0/+1 | |
to avoid warning with Clang Analyzer | |||||
2019-03-04 | [Security] eel-string: Use 'g_strlcat' instead of 'strcat' | Pablo Barciela | 1 | -2/+2 | |
to avoid warnings with Clang Analyzer | |||||
2019-03-04 | [Security] Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 2 | -4/+4 | |
to avoid warnings with Clang Analyzer | |||||
2019-03-04 | drop unused variables | Pablo Barciela | 9 | -11/+0 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+11 | |
2019-02-24 | tx: sync with transifex | raveit65 | 118 | -48381/+68125 | |
2019-02-19 | Add update-authors.pl script which helps to update caja.about | rbuj | 1 | -0/+72 | |
2019-02-18 | Read authors and documenters fom caja.about file | rbuj | 3 | -109/+37 | |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 2 | -54/+59 | |
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-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -0/+3 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-14 | Update authors | rbuj | 1 | -4/+59 | |
Merged the authors with the new ones: git log --pretty="%an <%ae>" --since "2012-01-01" -- . "*.h" "*.c" | sort | uniq | |||||
2019-02-13 | Update Documenters | rbuj | 1 | -1/+2 | |
Update "Documented by" in About Caja dialog | |||||
2019-02-08 | use archlinux/base images | Wu Xiaotian | 1 | -1/+2 | |
2019-02-08 | Remove the distcheck return value override | Wu Xiaotian | 1 | -1/+0 | |
Because make distcheck has been fixed, the return value is directly detected. | |||||
2019-02-06 | update caja.pot for transifex | Wu Xiaotian | 1 | -16/+15 | |
2019-02-06 | fixed distcheck fail on debian | Wu Xiaotian | 10 | -48/+7 | |
2019-02-06 | fixed the help string of --disable-self-check | Wu Xiaotian | 1 | -1/+1 | |
2019-02-06 | Always return 0 for distcheck | Wu Xiaotian | 1 | -0/+1 | |
2019-02-06 | update travis to support archlinux and enable distcheck | Wu Xiaotian | 1 | -11/+22 | |
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 4 | -5/+16 | |
Fixed make distcheck, see #1129 | |||||
2019-02-02 | tx: update resource for transifex | raveit65 | 1 | -347/+444 | |
2019-02-02 | release 1.21.4v1.21.4 | raveit65 | 2 | -1/+44 | |
2019-02-02 | tx: sync with transifex | raveit65 | 115 | -103383/+107631 | |
2019-02-02 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 6 | -57/+17 | |
Changed CajaInformationPanel, CajaLocationBar and CajaNavigationAction | |||||
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 4 | -8/+8 | |
2019-01-31 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 8 | -55/+29 | |
Changed CajaSidePane, CajaSpatialWindow, CajaViewAsAction and CajaXContentBar | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -45/+29 | |
Changed CajaIconCanvasItem, CajaTrashMonitor and CajaUndoStackManager | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -30/+27 | |
Changed CajaFileConflictDialog and CajaFile | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -63/+76 | |
Changed CajaDesktopLink, CajaDirectoryAsync and CajaDirectory | |||||
2019-01-31 | Enable Travis CI | Wu Xiaotian | 1 | -0/+109 | |