Age | Commit message (Expand) | Author | Files | Lines |
2022-07-20 | Fix cppcheck warnings | Pablo Barciela | 2 | -22/+22 |
2022-07-20 | caja-ui-utilities: suppress GtkAction warnings | raveit65 | 1 | -0/+12 |
2022-07-20 | caja-clipboard: suppress GtkAction warnings | raveit65 | 1 | -0/+10 |
2022-07-20 | Remove trailing whitespaces | rbuj | 14 | -59/+59 |
2022-07-20 | caja-open-with-dialog: cppcheck: Redundant condition | Pablo Barciela | 1 | -2/+1 |
2022-07-20 | Change URL prefixes from http to https | rbuj | 3 | -3/+3 |
2022-07-20 | caja-progress-info: add tooltips to file transfer dialog | Pablo Barciela | 1 | -0/+4 |
2022-07-20 | Add accessible names for buttons in file transfer operations dialog | Luke Yelavich | 1 | -0/+4 |
2022-07-20 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 44 | -476/+794 |
2022-07-19 | eel: remove date & time functions | rbuj | 4 | -29/+27 |
2022-07-19 | eel: remove eel_g_object_list_ref | rbuj | 1 | -1/+1 |
2022-07-19 | drop functions defined but not used | Pablo Barciela | 1 | -9/+0 |
2022-07-19 | local #include files inside "" instead <> | Pablo Barciela | 87 | -381/+450 |
2022-07-19 | caja-icon-canvas-item: avoid 'cppcheck' warning | Pablo Barciela | 1 | -14/+13 |
2022-07-19 | caja-file: avoid shifting signed 32-bit value by 31 bits | Pablo Barciela | 1 | -1/+1 |
2022-07-19 | caja-icon-canvas-item: initialize variable 'scale' | Pablo Barciela | 1 | -1/+1 |
2022-07-19 | caja-file-operations: make sure 'error' isn't NULL | Pablo Barciela | 1 | -2/+2 |
2022-07-19 | caja-open-with-dialog: make sure there is error before showing it | Pablo Barciela | 1 | -2/+5 |
2022-07-19 | caja-progress-info: make sure argument is initialized | Pablo Barciela | 1 | -3/+3 |
2019-03-29 | eel: remove g_object_list_copy | rbuj | 2 | -6/+6 |
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 | 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-07 | eel: remove g_str_list_copy | rbuj | 3 | -7/+7 |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 5 | -13/+2 |
2019-03-06 | caja-file: Fix use of memory after it is freed | Pablo Barciela | 1 | -7/+13 |
2019-03-05 | caja-icon-container: Fix use of memory after it is freed | Pablo Barciela | 1 | -2/+2 |
2019-03-04 | caja-tree-view-drag-dest: Fix memory leak | Pablo Barciela | 1 | -0/+1 |
2019-03-04 | [Security] Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -3/+3 |
2019-03-04 | drop unused variables | Pablo Barciela | 3 | -4/+0 |
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 1 | -5/+1 |
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 1 | -2/+2 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -45/+29 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -30/+27 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -63/+76 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -27/+15 |
2019-01-29 | Fix compile warning | Wu Xiaotian | 2 | -3/+1 |
2019-01-28 | Fixed the value of 6 month and 1 year. | Wu Xiaotian | 3 | -21/+18 |
2019-01-28 | Support querying files by modification time and size | Wu Xiaotian | 3 | -18/+91 |
2019-01-03 | [libcaja-private] Re-check file MIME type before picking an application. | Max Eliaser | 3 | -0/+30 |
2018-12-27 | Fix: weird item in bookmarks if the folder was removed | Pablo Barciela | 1 | -2/+7 |
2018-12-27 | Minor code-quality enhancements | Sargastic | 2 | -6/+7 |
2018-12-27 | Forgot to initialize is_backup field | Sargastic | 1 | -0/+1 |
2018-12-27 | Remove useless comments, correct description string | Sargastic | 1 | -1/+1 |
2018-12-27 | Skip hidden files only, not backups | Sargastic | 1 | -3/+1 |
2018-12-27 | Add independent show/hide backup files | Sargastic | 11 | -14/+83 |
2018-12-27 | caja-progress-info: new behavior with notifications: | Pablo Barciela | 1 | -10/+3 |
2018-12-27 | caja-progress-info: show notifications with the gsettings key: | Pablo Barciela | 2 | -8/+22 |
2018-12-01 | caja-bookmark: Fix memory leak | Pablo Barciela | 1 | -1/+4 |