Home | History | Annotate | Download | only in mac

Lines Matching full:drag

41 	- fixed 3117135 -- world leak: drag any image, get a leak of 1 WebFrame
118 Fix: Unregister the parent webview for dragging when the drag starts, reregister after the drag ends.
126 3116594 - Image on the drag pasteboard shouldn't have applied transparency and scaling
135 (-[NSView _web_dragPromisedImage:origin:URL:fileType:title:event:]): put the original image on the pboard, not the drag image
145 (-[WebView draggingEntered:]): simplified, don't need to check drag source
386 Fixed 2 drag-related crashes. Oops.
391 (-[WebHTMLView mouseDragged:]): retain self before drag
3029 - fixed 3037369 -- Status text not cleared after start of drag from page
3034 with the mouseUp event after the drag is done.
3948 Use the mouseDown point instead of the mouseDragged point to determine the mouseOffset when dragging images. When you drag an image now, the point where you clicked is the point where the cursor is in relation to the drag image.
4045 - fixed 3080246 -- REGRESSION: Animated GIFs sometimes disappear after drag or scroll
4062 - fixed 3080246 -- REGRESSION: Animated GIFs sometimes disappear after drag or scroll
4080 Also fixed some rare dragging weirdness in WebHTMLView. If you attempted to drag a plug-in after dragging an image, the image would drag again.
4102 * Misc.subproj/WebNSViewExtras.m: added _web_setPromisedImageDragImage which does the hackery to extend the promised file drag for images
4114 * WebView.subproj/WebImageView.h: use new drag bools
4123 (-[WebImageView mouseDragged:]): drag promised file
5877 - Fixed click then click and drag causes crash.
5886 (-[WebHTMLView mouseDragged:]): Don't allow drag if the frame has a provisional data source because this view may be released and the drag callbacks might reference this released view.
5995 More twiddling. Changed the color of the drag labels to
6077 - When dragging an image, use the image itself for the drag image
6078 - Support promised file and image data drag types for dragged images.
6502 Fixed: 3048924 - regression: drag & drop broken for initial empty page
6869 - 3000823 -- special-case drag of webloc file to bookmarks
7151 Changed drag hysteresis to 5 and disallow selection initiation within
7201 Don't initiate a drag if an autoscroll happened.
7947 Experiment w/ dragging link label as drag image.
7977 Fixed 3043505. Disallows drag drops on originating view.
8060 Changed image links to drag file contents.
8454 and drag link text.
8489 Fixed selection horkage I introduced with drag
8504 drag initiation
8720 drag-and-drop for files to fail (at least).
8989 change causes the favIcon not to be remembered when you drag from proxy icon
9918 (-[NSView _web_dragOperationForDraggingInfo:]): don't accept drag if source == destination
9942 (-[WebHTMLView _continueAfterCheckingDragForEvent:]): added, checks if mouse event is a drag
10529 Used darin-inspired code factoring to fix 3000801 (alex doesn't accept drag of webloc file) in 3 places where we accept drags.
13571 Fixed drag & drop
13920 WebKit part of fix for 2949646 (Can't drag & drop bookmarks
14942 drag & drop support.
15162 Work to support copying bookmarks, needed for drag & drop