summaryrefslogtreecommitdiff
path: root/src/xfdesktop-file-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warningsGaël Bonithon2021-03-011-2/+1
* Reintroduce workaround for Bug #11283Andre Miranda2019-10-061-6/+8
* Use async dbus proxy initialization (Bug #15418)Andre Miranda2019-05-201-19/+57
* Fix castingAndre Miranda2019-04-211-1/+1
* Fix has_mime_type implementation (Bug #15295)Andre Miranda2019-04-171-1/+1
* Add the display name back into thunar dbus callsEric Koegel2017-04-191-17/+43
* Port the rest to GDBusEric Koegel2017-04-141-148/+274
* gdk_screen_make_display_name is deprecatedEric Koegel2017-04-141-43/+17
* file-utils: Convert STOCK iconsEric Koegel2017-03-031-42/+58
* gdk_cursor_unref + gtk_icon_info_free -> g_object_unrefEric Koegel2017-03-031-3/+3
* gdk_cursor_new -> gdk_cursor_new_for_displayEric Koegel2017-03-031-1/+1
* g_error_free -> g_clear_errorEric Koegel2017-03-031-6/+5
* Drop warning when D-Bus timeout error occurs (Bug #11283)Thaddaeus Tintenfisch2015-03-261-5/+8
* Add icon emblems in clockwise orderThaddaeus Tintenfisch2015-03-021-5/+6
* Revert "Use GIO directly for delete/trash operations (Bug 10778)"Eric Koegel2014-06-021-25/+81
* Revert "g_file_trash_async is too new (Bug 10786)"Eric Koegel2014-06-021-102/+0
* g_file_trash_async is too new (Bug 10786)Eric Koegel2014-04-031-0/+102
* Use GIO directly for delete/trash operations (Bug 10778)Eric Koegel2014-03-301-81/+25
* Scale down special icons (Bug 10653)Eric Koegel2014-02-041-2/+9
* Fix some potential bugsEric Koegel2014-01-251-1/+1
* Use the Path key of desktop files if a path is not set (Bug #8741)Eric Koegel2013-10-281-0/+25
* More removable device icon types (Bug 4056)Eric Koegel2013-10-191-131/+0
* Allow renaming of multiple iconsEric Koegel2013-09-291-0/+68
* Fix FSF AddressEric Koegel2013-09-161-2/+2
* Avoid calling g_object_ref on NULLEric Koegel2013-09-151-1/+2
* Fix warnings and obsolete macrosEric Koegel2013-09-091-1/+1
* Merge branch 'eric/icon-changes'Eric Koegel2013-09-011-56/+135
|\
| * Better icon pixbuf cachingEric Koegel2013-08-251-1/+1
| * Fill in the icon area betterEric Koegel2013-08-121-18/+32
| * Use GIcons and add support for emblems on iconsEric Koegel2013-08-121-43/+108
* | Use async functions when working with the dbus filemanager (9105)Eric Koegel2013-08-271-126/+60
|/
* Made changes so that DISABLE_DEPRECATED and GSEAL flags can be enabled.Eric Koegel2013-01-251-2/+2
* Use the preferred file manager when opening folders. (Bug 6537)Eric Koegel2012-03-291-31/+16
* Require libexo & update min requirements in readmeEric Koegel2012-02-191-2/+0
* Clean trailing white spaces.Jérôme Guelfucci2011-03-291-138/+138
* Retrieve the translated desktop file nameLionel Le Folgoc2011-03-291-4/+5
* Implement open and empty actions for the trash.Jannis Pohlmann2011-01-291-0/+46
* Support absolute icon paths in desktop files (bug #7160).Jannis Pohlmann2011-01-251-0/+2
* Use Name field as display name of desktop files (bug #6896).Jannis Pohlmann2011-01-181-2/+76
* Guard GIO 2.20 function calls, provide alternatives to GTK+ 2.18 calls.Jannis Pohlmann2010-12-041-0/+4
* Properly hide mounts that cannot be mounted by the user.Jannis Pohlmann2010-11-041-61/+127
* Implement a few TODOs, rework launch and file transfer code a bit.Jannis Pohlmann2010-11-021-14/+32
* Remove even more functions that are no longer in use.Jannis Pohlmann2010-11-021-83/+3
* Implement the rest of the DND code without ThunarVFS.Jannis Pohlmann2010-11-021-13/+119
* Implement ThunarxFileInfo functions based on GFile/GFileInfo.Jannis Pohlmann2010-11-021-61/+31
* Remove unused functions related to ThunarVFS.Jannis Pohlmann2010-11-021-75/+0
* Port XfdesktopVolumeIcon to GIO. A few other refactorings included.Jannis Pohlmann2010-11-021-23/+86
* Add xfdesktop_file_utils_format_time_for_display().Jannis Pohlmann2010-11-021-0/+53
* Fix a dialog title.Jannis Pohlmann2010-11-021-1/+1
* Add xfdesktop_file_utils_trash_files() to move files to the trash.Jannis Pohlmann2010-11-021-0/+60