summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-dnd.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 3079 (Cannot copy or link files or folders with currentDarin Adler2000-09-151-2/+2
* Fixed bugs in Nautilus link management, some other minor problemsDarin Adler2000-09-131-18/+47
* Fixed bug 2992, Should not be able to context drag Trash to link orGene Z. Ragan2000-09-121-2/+9
* Work in progress on saving drop locations during a copy/move operation.Pavel Cisler2000-09-121-6/+4
* fixed bug 914, sometimes icons are semi-transparent, by removing theAndy Hertzfeld2000-09-111-18/+7
* port to new shared function. port to new shared function. add a newMathieu Lacage2000-09-091-17/+2
* fixed bug 2919, where emblem dropping was broken due to Mathieu's changes;Andy Hertzfeld2000-09-081-1/+1
* fixed bug 2896, tiled backgrounds don't work in the icon view. The problemAndy Hertzfeld2000-09-081-3/+3
* add support for NautilusDragInfo. add new scroll calculation fucntion.Mathieu Lacage2000-09-071-77/+1
* First work toward bug 2353, fixes bug 2570, 1289Mathieu Lacage2000-09-071-43/+87
* Added more bug numbers to FIXMEs. 94 to go.John Sullivan2000-08-281-6/+11
* Checked in this patch from Ken Kocienda, which fixesJohn Sullivan2000-08-231-1/+2
* Work in progress to support dragging onto NautilusLink files. Dragging onGene Z. Ragan2000-08-231-15/+24
* implemented task 2078, we need a better drag and drop based way to deleteAndy Hertzfeld2000-08-171-9/+16
* Fixed bug 2197, moving a file to trash while in renaming mode leavesGene Z. Ragan2000-08-171-1/+1
* More of the implementation of all the trash functions. About 1/3 done now.Darin Adler2000-08-161-2/+1
* Fixed bug 1422 (dropping an icon at the edge doesn't updateJohn Sullivan2000-08-071-0/+2
* Work around a bug in gtk-dnd.c that was making it impossible to force aPavel Cisler2000-07-251-5/+6
* At Darin's urging, I removed all knowledge of the anti-aliased preferenceAndy Hertzfeld2000-07-141-1/+1
* Fix a problem where parts of the exposed area weren't being updatedPavel Cisler2000-07-131-22/+24
* Fixed to compile with latest Bonobo. Doesn't work quite as well as beforeDarin Adler2000-07-111-1/+5
* Pavel CislerPavel Cisler2000-07-111-2/+165
* Clean fix up action handling - respect suggested actions, handle actionsPavel Cisler2000-07-071-4/+4
* Fix a problem that I introduced with my recent change to drag&drop -Pavel Cisler2000-07-061-15/+29
* Did most of bug 1371: Implemented a drop context menu that allows users toPavel Cisler2000-07-051-18/+28
* Fixed 1215 - inter-volume move now removes the source files. Made it soPavel Cisler2000-07-051-23/+86
* Got rid of the crufty old way drag&drop motion used to handle updating thePavel Cisler2000-06-291-313/+13
* Changed to use new call that's for receiving dropped images.Darin Adler2000-06-281-2/+2
* Ignore some additional generated files.Darin Adler2000-06-261-0/+1
* New generated files that needed to be ignored.Darin Adler2000-06-161-8/+29
* Fix typo that caused us to unref a NULL GdkBitmap.Darin Adler2000-06-021-1/+0
* Move more code from nautilus-icon-dnd.c to the common nautilus-drag.c. AddPavel Cisler2000-06-021-88/+78
* More list view drag&drop work. Move more code from nautilus-icon-dnd.c toPavel Cisler2000-06-021-63/+50
* More drag&drop support calls shared between list and icon view.Pavel Cisler2000-05-301-60/+15
* Start splitting out drag&drop code common between icon view and list viewPavel Cisler2000-05-291-146/+18
* first, incomplete attempt at using the anti-aliased mode of the canvas forAndy Hertzfeld2000-05-221-1/+1
* Fixed 636 - don't allow copying into Trash. Also added checks for TrashingPavel Cisler2000-05-181-22/+1
* Quick cleanup pass on FIXMEs.Darin Adler2000-05-161-9/+9
* Added the idl directory.Darin Adler2000-05-121-16/+22
* Ignore the generated files in this new directory.Darin Adler2000-05-101-3/+40
* Eliminated code that ref's files when they are the target of theDarin Adler2000-05-091-84/+95
* Moved the "embedded text" feature into the icon factory andDarin Adler2000-05-051-2/+2
* added the ability to drop emblems from the property browser onto icons inAndy Hertzfeld2000-05-051-5/+57
* Add a simple heuristic to only show the progress dialog for filePavel Cisler2000-05-041-2/+2
* 1st cut at the property browser for drag and drop customizationAndy Hertzfeld2000-05-031-24/+10
* More FIXME-to-bug work.John Sullivan2000-04-261-5/+7
* Fixed a bug my changes to GNOME VFS exposed. The callback couldn't handleDarin Adler2000-04-141-43/+45
* Fix a problem where drag actions did't update properly when draggingPavel Cisler2000-04-121-84/+79
* Drop target highlighting. Add new call to determine if a drop target canPavel Cisler2000-04-111-18/+83
* Nasty hack to allow drag&drop actions to respond to modifier keys and thePavel Cisler2000-04-111-38/+358