summaryrefslogtreecommitdiff
path: root/thunar/thunar-file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-151-12/+0
* No special treatment on "rename" for .desktop files (Issue #56)Alexander Schwinn2020-10-311-93/+16
* Show full filename/extention for .desktop files (Issue #56)Alexander Schwinn2020-10-311-16/+0
* Thunar shows wrong content after outside operations (Issue #355)Alexander Schwinn2020-10-241-2/+15
* Fall back to fast content type if regular is unavilable in file attributes (!36)sfan52020-09-091-2/+6
* Remove limit on paths to check in thunar_file_accepts_drop (Issue #350)krakopo2020-08-171-9/+4
* Make use of shared field codes expansion of libxfce4utilTamaranch2020-07-211-4/+15
* Implement directory specific saving of sort-column and sort-order (#8)Reuben Green2020-07-171-0/+10
* Add an option to delete saved directory specific settings (#8)Reuben Green2020-07-171-0/+48
* Add features to support the use of directory specific view settings (#8)Reuben Green2020-07-171-0/+101
* Added comments to explain use of gvfs metadata in thunar-fileReuben Green2020-07-171-2/+4
* Moved thunar-tempates-action (aka "create document" menu item) intoAlexander Schwinn2020-06-081-0/+68
* Do not add "cant-write" emblem to files in the TrashTheo Linkspfeifer2020-03-251-1/+1
* Replace deprecated G_FILE_MONITOR_EVENT_MOVED (Bug #16328)Andre Miranda2020-01-051-1/+19
* Use https where possibleAndre Miranda2019-07-131-1/+1
* mismatched names between thunar.appdata.xml and thunar.desktopAlexander Schwinn2019-06-041-1/+1
* Restore right-click drag and drop functionality (Bug #14583)Theo Linkspfeifer2019-05-171-2/+9
* FreeBSD -Thunar crash due to passing null to strcmp()Roy Richardson2019-01-191-2/+2
* Add preference to open new thunar instances as tabs, if there is an existing ...Alexander Schwinn2018-08-201-1/+1
* More options for thumbnail size (Bug #14451)Alexander Schwinn2018-07-311-4/+5
* Add german (and custom) date format (Bug #14527)Alexander Schwinn2018-07-181-4/+8
* Fix more warningsAndre Miranda2018-05-291-2/+2
* Do not translate "Trash" files and folders (Bug #14211)Andre Miranda2018-02-131-4/+4
* Crash in thunar_file_is_gfile_ancestor (bug #14202)Alexander Schwinn2018-02-121-9/+15
* Add setting to show file sizes in bytes (bug #11690)Alexander Schwinn2018-02-091-1/+25
* Add setting to show file size in bytes in detailed view (Bug #11690)Adam Purkrt2018-02-021-0/+19
* Strip trailing whitespaceAndre Miranda2017-11-041-65/+65
* Handle cases when file watch is not supported (Bug #13881)Andre Miranda2017-11-031-3/+18
* Missing Trash Translation String (Bug #13409)Andre Miranda2017-10-091-0/+2
* Handle a few deprecationsAndre Miranda2017-09-021-1/+1
* Make it build with GSEALJonas Kümmerlin2017-08-141-3/+3
* Fix deadlock in mutex causing Thunar to hang (Bug #13481)Viktor Odintsev2017-04-281-8/+8
* Fix object unreferencing (Bug #12260)Vladimir Chren2017-02-101-0/+22
* Don't call g_object_ref/unref on objects that are being finalized.John Lindgren2017-02-091-19/+37
* Fix crash and hang while renamingpgkos2017-02-091-2/+11
* Fix missing return value for debug in thunar_file_reload (bug #12827)Harald Judt2016-10-111-1/+1
* Fix crashes when reloading target file after move (bug #11983)Harald Judt2015-07-031-1/+3
* Use proper return type for thunar_file_reload (bug #11913)Harald Judt2015-05-211-3/+8
* Revert "Fix loading the trash bin status at startup (bug #9513)"Harald Judt2015-05-211-21/+0
* Fix loading the trash bin status at startup (bug #9513)Harald Judt2015-05-151-0/+21
* Do listen for G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED (bug #11896)Harald Judt2015-05-121-0/+1
* Fix wrong network icon shown in tree viewHarald Judt2015-05-121-0/+4
* Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED (bug #8377)Harald Judt2015-05-051-5/+1
* Reload files changed by jobs in an idle loop (bug #11008)Harald Judt2015-04-171-0/+18
* Refactor code for moving thumbnail cache file on renames/movesHarald Judt2015-04-171-7/+24
* Rework thunar_file_monitor to properly register moved filesHarald Judt2015-04-171-13/+35
* Add function to reload parent file of a fileHarald Judt2015-04-171-0/+26
* Revert "Refresh file info after getting it from cache (bug #11008)"Harald Judt2015-04-171-16/+0
* Fix typos and grammar mistakes in a few commentsHarald Judt2015-04-091-1/+1
* Fix compiler warning about shadowing 'basename' (bug #11633)Matt Thirtytwo2015-03-061-5/+5