summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-file.h
AgeCommit message (Collapse)AuthorFilesLines
2019-04-10local #include files inside "" instead <>Pablo Barciela1-2/+3
2019-01-31Avoid deprecated g_type_class_add_private under libcaja-privateWu Xiaotian1-2/+6
Changed CajaFileConflictDialog and CajaFile
2019-01-03[libcaja-private] Re-check file MIME type before picking an application.Max Eliaser1-0/+6
An example of when the MIME type might change: a file is initially created with 0 bytes of content, but more data is added later. Empty files are always detected as plain text, but the file might not be empty anymore when the user opens it. This commit affects the behavior when double-clicking a file and when right- clicking on it too.
2018-12-27Add independent show/hide backup filesSargastic1-1/+2
2018-04-08Add sort criterion by reversed extension segmentsMoritz Bruder1-1/+2
The basenames of files are split by dots and then starting from the end each segment is compared to find a sort order. Example: bar.tar.bz2 foo.tar.bz2 a.bar.gz x.tar.gz z.tar.gz test.tex A heuristic determines what extension segments are part of the extension. There is probably no perfect solution but there are much less false positives. As a result the sorting is more intuitive and the displayed column in the list view is better readable and displays extensions more accurately. In addition a bug related to the default sort criteria in the preferences has been fixed.
2018-04-04Support HiDpi iconsCosimo Cecchi1-0/+2
Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7
2017-05-25added feature: present the size on disk of files as we present the size of ↵Felipe Barriga Richards1-3/+7
the file.
2016-08-22drop a large amount of completely unused codemonsta1-2/+0
2016-07-12libcaja-private: drop some more unused codemonsta1-1/+0
2012-09-05start migration to gsettingsStefano Karapetsas1-5/+2
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2012-06-16add diff button for text files in file conflict dialogStefano Karapetsas1-0/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+590