summaryrefslogtreecommitdiff
path: root/src/xfdesktop-volume-icon.c
Commit message (Expand)AuthorAgeFilesLines
* show eject for removable volumes (not just discs) that support it (bug 3738)Brian Tarricone2008-09-251-24/+20
* mess with tooltipsBrian Tarricone2007-10-201-12/+29
* redo menu system, part 2. the desktop context menus with file icons andBrian Tarricone2007-10-201-8/+8
* be sure to catch mount point changes if the volume is updated (e.g. mountedBrian Tarricone2006-11-041-16/+37
* don't allow linking root items, as thunar-vfs throws a critical warning andBrian Tarricone2006-11-041-3/+3
* change the cursor to the hourglass while invoking some dbus methodsBrian Tarricone2006-11-041-0/+2
* this should fix the crash when dragging thunar's 'file system' icon to theBrian Tarricone2006-11-041-1/+4
* remove XfdesktopIcon::is_drop_dest(). XfdesktopIcon::get_allowed_drop_actions()Brian Tarricone2006-11-041-7/+48
* first step to making DnD much less sucky and unmaintainable. XfdesktopIconBrian Tarricone2006-11-041-12/+12
* fix normal file icons not activating on double click or open (bug 2452)Brian Tarricone2006-10-201-1/+2
* * XfdesktopIcon is no longer a GTypeInterface; it's now just a normal GTypeBrian Tarricone2006-10-191-22/+11
* simplify - why duplicate code...?Brian Tarricone2006-10-181-45/+4
* rearrange how XfdesktopIcon::activated works. all those connecting shouldBrian Tarricone2006-10-181-60/+62
* whoops, one more toplevelBrian Tarricone2006-10-181-4/+2
* use xfdesktop_icon_peek_icon_view() to get parent windows for a bunch ofBrian Tarricone2006-10-181-13/+14
* * show the application chooser using org.xfce.FileManager.DisplayChooserDialog,Brian Tarricone2006-10-181-17/+1
* avoid gtk critical message, i think (bug 2280)Brian Tarricone2006-10-111-2/+6
* * move properties dialog out to its own file. should maybe be a GtkWidget,Brian Tarricone2006-08-151-10/+82
* * split out XfdesktopFileIcon into XfdesktopRegularFileIcon,Brian Tarricone2006-08-151-0/+619