summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Remove trailing whitespacesrbuj46-223/+223
2022-07-20src: reduce the scope of some variablesPablo Barciela32-208/+331
2022-07-20caja-open-with-dialog: cppcheck: Redundant conditionPablo Barciela1-2/+1
2022-07-20eel-canvas: cppcheck: Local variable 'allocation' shadows outer variablePablo Barciela1-1/+0
2022-07-20Change URL prefixes from http to httpsrbuj15-52/+52
2022-07-20Change url projet's websiteLaurent Napias3-3/+3
2022-07-20caja-progress-info: add tooltips to file transfer dialogPablo Barciela1-0/+4
2022-07-20Add accessible names for buttons in file transfer operations dialogLuke Yelavich1-0/+4
2022-07-20Create FUNDING.ymlMartin Wimpress1-0/+9
2022-07-20travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-6/+7
2022-07-20libegg: reduce the scope of some variablesPablo Barciela3-9/+22
2022-07-20[ci] Add cppcheck html reportPablo Barciela1-1/+4
2022-07-20libcaja-private: reduce the scope of some variablesPablo Barciela44-476/+794
2022-07-19eel: remove date & time functionsrbuj11-363/+39
2022-07-19caja-spatial-window: Unused variable irbuj1-1/+0
2022-07-19eel: reduce the scope of some variablesPablo Barciela15-48/+80
2022-07-19travis: enable cppcheck only in debian and disable it in other distrosPablo Barciela1-0/+3
2022-07-19caja-location-dialog: Fix 'cppcheck' and 'clang' warningsPablo Barciela1-5/+5
2022-07-19release 1.23.0raveit651-0/+50
2022-07-19sync with transifexraveit6527-451/+530
2022-07-19caja-property-browser: Fix cast from non-struct type to struct typePablo Barciela1-4/+4
2022-07-19eel-string: Use 'va_copy' instead of 'G_VA_COPY'Pablo Barciela1-3/+3
2022-07-19eel-editable-label: Use 'memmove' instead of 'memcpy'Pablo Barciela1-1/+1
2022-07-19eel: remove eel_g_object_list_refrbuj3-17/+1
2022-07-19drop functions defined but not usedPablo Barciela8-511/+0
2022-07-19local #include files inside "" instead <>Pablo Barciela189-1202/+1427
2022-07-19caja-icon-canvas-item: avoid 'cppcheck' warningPablo Barciela1-14/+13
2022-07-19caja-file: avoid shifting signed 32-bit value by 31 bitsPablo Barciela1-1/+1
2022-07-19Fix invocation with --geometry from the command linelukefromdc1-7/+14
2022-07-19caja-icon-canvas-item: initialize variable 'scale'Pablo Barciela1-1/+1
2022-07-19Pass "NULL" for keyboard eventlukefromdc2-2/+10
2022-07-19pre-bump versionraveit652-1/+3
2022-07-19caja-application: avoid NULL inside 'g_object_unref'Pablo Barciela1-3/+4
2022-07-19fm-desktop-icon-view: remove dead codePablo Barciela1-11/+1
2022-07-19caja-file-operations: make sure 'error' isn't NULLPablo Barciela1-2/+2
2022-07-19caja-open-with-dialog: make sure there is error before showing itPablo Barciela1-2/+5
2022-07-19eel-string: Fix: 'memcpy' overflows destination bufferPablo Barciela1-2/+3
2022-07-19eel-string: avoid 'memcpy' with NULL argumentPablo Barciela1-0/+4
2022-07-19caja-progress-info: make sure argument is initializedPablo Barciela1-3/+3
2019-03-29eel: remove g_object_list_copyrbuj7-23/+10
2019-03-28caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg'Pablo Barciela1-1/+1
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