summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-file.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-24keep one .desktop suffix on desktop file renamingKonstantin Unruh1-1/+4
2019-12-15libcaja-private/caja-file: redundant conditionrbuj1-4/+3
2019-07-10Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh1-21/+0
2019-07-05Render file-conflict icons as cairo_surface vectorsVictor Kareh1-0/+21
2019-06-18Remove trailing whitespacesrbuj1-10/+10
2019-06-11Change URL prefixes from http to httpsrbuj1-1/+1
2019-05-06libcaja-private: reduce the scope of some variablesPablo Barciela1-57/+89
2019-05-04eel: remove date & time functionsrbuj1-25/+23
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-10/+10
2019-04-10local #include files inside "" instead <>Pablo Barciela1-26/+26
2019-04-10caja-file: avoid shifting signed 32-bit value by 31 bitsPablo Barciela1-1/+1
2019-03-29eel: replace eel_ref_str with GRefStringrbuj1-81/+79
2019-03-24caja-file: Fix incomplete file replacement dialogPablo Barciela1-9/+5
2019-03-22caja-file: Fix: true and false branches are identicalPablo Barciela1-2/+0
2019-03-07eel: remove g_str_list_copyrbuj1-2/+2
2019-03-06caja-file: Fix use of memory after it is freedPablo Barciela1-7/+13
2019-01-31Avoid deprecated g_type_class_add_private under libcaja-privateWu Xiaotian1-3/+2
2019-01-03[libcaja-private] Re-check file MIME type before picking an application.Max Eliaser1-0/+18
2018-12-27Minor code-quality enhancementsSargastic1-6/+6
2018-12-27Forgot to initialize is_backup fieldSargastic1-0/+1
2018-12-27Add independent show/hide backup filesSargastic1-8/+22
2018-11-02CajaFile: fix crash in modify_link_hash_tableMichael Catanzaro1-1/+1
2018-10-03Caja-icon-info: Optimize icon lookups by GIcon.lukefromdc1-9/+7
2018-04-08Add sort criterion by reversed extension segmentsMoritz Bruder1-0/+200
2018-04-04file: support HiDpi for thumbnails imagesCosimo Cecchi1-3/+3
2018-04-04Support HiDpi iconsCosimo Cecchi1-15/+17
2017-05-25added feature: present the size on disk of files as we present the size of th...Felipe Barriga Richards1-38/+165
2017-04-20file: make caja_file_get_gicon return custom icons too (#765)monsta1-0/+5
2017-04-18don't parse .hidden files manually - GIO does it since 2.36monsta1-10/+1
2016-12-29file: don't consider all desktop files caja linkslukefromdc1-3/+6
2016-10-10Fix hashtable warnings on closelukefromdc1-2/+1
2016-08-22drop a large amount of completely unused codemonsta1-29/+0
2016-07-12libcaja-private: drop some more unused codemonsta1-17/+0
2016-02-07fix crash when restoring file with special characters from trashmonsta1-6/+2
2015-12-22drop source files that aren't used for yearsmonsta1-1/+0
2015-09-17use standard defines for "trash::" attributesmonsta1-2/+2
2015-01-13drop support for GLib < 2.36Monsta1-39/+21
2014-12-10zero-init all signals arraysMonsta1-1/+1
2014-12-10added checks for NULL pointer where it's neededMonsta1-1/+1
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-1/+3
2014-01-27Add option to show file sizes with IEC units instead of SI unitsStefano Karapetsas1-4/+16
2013-09-22Add check if mimetype is null before apply thumbnail frameStefano Karapetsas1-6/+7
2013-09-05fixed thumbnail frame not being displayed for some files. also fixes #135.romovs1-2/+11
2013-05-07Fix for #111Scott Balneaves1-5/+7
2013-04-17Possible fix for Issue #111Scott Balneaves1-0/+4
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-18/+11
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-10/+18
2012-10-10refactor thumbnails codemate-file-manager-1.5.0Stefano Karapetsas1-6/+17
2012-09-05convert icon-view preferences to gsettingsStefano Karapetsas1-4/+5
2012-09-05convert preview settings to gsettingsStefano Karapetsas1-9/+13