summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-14caja-property-browser: Fix cast from non-struct type to struct typePablo Barciela1-4/+4
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela80-559/+559
2019-04-10drop functions defined but not usedPablo Barciela6-463/+0
2019-04-10local #include files inside "" instead <>Pablo Barciela80-753/+902
2019-04-09Fix invocation with --geometry from the command linelukefromdc1-7/+14
2019-04-08Pass "NULL" for keyboard eventlukefromdc2-2/+10
2019-04-07caja-application: avoid NULL inside 'g_object_unref'Pablo Barciela1-3/+4
2019-04-05fm-desktop-icon-view: remove dead codePablo Barciela1-11/+1
2019-03-29eel: remove g_object_list_copyrbuj3-4/+4
2019-03-28caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg'Pablo Barciela1-1/+1
2019-03-07avoid variables set but not usedPablo Barciela9-46/+7
2019-03-06caja-window: Fix garbage valuePablo Barciela1-1/+2
2019-03-05Fix attempt to free released memoryrbuj1-1/+0
2019-03-04fm-tree-model: Fix use of memory after it is freedPablo Barciela1-2/+6
2019-03-04caja-information-panel: Fix use of memory after it is freedPablo Barciela1-1/+4
2019-03-04fm-directory-view: Fix use of memory after it is freedPablo Barciela1-1/+1
2019-03-04[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela1-1/+1
2019-03-04drop unused variablesPablo Barciela5-5/+0
2019-02-18Read authors and documenters fom caja.about filerbuj3-109/+37
2019-02-17Ensure proper translation of the about dialog titlerbuj1-0/+1
2019-02-14Update authorsrbuj1-4/+59
2019-02-13Update Documentersrbuj1-1/+2
2019-02-06Add --disable-self-check for configureWu Xiaotian1-0/+2
2019-02-02Avoid deprecated g_type_class_add_private under srcWu Xiaotian6-57/+17
2019-02-02Fix incompatible pointer typesVictor Kareh3-6/+6
2019-01-31Avoid deprecated g_type_class_add_private under srcWu Xiaotian8-55/+29
2019-01-31Avoid deprecated g_type_class_add_private under srcWu Xiaotian6-31/+24
2019-01-29Fix compile warningWu Xiaotian1-18/+21
2019-01-28Let file size units follow the users preferenceWu Xiaotian1-22/+49
2019-01-28Fixed the value of 6 month and 1 year.Wu Xiaotian1-9/+49
2019-01-28Support querying files by modification time and sizeWu Xiaotian1-2/+253
2019-01-28Avoid deprecated g_type_class_add_privateWu Xiaotian21-118/+81
2019-01-24Update copyright to 2019Wu Xiaotian1-1/+1
2019-01-22CajaApplication: avoid deprecated 'g_type_class_add_private'Wu Xiaotian2-8/+6
2019-01-19caja-application: Check for smclient before trying to load sessionlukefromdc1-3/+3
2019-01-03[libcaja-private] Re-check file MIME type before picking an application.Max Eliaser1-0/+7
2019-01-03[file-manager] Fix apparent bug in context menu updating code.Max Eliaser1-1/+1
2018-12-30Revert "fm-directory-view.c: Decrease minimum update interval."Pablo Barciela1-2/+2
2018-12-27Fix: weird item in bookmarks if the folder was removedPablo Barciela1-9/+33
2018-12-27Change show/hide backup files shortcutSargastic1-1/+1
2018-12-27Remove useless comments, correct description stringSargastic2-7/+0
2018-12-27Add independent show/hide backup filesSargastic9-7/+173
2018-12-02caja-places-sidebar: replace two other uses of g_drive_poll_for_media_finishlukefromdc1-2/+2
2018-12-02Fix segfault on stopping USB hard driveslukefromdc1-1/+1
2018-12-01fm-properties-window: Fix memory leaksPablo Barciela1-6/+13
2018-11-07Fix case-insensitive comparison in running_in_mateZhang Xianwei2-4/+4
2018-11-02connect-server-dialog: Respect password save settingTomas Bzatek1-0/+6
2018-11-02properties-window: fix checking inconsistent stateAlexandru Pandelea1-1/+1
2018-10-19Add 'Configurable' interface and add support to caja-file-management-properties20kdc1-3/+60
2018-10-19caja-application.c: Remove redundant empty linesZhang Xianwei1-3/+0