Age | Commit message (Expand) | Author | Files | Lines |
2019-05-09 | libegg: reduce the scope of some variables | Pablo Barciela | 3 | -9/+22 |
2019-05-07 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 |
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 44 | -476/+794 |
2019-05-04 | eel: remove date & time functions | rbuj | 11 | -363/+39 |
2019-04-30 | caja-spatial-window: Unused variable i | rbuj | 1 | -1/+0 |
2019-04-18 | eel: reduce the scope of some variables | Pablo Barciela | 15 | -48/+80 |
2019-04-17 | travis: enable cppcheck only in debian and disable it in other distros | Pablo Barciela | 1 | -4/+3 |
2019-04-16 | caja-location-dialog: Fix 'cppcheck' and 'clang' warnings | Pablo Barciela | 1 | -5/+5 |
2019-04-16 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+50 |
2019-04-16 | sync with transifex | raveit65 | 27 | -451/+530 |
2019-04-14 | caja-property-browser: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -4/+4 |
2019-04-14 | eggsmclient-xsmp: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -2/+2 |
2019-04-14 | caja-file-utilities: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -1/+1 |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 147 | -725/+727 |
2019-04-12 | eel-string: Use 'va_copy' instead of 'G_VA_COPY' | Pablo Barciela | 1 | -3/+3 |
2019-04-12 | eel-editable-label: Use 'memmove' instead of 'memcpy' | Pablo Barciela | 1 | -1/+1 |
2019-04-12 | eel: remove eel_g_object_list_ref | rbuj | 3 | -17/+1 |
2019-04-10 | drop functions defined but not used | Pablo Barciela | 8 | -511/+0 |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 189 | -1202/+1427 |
2019-04-10 | caja-icon-canvas-item: avoid 'cppcheck' warning | Pablo Barciela | 1 | -14/+13 |
2019-04-10 | caja-file: avoid shifting signed 32-bit value by 31 bits | Pablo Barciela | 1 | -1/+1 |
2019-04-09 | Fix invocation with --geometry from the command line | lukefromdc | 1 | -7/+14 |
2019-04-08 | caja-icon-canvas-item: initialize variable 'scale' | Pablo Barciela | 1 | -1/+1 |
2019-04-08 | Pass "NULL" for keyboard event | lukefromdc | 2 | -2/+10 |
2019-04-08 | pre-bump version | raveit65 | 2 | -1/+3 |
2019-04-07 | caja-application: avoid NULL inside 'g_object_unref' | Pablo Barciela | 1 | -3/+4 |
2019-04-07 | travis: enable 'cppcheck' | Pablo Barciela | 1 | -0/+5 |
2019-04-05 | fm-desktop-icon-view: remove dead code | Pablo Barciela | 1 | -11/+1 |
2019-04-05 | caja-file-operations: make sure 'error' isn't NULL | Pablo Barciela | 1 | -2/+2 |
2019-04-03 | caja-open-with-dialog: make sure there is error before showing it | Pablo Barciela | 1 | -2/+5 |
2019-04-03 | eel-string: Fix: 'memcpy' overflows destination buffer | Pablo Barciela | 1 | -2/+3 |
2019-04-03 | eel-string: avoid 'memcpy' with NULL argument | Pablo Barciela | 1 | -0/+4 |
2019-03-30 | caja-progress-info: make sure argument is initialized | Pablo Barciela | 1 | -3/+3 |
2019-03-29 | eel: replace eel_ref_str with GRefString | rbuj | 8 | -218/+94 |
2019-03-29 | eel: remove g_object_list_copy | rbuj | 7 | -23/+10 |
2019-03-28 | caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg' | Pablo Barciela | 1 | -1/+1 |
2019-03-26 | github release | raveit65 | 1 | -10/+27 |
2019-03-24 | caja-file: Fix incomplete file replacement dialog | Pablo Barciela | 1 | -9/+5 |
2019-03-24 | caja-autorun: avoid NULL in 'memcpy' | Pablo Barciela | 1 | -1/+4 |
2019-03-22 | eel-editable-label: call argument with initialized value | Pablo Barciela | 1 | -2/+2 |
2019-03-22 | caja-file: Fix: true and false branches are identical | Pablo Barciela | 1 | -2/+0 |
2019-03-22 | caja-file-operations: add comment with false positive warning: | Pablo Barciela | 1 | -0/+8 |
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 |
2019-03-07 | eel: remove g_str_list_copy | rbuj | 5 | -28/+7 |
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 |