Lines Matching full:mouse
732 Fixed: 3009881 - plugins get mouse-overs even when mouse is in menus
1379 noticing the mouse-up events because it was checking the event type
1589 so we emit a mouse moved event right away.
3124 Tighten up the code that observes mouse moved events.
3951 (-[WebHTMLView mouseDown:]): retain the mouse down event
3952 (-[WebHTMLView mouseDragged:]): use the mouse down event
3955 (-[WebHTMLViewPrivate dealloc]): release the mouse down event
5099 - fixed 3068323 -- nil object inserted in dictionary exception on mouse move
5385 stop tracking the mouse altogether.
5386 (-[WebHTMLView viewDidMoveToWindow]): Only set up the mouse moved
5389 (-[WebHTMLView mouseMovedNotification:]): Handle mouse over if we are
7859 * WebView.subproj/WebHTMLView.m: (-[WebHTMLView mouseDragged:]): Move the mouse up a little
7915 (-[WebHTMLView mouseDragged:]): Center image around mouse instead of
9093 (-[WebHTMLView initWithFrame:]): Don't add the mouse moved observer until
9942 (-[WebHTMLView _continueAfterCheckingDragForEvent:]): added, checks if mouse event is a drag
11104 Radar 2982043 - Link mouse-over status should change in response to modifier keys
11850 along for mouse move events.
13545 mouse move observation when the window becomes/resigns
13555 Add mouse move observer.
13557 Remove mouse move observer.
13559 Only pay attention to mouse moves for this window.
14642 mouse events.
14644 mouse events.
14885 Only supply mouse coords when active.
15093 This flag is set if the mouse is up, not if the mouse is down.
15122 Fixed Flash mouse-down, mouse-over Flash bug.
15191 Fixed leak of mouse events (Darin wanted this ASAP).
18164 Checked for nil widget before dispatching mouse events.