summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-tree-view-drag-dest.c
Commit message (Expand)AuthorAgeFilesLines
* Complete XDS supportJames Dietrich2009-11-171-11/+67
* Don't get drag data in list mode if we don't support the target.Cosimo Cecchi2009-11-021-3/+16
* Bug 549437 – ctrl + dnd file duplication in list viewA. Walton2009-05-111-1/+2
* Use g_timeout_add_seconds where appropriateNelson Benitez2009-04-211-2/+2
* Bug 171655 – add support for XDS (Direct Save protocol) to list viewAlexander Larsson2009-03-161-1/+146
* Use G_DEFINE_TYPE instead of libgnome macros.Cosimo Cecchi2008-10-061-6/+5
* Only queue a redraw if widget state actually changed. Fixes massiveChristian Neumair2008-07-311-1/+2
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-2/+1
* Add nautilus_drag_uris_localAlexander Larsson2008-01-151-5/+7
* Merge gio-branchAlexander Larsson2007-11-301-3/+2
* Sparse cleanups from kjartanAlexander Larsson2007-03-021-1/+1
* Rename nautilus_drag_default_drop_action_for_url toChristian Neumair2006-07-271-13/+14
* Add functions nautilus_drag_can_accept_files andMartin Wehner2006-07-111-47/+102
* Test for the right path in the break condition. Fixes an infinite loopMartin Wehner2006-02-271-2/+2
* --- Merged the nautilus-search2 branch ---Alexander Larsson2005-12-121-8/+10
* Enable emblem dropping to the list view and allow text drags on the listMartin Wehner2005-08-221-5/+45
* Correctly sort files before operating on them. Fixes #308884.Christian Neumair2005-07-061-3/+6
* Change NAUTILUS_ICON_DND_TEXT_TYPE to UTF-8 string.Christian Neumair2005-07-051-6/+56
* Slightly slower auto hover expand.Alexander Larsson2005-06-161-3/+5
* Add hover expansionAlexander Larsson2005-06-151-1/+56
* src/nautilus-emblem-sidebar.cChristian Neumair2005-06-021-1/+1
* Add handle_url signal Fix argument list for handle_uri_listAlexander Larsson2005-01-131-10/+58
* This is based on a patch by Jürg Billeter <j@bitron.ch> which was partlyAlexander Larsson2003-06-271-2/+9
* Don't use deprecated APIs. Patch by iain <iain@prettypeople.org>Alexander Larsson2003-02-281-4/+4
* Set the GdkScreen on the drag-and-drop context menu. Fixes #90920.Dave Camp2003-02-081-1/+2
* Remove the scroll timeout when either the TreeView or the DragDest isDave Camp2002-12-041-0/+36
* New functions. (create_tree): Create a NautilusTreeViewDragDest.Dave Camp2002-07-251-0/+686