summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-file.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24fix gfile sort and symlink warnings w glib2.76 or laterlukefromdc1-2/+3
2023-05-13caja-file: fix future informal date bugStefan Pöschel1-4/+4
2023-05-07caja-file: fix yesterday/today informal date bugStefan Pöschel1-2/+8
2022-02-09Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-23/+23
2022-02-09Fix some -Wsign-compare warningsrbuj1-2/+2
2021-11-20Use a blank line at mostrbuj1-37/+0
2021-11-11caja-file: Remove unreachable coderbuj1-1/+0
2021-04-20Add creation time supportrbuj1-2/+31
2021-03-11keep one .desktop suffix on desktop file renamingKonstantin Unruh1-1/+4
2020-11-11Remove unused macrosPablo Barciela1-6/+0
2020-05-24caja-file: remove warning GTimeVal is deprecatedrbuj1-1/+13
2020-04-13Fix -Wmissing-prototypes build warningsPablo Barciela1-1/+1
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