Searched +refs:mouse +refs:yank +refs:at +refs:point (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse.el0 ;;; mouse.el --- window system-independent mouse support
7 ;; Keywords: hardware, mouse
13 ;; the Free Software Foundation; either version 2, or (at your option)
29 ;; system access) through the mouse. All this code assumes that mouse
38 ;;; Indent track-mouse like progn.
39 (put 'track-mouse 'lisp-indent-function 0)
41 (defcustom mouse-yank
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex28 % the Free Software Foundation; either version 2, or (at your option)
252 % Tries to justify the beginning of the command name at the same place
289 \key{reveal context around point}{C-c C-r}
303 \key{insert new heading/item at current level}{M-RET}
314 \key{yank subtree}{C-c C-x C-y}
338 %\key{agenda for date at cursor}{C-c C-o}
347 \key{... separator at least 3 spaces}{C-3 C-c |}
429 \key{edit (also hidden part of) link at point}{C-c C-l}
433 \key{open link at poin
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe11 # compliance with the License. You may obtain a copy of the License at
266 # column at which to line wrap
598 bt:exchange-point-and-mark $w
599 after 200 bt:exchange-point-and-mark $w
646 proc bt:yank { w {num 1}} {
658 set btp(prevcmd) yank
661 proc bt:yank-pop { w {num 1}} {
667 if {$btp(prevcmd) != "yank"} return
713 proc bt:exchange-point-and-mark { w } {
878 set btp(prevcmd) mouse
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLView.mm160 - (id)accessibilityHitTest:(NSPoint)point;
267 static bool needsCursorRectsSupportAtPoint(NSWindow* window, NSPoint point)
270 NSView* view = [[window _web_borderView] hitTest:point];
291 static void setCursor(NSWindow *self, SEL cmd, NSPoint point)
293 if (needsCursorRectsSupportAtPoint(self, point))
294 wtfCallIMP<id>(oldSetCursorForMouseLocationIMP, self, cmd, point);
389 // behavior matches MacIE and Mozilla, at least)
1088 // Usually, we hack AK's hitTest method to catch all events at the topmost WebHTMLView.
1296 // Pretend it's a mouse move.
1424 // See <rdar://problem/6964278> for example. Performing layout at thi
[all...]
H A DWebView.mm438 macro(yank) \
546 - (WebFrameView *)_frameViewAtWindowPoint:(NSPoint)point;
1971 // type. (See behavior matrix at the top of WebFramePrivate.) So we copy all the items
2169 // - when databases are dynamically enabled later, and they were disabled at startup (this case)
2698 // Representations for URL schemes work at the top level.
2718 HTMLNames::init(); // this method is used for importing bookmarks at startup, so HTMLNames are likely to be uninitialized yet
3013 // AppKit places absent scrollers at -100,-100
5021 [decoder decodeValueOfObjCType:@encode(int) at:&version];
5075 [encoder encodeValueOfObjCType:@encode(int) at:&version];
5220 // Ensure that we will receive the events that WebHTMLView (at leas
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm650 WEBCORE_COMMAND(yank)
835 // The centerSelectionInVisibleArea: selector is enabled if there's a selection range or if there's an insertion point in an editable area.
862 // FIXME <rdar://problem/8803459>: This means disabled items will flash enabled at first for a moment.
1090 // FIXME: This check is surprisingly specific. Are there any other cases where we need to block mouse events?
1091 // Do we actually need to in thumbnail view? And if we do, what about non-mouse events?
1214 // When a view is first responder, it gets mouse moved events even when the mouse is outside its visible rect.
1460 // - If it's sent outside of keyboard event processing (e.g. from Character Viewer, or when confirming an inline input area with a mouse),
1604 thePoint = [self convertPoint:thePoint fromView:nil]; // the point is relative to the main frame
1737 // this event. This lets webpages have a crack at interceptin
[all...]

Completed in 103 milliseconds