summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-file.h
AgeCommit message (Collapse)AuthorFilesLines
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