Age | Commit message (Expand) | Author | Files | Lines |
2022-07-20 | fm-directory-view: change G_GNUC_END_IGNORE_DEPRECATIONS place | Pablo Barciela | 1 | -2/+2 |
2022-07-20 | Fix cppcheck warnings | Pablo Barciela | 2 | -110/+110 |
2022-07-20 | Revert "fm-directory-view: free var action_name" | raveit65 | 1 | -2/+0 |
2022-07-20 | fm-directory-view: free var action_name | raveit65 | 1 | -0/+2 |
2022-07-20 | fm-directory-view: fix previous GtkAction commit | raveit65 | 1 | -9/+12 |
2022-07-20 | fm-directory-view: suppress GtkAction warnings | raveit65 | 1 | -3/+107 |
2022-07-20 | fm-desktop-icon-view: suppress GtkAction warnings | raveit65 | 1 | -0/+9 |
2022-07-20 | Remove trailing whitespaces | rbuj | 15 | -75/+75 |
2022-07-20 | src: reduce the scope of some variables | Pablo Barciela | 32 | -208/+331 |
2022-07-20 | Change URL prefixes from http to https | rbuj | 2 | -2/+2 |
2022-07-20 | Change url projet's website | Laurent Napias | 1 | -1/+1 |
2022-07-19 | eel: remove date & time functions | rbuj | 3 | -10/+10 |
2022-07-19 | caja-spatial-window: Unused variable i | rbuj | 1 | -1/+0 |
2022-07-19 | caja-location-dialog: Fix 'cppcheck' and 'clang' warnings | Pablo Barciela | 1 | -5/+5 |
2022-07-19 | caja-property-browser: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -4/+4 |
2022-07-19 | drop functions defined but not used | Pablo Barciela | 6 | -463/+0 |
2022-07-19 | local #include files inside "" instead <> | Pablo Barciela | 80 | -753/+902 |
2022-07-19 | Fix invocation with --geometry from the command line | lukefromdc | 1 | -7/+14 |
2022-07-19 | Pass "NULL" for keyboard event | lukefromdc | 2 | -2/+10 |
2022-07-19 | caja-application: avoid NULL inside 'g_object_unref' | Pablo Barciela | 1 | -3/+4 |
2022-07-19 | fm-desktop-icon-view: remove dead code | Pablo Barciela | 1 | -11/+1 |
2019-03-29 | eel: remove g_object_list_copy | rbuj | 3 | -4/+4 |
2019-03-28 | caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg' | Pablo Barciela | 1 | -1/+1 |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 9 | -46/+7 |
2019-03-06 | caja-window: Fix garbage value | Pablo Barciela | 1 | -1/+2 |
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 |
2019-03-04 | caja-information-panel: Fix use of memory after it is freed | Pablo Barciela | 1 | -1/+4 |
2019-03-04 | fm-directory-view: Fix use of memory after it is freed | Pablo Barciela | 1 | -1/+1 |
2019-03-04 | [Security] Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -1/+1 |
2019-03-04 | drop unused variables | Pablo Barciela | 5 | -5/+0 |
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 | 1 | -0/+1 |
2019-02-14 | Update authors | rbuj | 1 | -4/+59 |
2019-02-13 | Update Documenters | rbuj | 1 | -1/+2 |
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 1 | -0/+2 |
2019-02-02 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 6 | -57/+17 |
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 3 | -6/+6 |
2019-01-31 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 8 | -55/+29 |
2019-01-31 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 6 | -31/+24 |
2019-01-29 | Fix compile warning | Wu Xiaotian | 1 | -18/+21 |
2019-01-28 | Let file size units follow the users preference | Wu Xiaotian | 1 | -22/+49 |
2019-01-28 | Fixed the value of 6 month and 1 year. | Wu Xiaotian | 1 | -9/+49 |
2019-01-28 | Support querying files by modification time and size | Wu Xiaotian | 1 | -2/+253 |
2019-01-28 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 21 | -118/+81 |
2019-01-24 | Update copyright to 2019 | Wu Xiaotian | 1 | -1/+1 |
2019-01-22 | CajaApplication: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 2 | -8/+6 |
2019-01-19 | caja-application: Check for smclient before trying to load session | lukefromdc | 1 | -3/+3 |
2019-01-03 | [libcaja-private] Re-check file MIME type before picking an application. | Max Eliaser | 1 | -0/+7 |
2019-01-03 | [file-manager] Fix apparent bug in context menu updating code. | Max Eliaser | 1 | -1/+1 |