Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-30 | Revert "fm-directory-view.c: Decrease minimum update interval." | Pablo Barciela | 1 | -2/+2 |
2018-12-27 | Fix: weird item in bookmarks if the folder was removed | Pablo Barciela | 1 | -9/+33 |
2018-12-27 | Change show/hide backup files shortcut | Sargastic | 1 | -1/+1 |
2018-12-27 | Remove useless comments, correct description string | Sargastic | 2 | -7/+0 |
2018-12-27 | Add independent show/hide backup files | Sargastic | 9 | -7/+173 |
2018-12-02 | caja-places-sidebar: replace two other uses of g_drive_poll_for_media_finish | lukefromdc | 1 | -2/+2 |
2018-12-02 | Fix segfault on stopping USB hard drives | lukefromdc | 1 | -1/+1 |
2018-12-01 | fm-properties-window: Fix memory leaks | Pablo Barciela | 1 | -6/+13 |
2018-11-07 | Fix case-insensitive comparison in running_in_mate | Zhang Xianwei | 2 | -4/+4 |
2018-11-02 | connect-server-dialog: Respect password save setting | Tomas Bzatek | 1 | -0/+6 |
2018-11-02 | properties-window: fix checking inconsistent state | Alexandru Pandelea | 1 | -1/+1 |
2018-10-19 | Add 'Configurable' interface and add support to caja-file-management-properties | 20kdc | 1 | -3/+60 |
2018-10-19 | caja-application.c: Remove redundant empty lines | Zhang Xianwei | 1 | -3/+0 |
2018-10-02 | fm-directory-view.c: Decrease minimum update interval. | lukefromdc | 1 | -2/+2 |
2018-09-19 | Remove dead code, fix a memory leak | lukefromdc | 1 | -11/+3 |
2018-09-17 | add option to open multiple uri in tabs at startup | Clément Masci | 5 | -74/+143 |
2018-09-17 | Revert "add option to open multiple uri in tabs at startup" | raveit65 | 5 | -123/+55 |
2018-09-17 | Revert "Memory leak fix" | raveit65 | 1 | -1/+0 |
2018-09-17 | Revert "Fix indents, update docs to reflect ability to open URIs in tabs" | raveit65 | 2 | -67/+68 |
2018-09-16 | Fix indents, update docs to reflect ability to open URIs in tabs | lukefromdc | 2 | -68/+67 |
2018-09-15 | Memory leak fix | Clément Masci | 1 | -0/+1 |
2018-09-14 | add option to open multiple uri in tabs at startup | Clément Masci | 5 | -55/+123 |
2018-08-24 | pathbar: Activate pane when changing location | Victor Kareh | 1 | -0/+3 |