summaryrefslogtreecommitdiff
path: root/thunar
Commit message (Expand)AuthorAgeFilesLines
* Respect ThunarIconFactory::show-thumbnails. Fixes a regression.Jannis Pohlmann2011-12-271-5/+47
* Prevent looping in some renamers.Nick Schermer2011-12-041-1/+13
* Add function to print file reload changes.Nick Schermer2011-12-011-1/+65
* Fix segfault when plugin returns a NULL suffix.Nick Schermer2011-11-301-4/+3
* Fix sorting of filenames with large numbers (bug #5356).Eric Koegel2011-11-061-4/+4
* Lowercase the thunar executable and install a Thunar symlink.Nick Schermer2011-11-061-12/+12
* Show translated names of desktop files (bug #7393).Jannis Pohlmann2011-09-191-4/+4
* Prevent falling back to an unexpected locale (bug #4746).Jannis Pohlmann2011-09-192-4/+5
* Allow exec bit of MS-DOS executables and MSI to be changed (bug #3545).Jannis Pohlmann2011-09-171-1/+3
* Fix a compiler warning.Jannis Pohlmann2011-09-141-0/+2
* Fix segfaults in case icons are missing or not found (bug #7880).Andreas Mueller2011-09-142-6/+14
* Fix crash when opening a drive with no media (bugs #7308 and #7774).Jannis Pohlmann2011-09-141-11/+16
* Revert "Fix crash when opening a mountable drive with no media."Jannis Pohlmann2011-07-151-13/+11
* Revert "Speed up initial start by adding the Network item later (bug #7313)."Jannis Pohlmann2011-06-021-96/+17
* Revert and fix a part of 32c528a8e9a36ab522b73590a03332027316040b.Jannis Pohlmann2011-05-261-2/+22
* Speed up initial start by adding the Network item later (bug #7313).Jannis Pohlmann2011-05-261-17/+96
* Treat backup files as hidden, as with thunar-vfs (bug #7615).Jannis Pohlmann2011-05-201-1/+2
* Improve the UI according to bugs #7496 and #7497.Jannis Pohlmann2011-05-172-18/+31
* Fix typos in header file.Jérôme Guelfucci2011-05-151-2/+2
* Make the clipboard persistence (bug #7060).Nick Schermer2011-05-091-0/+26
* Drop some unused variables.Nick Schermer2011-04-223-22/+5
* Use glib functions for get/set cwd (bug #7522).Yves-Alexis Perez2011-04-211-18/+4
* Don't interpret file display names as format stringsLionel Le Folgoc2011-04-151-1/+1
* Don't decrease refcount of files returned by GFileIcon (bug #7309).Ambroz Bizjak2011-02-191-1/+0
* Fix crash when opening a mountable drive with no media.Jannis Pohlmann2011-02-191-11/+13
* Fix properties dialog crash with files with unknown content type.Jannis Pohlmann2011-02-192-55/+65
* Fix crash when trying to thumbnail a file with unknown content type.Jannis Pohlmann2011-02-191-3/+11
* Merge branch 'jannis/thumbnailer-improvements'Jannis Pohlmann2011-02-1415-774/+1559
|\
| * Call thunar_thumbnail_cache_cleanup_file() when trashing a file/folder.Jannis Pohlmann2011-02-131-3/+18
| * Add thunar_thumbnail_cache_cleanup_file(). Sync with thumbnailer spec.Jannis Pohlmann2011-02-133-15/+145
| * Fix build without D-Bus.Jannis Pohlmann2011-02-082-3/+3
| * Make the thumbnailing in ThunarStandardView a bit more responsive.Jannis Pohlmann2011-02-071-1/+1
| * Improve the thumbnail cache support in transfer jobs a tiny bit.Jannis Pohlmann2011-02-071-15/+20
| * Add thumbnail cache update support to the link job.Jannis Pohlmann2011-02-072-12/+34
| * Use Move(), Copy() and Delete() cache methods in transfer jobs.Jannis Pohlmann2011-02-071-42/+84
| * Call thunar_thumbnail_cache_delete_file() in the unlink job.Jannis Pohlmann2011-02-071-8/+20
| * Add thunar_thumbnail_cache_copy_file().Jannis Pohlmann2011-02-072-0/+152
| * Add thunar_thumbnail_cache_delete_file(). Use queues for processing.Jannis Pohlmann2011-02-072-22/+226
| * Make sure to reset the thumbnail timeout/idle handler ID.Jannis Pohlmann2011-02-071-0/+3
| * Add a ThunarThumbnailCache to ThunarApplication, implement Move().Jannis Pohlmann2011-02-077-135/+466
| * Use a timeout/idle to request thumbnails in ThunarStandardView.Jannis Pohlmann2011-02-075-218/+307
| * Refactor ThunarThumbnailer and implement unqueue.Jannis Pohlmann2011-02-074-443/+223
* | Allow installation of the helpers in a custom location.Guido Berhoerster2011-02-122-1/+2
|/
* Fix memory leak caused by not destroying the rename job.Jannis Pohlmann2011-01-301-0/+16
* Force desktop file reload after changing the Name field.Jannis Pohlmann2011-01-301-2/+11
* Only change the Name field when renaming desktop files (bug #7155).Jannis Pohlmann2011-01-301-64/+105
* Fix segfault when calling strcasecmp with NULL parameters (bug #7206).Jannis Pohlmann2011-01-291-1/+10
* Ship stock_folder-{copy,move}.png with Thunar itself (bug #6851).Jannis Pohlmann2011-01-261-14/+15
* Don't interpret file display names as format strings (bug #7128).Jannis Pohlmann2011-01-241-12/+12
* Only erase top-level items from trash (bug #7147).Jannis Pohlmann2011-01-246-13/+29