* nsterm.m (hold_event_q): New static variable.
[bpt/emacs.git] / src / nsterm.m
1 /* NeXT/Open/GNUstep / MacOSX communication module.
2
3 Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2012
4 Free Software Foundation, Inc.
5
6 This file is part of GNU Emacs.
7
8 GNU Emacs is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20
21 /*
22 Originally by Carl Edman
23 Updated by Christian Limpach (chris@nice.ch)
24 OpenStep/Rhapsody port by Scott Bender (sbender@harmony-ds.com)
25 MacOSX/Aqua port by Christophe de Dinechin (descubes@earthlink.net)
26 GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
27 */
28
29 /* This should be the first include, as it may set up #defines affecting
30 interpretation of even the system includes. */
31 #include <config.h>
32
33 #include <math.h>
34 #include <sys/types.h>
35 #include <time.h>
36 #include <signal.h>
37 #include <unistd.h>
38
39 #include <c-ctype.h>
40 #include <c-strcase.h>
41 #include <ftoastr.h>
42
43 #ifdef HAVE_FCNTL_H
44 #include <fcntl.h>
45 #endif
46
47 #include "lisp.h"
48 #include "blockinput.h"
49 #include "sysselect.h"
50 #include "nsterm.h"
51 #include "systime.h"
52 #include "character.h"
53 #include "fontset.h"
54 #include "composite.h"
55 #include "ccl.h"
56
57 #include "termhooks.h"
58 #include "termchar.h"
59
60 #include "window.h"
61 #include "keyboard.h"
62 #include "buffer.h"
63 #include "font.h"
64
65 /* call tracing */
66 #if 0
67 int term_trace_num = 0;
68 #define NSTRACE(x) fprintf (stderr, "%s:%d: [%d] " #x "\n", \
69 __FILE__, __LINE__, ++term_trace_num)
70 #else
71 #define NSTRACE(x)
72 #endif
73
74 #if defined (NS_IMPL_COCOA) && \
75 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
76 #define NEW_STYLE_FS
77 #endif
78
79 extern NSString *NSMenuDidBeginTrackingNotification;
80
81 /* ==========================================================================
82
83 Local declarations
84
85 ========================================================================== */
86
87 /* Convert a symbol indexed with an NSxxx value to a value as defined
88 in keyboard.c (lispy_function_key). I hope this is a correct way
89 of doing things... */
90 static unsigned convert_ns_to_X_keysym[] =
91 {
92 NSHomeFunctionKey, 0x50,
93 NSLeftArrowFunctionKey, 0x51,
94 NSUpArrowFunctionKey, 0x52,
95 NSRightArrowFunctionKey, 0x53,
96 NSDownArrowFunctionKey, 0x54,
97 NSPageUpFunctionKey, 0x55,
98 NSPageDownFunctionKey, 0x56,
99 NSEndFunctionKey, 0x57,
100 NSBeginFunctionKey, 0x58,
101 NSSelectFunctionKey, 0x60,
102 NSPrintFunctionKey, 0x61,
103 NSExecuteFunctionKey, 0x62,
104 NSInsertFunctionKey, 0x63,
105 NSUndoFunctionKey, 0x65,
106 NSRedoFunctionKey, 0x66,
107 NSMenuFunctionKey, 0x67,
108 NSFindFunctionKey, 0x68,
109 NSHelpFunctionKey, 0x6A,
110 NSBreakFunctionKey, 0x6B,
111
112 NSF1FunctionKey, 0xBE,
113 NSF2FunctionKey, 0xBF,
114 NSF3FunctionKey, 0xC0,
115 NSF4FunctionKey, 0xC1,
116 NSF5FunctionKey, 0xC2,
117 NSF6FunctionKey, 0xC3,
118 NSF7FunctionKey, 0xC4,
119 NSF8FunctionKey, 0xC5,
120 NSF9FunctionKey, 0xC6,
121 NSF10FunctionKey, 0xC7,
122 NSF11FunctionKey, 0xC8,
123 NSF12FunctionKey, 0xC9,
124 NSF13FunctionKey, 0xCA,
125 NSF14FunctionKey, 0xCB,
126 NSF15FunctionKey, 0xCC,
127 NSF16FunctionKey, 0xCD,
128 NSF17FunctionKey, 0xCE,
129 NSF18FunctionKey, 0xCF,
130 NSF19FunctionKey, 0xD0,
131 NSF20FunctionKey, 0xD1,
132 NSF21FunctionKey, 0xD2,
133 NSF22FunctionKey, 0xD3,
134 NSF23FunctionKey, 0xD4,
135 NSF24FunctionKey, 0xD5,
136
137 NSBackspaceCharacter, 0x08, /* 8: Not on some KBs. */
138 NSDeleteCharacter, 0xFF, /* 127: Big 'delete' key upper right. */
139 NSDeleteFunctionKey, 0x9F, /* 63272: Del forw key off main array. */
140
141 NSTabCharacter, 0x09,
142 0x19, 0x09, /* left tab->regular since pass shift */
143 NSCarriageReturnCharacter, 0x0D,
144 NSNewlineCharacter, 0x0D,
145 NSEnterCharacter, 0x8D,
146
147 0x1B, 0x1B /* escape */
148 };
149
150 static Lisp_Object Qmodifier_value;
151 Lisp_Object Qalt, Qcontrol, Qhyper, Qmeta, Qsuper;
152 extern Lisp_Object Qcursor_color, Qcursor_type, Qns, Qleft;
153
154 static Lisp_Object QUTF8_STRING;
155
156 /* On OS X picks up the default NSGlobalDomain AppleAntiAliasingThreshold,
157 the maximum font size to NOT antialias. On GNUstep there is currently
158 no way to control this behavior. */
159 float ns_antialias_threshold;
160
161 /* Used to pick up AppleHighlightColor on OS X */
162 NSString *ns_selection_color;
163
164 NSArray *ns_send_types =0, *ns_return_types =0, *ns_drag_types =0;
165 NSString *ns_app_name = @"Emacs"; /* default changed later */
166
167 /* Display variables */
168 struct ns_display_info *x_display_list; /* Chain of existing displays */
169 Lisp_Object ns_display_name_list;
170 long context_menu_value = 0;
171
172 /* display update */
173 NSPoint last_mouse_motion_position;
174 static NSRect last_mouse_glyph;
175 static Time last_mouse_movement_time = 0;
176 static Lisp_Object last_mouse_motion_frame;
177 static EmacsScroller *last_mouse_scroll_bar = nil;
178 static struct frame *ns_updating_frame;
179 static NSView *focus_view = NULL;
180 static int ns_window_num = 0;
181 #ifdef NS_IMPL_GNUSTEP
182 static NSRect uRect;
183 #endif
184 static BOOL gsaved = NO;
185 static BOOL ns_fake_keydown = NO;
186 int ns_tmp_flags; /* FIXME */
187 struct nsfont_info *ns_tmp_font; /* FIXME */
188 static BOOL ns_menu_bar_is_hidden = NO;
189 /*static int debug_lock = 0; */
190
191 /* event loop */
192 static BOOL send_appdefined = YES;
193 static NSEvent *last_appdefined_event = 0;
194 static NSTimer *timed_entry = 0;
195 static NSTimer *scroll_repeat_entry = nil;
196 static fd_set select_readfds, select_writefds;
197 enum { SELECT_HAVE_READ = 1, SELECT_HAVE_WRITE = 2, SELECT_HAVE_TMO = 4 };
198 static int select_nfds = 0, select_valid = 0;
199 static EMACS_TIME select_timeout = { 0, 0 };
200 static int selfds[2] = { -1, -1 };
201 static pthread_mutex_t select_mutex;
202 static int apploopnr = 0;
203 static NSAutoreleasePool *outerpool;
204 static struct input_event *emacs_event = NULL;
205 static struct input_event *q_event_ptr = NULL;
206 static int n_emacs_events_pending = 0;
207 static NSMutableArray *ns_pending_files, *ns_pending_service_names,
208 *ns_pending_service_args;
209 static BOOL ns_do_open_file = NO;
210
211 static struct {
212 struct input_event *q;
213 int nr, cap;
214 } hold_event_q = {
215 NULL, 0, 0
216 };
217
218 /* Convert modifiers in a NeXTstep event to emacs style modifiers. */
219 #define NS_FUNCTION_KEY_MASK 0x800000
220 #define NSLeftControlKeyMask (0x000001 | NSControlKeyMask)
221 #define NSRightControlKeyMask (0x002000 | NSControlKeyMask)
222 #define NSLeftCommandKeyMask (0x000008 | NSCommandKeyMask)
223 #define NSRightCommandKeyMask (0x000010 | NSCommandKeyMask)
224 #define NSLeftAlternateKeyMask (0x000020 | NSAlternateKeyMask)
225 #define NSRightAlternateKeyMask (0x000040 | NSAlternateKeyMask)
226 #define EV_MODIFIERS(e) \
227 ((([e modifierFlags] & NSHelpKeyMask) ? \
228 hyper_modifier : 0) \
229 | (!EQ (ns_right_alternate_modifier, Qleft) && \
230 (([e modifierFlags] & NSRightAlternateKeyMask) \
231 == NSRightAlternateKeyMask) ? \
232 parse_solitary_modifier (ns_right_alternate_modifier) : 0) \
233 | (([e modifierFlags] & NSAlternateKeyMask) ? \
234 parse_solitary_modifier (ns_alternate_modifier) : 0) \
235 | (([e modifierFlags] & NSShiftKeyMask) ? \
236 shift_modifier : 0) \
237 | (!EQ (ns_right_control_modifier, Qleft) && \
238 (([e modifierFlags] & NSRightControlKeyMask) \
239 == NSRightControlKeyMask) ? \
240 parse_solitary_modifier (ns_right_control_modifier) : 0) \
241 | (([e modifierFlags] & NSControlKeyMask) ? \
242 parse_solitary_modifier (ns_control_modifier) : 0) \
243 | (([e modifierFlags] & NS_FUNCTION_KEY_MASK) ? \
244 parse_solitary_modifier (ns_function_modifier) : 0) \
245 | (!EQ (ns_right_command_modifier, Qleft) && \
246 (([e modifierFlags] & NSRightCommandKeyMask) \
247 == NSRightCommandKeyMask) ? \
248 parse_solitary_modifier (ns_right_command_modifier) : 0) \
249 | (([e modifierFlags] & NSCommandKeyMask) ? \
250 parse_solitary_modifier (ns_command_modifier):0))
251
252 #define EV_UDMODIFIERS(e) \
253 ((([e type] == NSLeftMouseDown) ? down_modifier : 0) \
254 | (([e type] == NSRightMouseDown) ? down_modifier : 0) \
255 | (([e type] == NSOtherMouseDown) ? down_modifier : 0) \
256 | (([e type] == NSLeftMouseDragged) ? down_modifier : 0) \
257 | (([e type] == NSRightMouseDragged) ? down_modifier : 0) \
258 | (([e type] == NSOtherMouseDragged) ? down_modifier : 0) \
259 | (([e type] == NSLeftMouseUp) ? up_modifier : 0) \
260 | (([e type] == NSRightMouseUp) ? up_modifier : 0) \
261 | (([e type] == NSOtherMouseUp) ? up_modifier : 0))
262
263 #define EV_BUTTON(e) \
264 ((([e type] == NSLeftMouseDown) || ([e type] == NSLeftMouseUp)) ? 0 : \
265 (([e type] == NSRightMouseDown) || ([e type] == NSRightMouseUp)) ? 2 : \
266 [e buttonNumber] - 1)
267
268 /* Convert the time field to a timestamp in milliseconds. */
269 #define EV_TIMESTAMP(e) ([e timestamp] * 1000)
270
271 /* This is a piece of code which is common to all the event handling
272 methods. Maybe it should even be a function. */
273 #define EV_TRAILER(e) \
274 { \
275 XSETFRAME (emacs_event->frame_or_window, emacsframe); \
276 if (e) emacs_event->timestamp = EV_TIMESTAMP (e); \
277 if (q_event_ptr) \
278 { \
279 n_emacs_events_pending++; \
280 kbd_buffer_store_event_hold (emacs_event, q_event_ptr); \
281 } \
282 else \
283 hold_event (emacs_event); \
284 EVENT_INIT (*emacs_event); \
285 ns_send_appdefined (-1); \
286 }
287
288 void x_set_cursor_type (struct frame *, Lisp_Object, Lisp_Object);
289
290 /* TODO: get rid of need for these forward declarations */
291 static void ns_condemn_scroll_bars (struct frame *f);
292 static void ns_judge_scroll_bars (struct frame *f);
293 void x_set_frame_alpha (struct frame *f);
294
295
296 /* ==========================================================================
297
298 Utilities
299
300 ========================================================================== */
301
302 static void
303 hold_event (struct input_event *event)
304 {
305 if (hold_event_q.nr == hold_event_q.cap)
306 {
307 if (hold_event_q.cap == 0) hold_event_q.cap = 10;
308 else hold_event_q.cap *= 2;
309 hold_event_q.q = (struct input_event *)
310 xrealloc (hold_event_q.q, hold_event_q.cap * sizeof (*hold_event_q.q));
311 }
312
313 hold_event_q.q[hold_event_q.nr++] = *event;
314 }
315
316 static Lisp_Object
317 append2 (Lisp_Object list, Lisp_Object item)
318 /* --------------------------------------------------------------------------
319 Utility to append to a list
320 -------------------------------------------------------------------------- */
321 {
322 Lisp_Object array[2];
323 array[0] = list;
324 array[1] = Fcons (item, Qnil);
325 return Fnconc (2, &array[0]);
326 }
327
328
329 const char *
330 ns_etc_directory (void)
331 /* If running as a self-contained app bundle, return as a string the
332 filename of the etc directory, if present; else nil. */
333 {
334 NSBundle *bundle = [NSBundle mainBundle];
335 NSString *resourceDir = [bundle resourcePath];
336 NSString *resourcePath;
337 NSFileManager *fileManager = [NSFileManager defaultManager];
338 BOOL isDir;
339
340 resourcePath = [resourceDir stringByAppendingPathComponent: @"etc"];
341 if ([fileManager fileExistsAtPath: resourcePath isDirectory: &isDir])
342 {
343 if (isDir) return [resourcePath UTF8String];
344 }
345 return NULL;
346 }
347
348
349 const char *
350 ns_exec_path (void)
351 /* If running as a self-contained app bundle, return as a path string
352 the filenames of the libexec and bin directories, ie libexec:bin.
353 Otherwise, return nil.
354 Normally, Emacs does not add its own bin/ directory to the PATH.
355 However, a self-contained NS build has a different layout, with
356 bin/ and libexec/ subdirectories in the directory that contains
357 Emacs.app itself.
358 We put libexec first, because init_callproc_1 uses the first
359 element to initialize exec-directory. An alternative would be
360 for init_callproc to check for invocation-directory/libexec.
361 */
362 {
363 NSBundle *bundle = [NSBundle mainBundle];
364 NSString *resourceDir = [bundle resourcePath];
365 NSString *binDir = [bundle bundlePath];
366 NSString *resourcePath, *resourcePaths;
367 NSRange range;
368 NSString *pathSeparator = [NSString stringWithFormat: @"%c", SEPCHAR];
369 NSFileManager *fileManager = [NSFileManager defaultManager];
370 NSArray *paths;
371 NSEnumerator *pathEnum;
372 BOOL isDir;
373
374 range = [resourceDir rangeOfString: @"Contents"];
375 if (range.location != NSNotFound)
376 {
377 binDir = [binDir stringByAppendingPathComponent: @"Contents"];
378 #ifdef NS_IMPL_COCOA
379 binDir = [binDir stringByAppendingPathComponent: @"MacOS"];
380 #endif
381 }
382
383 paths = [binDir stringsByAppendingPaths:
384 [NSArray arrayWithObjects: @"libexec", @"bin", nil]];
385 pathEnum = [paths objectEnumerator];
386 resourcePaths = @"";
387
388 while ((resourcePath = [pathEnum nextObject]))
389 {
390 if ([fileManager fileExistsAtPath: resourcePath isDirectory: &isDir])
391 if (isDir)
392 {
393 if ([resourcePaths length] > 0)
394 resourcePaths
395 = [resourcePaths stringByAppendingString: pathSeparator];
396 resourcePaths
397 = [resourcePaths stringByAppendingString: resourcePath];
398 }
399 }
400 if ([resourcePaths length] > 0) return [resourcePaths UTF8String];
401
402 return NULL;
403 }
404
405
406 const char *
407 ns_load_path (void)
408 /* If running as a self-contained app bundle, return as a path string
409 the filenames of the site-lisp, lisp and leim directories.
410 Ie, site-lisp:lisp:leim. Otherwise, return nil. */
411 {
412 NSBundle *bundle = [NSBundle mainBundle];
413 NSString *resourceDir = [bundle resourcePath];
414 NSString *resourcePath, *resourcePaths;
415 NSString *pathSeparator = [NSString stringWithFormat: @"%c", SEPCHAR];
416 NSFileManager *fileManager = [NSFileManager defaultManager];
417 BOOL isDir;
418 NSArray *paths = [resourceDir stringsByAppendingPaths:
419 [NSArray arrayWithObjects:
420 @"site-lisp", @"lisp", @"leim", nil]];
421 NSEnumerator *pathEnum = [paths objectEnumerator];
422 resourcePaths = @"";
423
424 /* Hack to skip site-lisp. */
425 if (no_site_lisp) resourcePath = [pathEnum nextObject];
426
427 while ((resourcePath = [pathEnum nextObject]))
428 {
429 if ([fileManager fileExistsAtPath: resourcePath isDirectory: &isDir])
430 if (isDir)
431 {
432 if ([resourcePaths length] > 0)
433 resourcePaths
434 = [resourcePaths stringByAppendingString: pathSeparator];
435 resourcePaths
436 = [resourcePaths stringByAppendingString: resourcePath];
437 }
438 }
439 if ([resourcePaths length] > 0) return [resourcePaths UTF8String];
440
441 return NULL;
442 }
443
444 static void
445 ns_timeout (int usecs)
446 /* --------------------------------------------------------------------------
447 Blocking timer utility used by ns_ring_bell
448 -------------------------------------------------------------------------- */
449 {
450 EMACS_TIME wakeup = add_emacs_time (current_emacs_time (),
451 make_emacs_time (0, usecs * 1000));
452
453 /* Keep waiting until past the time wakeup. */
454 while (1)
455 {
456 EMACS_TIME timeout, now = current_emacs_time ();
457 if (EMACS_TIME_LE (wakeup, now))
458 break;
459 timeout = sub_emacs_time (wakeup, now);
460
461 /* Try to wait that long--but we might wake up sooner. */
462 pselect (0, NULL, NULL, NULL, &timeout, NULL);
463 }
464 }
465
466
467 void
468 ns_release_object (void *obj)
469 /* --------------------------------------------------------------------------
470 Release an object (callable from C)
471 -------------------------------------------------------------------------- */
472 {
473 [(id)obj release];
474 }
475
476
477 void
478 ns_retain_object (void *obj)
479 /* --------------------------------------------------------------------------
480 Retain an object (callable from C)
481 -------------------------------------------------------------------------- */
482 {
483 [(id)obj retain];
484 }
485
486
487 void *
488 ns_alloc_autorelease_pool (void)
489 /* --------------------------------------------------------------------------
490 Allocate a pool for temporary objects (callable from C)
491 -------------------------------------------------------------------------- */
492 {
493 return [[NSAutoreleasePool alloc] init];
494 }
495
496
497 void
498 ns_release_autorelease_pool (void *pool)
499 /* --------------------------------------------------------------------------
500 Free a pool and temporary objects it refers to (callable from C)
501 -------------------------------------------------------------------------- */
502 {
503 ns_release_object (pool);
504 }
505
506
507
508 /* ==========================================================================
509
510 Focus (clipping) and screen update
511
512 ========================================================================== */
513
514 //
515 // Window constraining
516 // -------------------
517 //
518 // To ensure that the windows are not placed under the menu bar, they
519 // are typically moved by the call-back constrainFrameRect. However,
520 // by overriding it, it's possible to inhibit this, leaving the window
521 // in it's original position.
522 //
523 // It's possible to hide the menu bar. However, technically, it's only
524 // possible to hide it when the application is active. To ensure that
525 // this work properly, the menu bar and window constraining are
526 // deferred until the application becomes active.
527 //
528 // Even though it's not possible to manually move a window above the
529 // top of the screen, it is allowed if it's done programmatically,
530 // when the menu is hidden. This allows the editable area to cover the
531 // full screen height.
532 //
533 // Test cases
534 // ----------
535 //
536 // Use the following extra files:
537 //
538 // init.el:
539 // ;; Hide menu and place frame slightly above the top of the screen.
540 // (setq ns-auto-hide-menu-bar t)
541 // (set-frame-position (selected-frame) 0 -20)
542 //
543 // Test 1:
544 //
545 // emacs -Q -l init.el
546 //
547 // Result: No menu bar, and the title bar should be above the screen.
548 //
549 // Test 2:
550 //
551 // emacs -Q
552 //
553 // Result: Menu bar visible, frame placed immediately below the menu.
554 //
555
556 static void
557 ns_constrain_all_frames (void)
558 {
559 Lisp_Object tail, frame;
560
561 FOR_EACH_FRAME (tail, frame)
562 {
563 struct frame *f = XFRAME (frame);
564 if (FRAME_NS_P (f))
565 {
566 NSView *view = FRAME_NS_VIEW (f);
567 /* This no-op will trigger the default window placing
568 * constraint system. */
569 f->output_data.ns->dont_constrain = 0;
570 [[view window] setFrameOrigin:[[view window] frame].origin];
571 }
572 }
573 }
574
575
576 /* True, if the menu bar should be hidden. */
577
578 static BOOL
579 ns_menu_bar_should_be_hidden (void)
580 {
581 return !NILP (ns_auto_hide_menu_bar)
582 && [NSApp respondsToSelector:@selector(setPresentationOptions:)];
583 }
584
585
586 /* Show or hide the menu bar, based on user setting. */
587
588 static void
589 ns_update_auto_hide_menu_bar (void)
590 {
591 #ifdef NS_IMPL_COCOA
592 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
593 block_input ();
594
595 NSTRACE (ns_update_auto_hide_menu_bar);
596
597 if (NSApp != nil
598 && [NSApp isActive]
599 && [NSApp respondsToSelector:@selector(setPresentationOptions:)])
600 {
601 // Note, "setPresentationOptions" triggers an error unless the
602 // application is active.
603 BOOL menu_bar_should_be_hidden = ns_menu_bar_should_be_hidden ();
604
605 if (menu_bar_should_be_hidden != ns_menu_bar_is_hidden)
606 {
607 NSApplicationPresentationOptions options
608 = NSApplicationPresentationAutoHideDock;
609
610 if (menu_bar_should_be_hidden)
611 options |= NSApplicationPresentationAutoHideMenuBar;
612
613 [NSApp setPresentationOptions: options];
614
615 ns_menu_bar_is_hidden = menu_bar_should_be_hidden;
616
617 if (!ns_menu_bar_is_hidden)
618 {
619 ns_constrain_all_frames ();
620 }
621 }
622 }
623
624 unblock_input ();
625 #endif
626 #endif
627 }
628
629
630 static void
631 ns_update_begin (struct frame *f)
632 /* --------------------------------------------------------------------------
633 Prepare for a grouped sequence of drawing calls
634 external (RIF) call; whole frame, called before update_window_begin
635 -------------------------------------------------------------------------- */
636 {
637 NSView *view = FRAME_NS_VIEW (f);
638 NSRect r = [view frame];
639 NSBezierPath *bp;
640 NSTRACE (ns_update_begin);
641
642 ns_update_auto_hide_menu_bar ();
643
644 ns_updating_frame = f;
645 [view lockFocus];
646
647 /* drawRect may have been called for say the minibuffer, and then clip path
648 is for the minibuffer. But the display engine may draw more because
649 we have set the frame as garbaged. So reset clip path to the whole
650 view. */
651 bp = [[NSBezierPath bezierPathWithRect: r] retain];
652 [bp setClip];
653 [bp release];
654
655 #ifdef NS_IMPL_GNUSTEP
656 uRect = NSMakeRect (0, 0, 0, 0);
657 #endif
658 }
659
660
661 static void
662 ns_update_window_begin (struct window *w)
663 /* --------------------------------------------------------------------------
664 Prepare for a grouped sequence of drawing calls
665 external (RIF) call; for one window, called after update_begin
666 -------------------------------------------------------------------------- */
667 {
668 struct frame *f = XFRAME (WINDOW_FRAME (w));
669 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
670 NSTRACE (ns_update_window_begin);
671 updated_window = w;
672 set_output_cursor (&w->cursor);
673
674 block_input ();
675
676 if (f == hlinfo->mouse_face_mouse_frame)
677 {
678 /* Don't do highlighting for mouse motion during the update. */
679 hlinfo->mouse_face_defer = 1;
680
681 /* If the frame needs to be redrawn,
682 simply forget about any prior mouse highlighting. */
683 if (FRAME_GARBAGED_P (f))
684 hlinfo->mouse_face_window = Qnil;
685
686 /* (further code for mouse faces ifdef'd out in other terms elided) */
687 }
688
689 unblock_input ();
690 }
691
692
693 static void
694 ns_update_window_end (struct window *w, int cursor_on_p,
695 int mouse_face_overwritten_p)
696 /* --------------------------------------------------------------------------
697 Finished a grouped sequence of drawing calls
698 external (RIF) call; for one window called before update_end
699 -------------------------------------------------------------------------- */
700 {
701 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (XFRAME (w->frame));
702
703 /* note: this fn is nearly identical in all terms */
704 if (!w->pseudo_window_p)
705 {
706 block_input ();
707
708 if (cursor_on_p)
709 display_and_set_cursor (w, 1,
710 output_cursor.hpos, output_cursor.vpos,
711 output_cursor.x, output_cursor.y);
712
713 if (draw_window_fringes (w, 1))
714 x_draw_vertical_border (w);
715
716 unblock_input ();
717 }
718
719 /* If a row with mouse-face was overwritten, arrange for
720 frame_up_to_date to redisplay the mouse highlight. */
721 if (mouse_face_overwritten_p)
722 {
723 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1;
724 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1;
725 hlinfo->mouse_face_window = Qnil;
726 }
727
728 updated_window = NULL;
729 NSTRACE (update_window_end);
730 }
731
732
733 static void
734 ns_update_end (struct frame *f)
735 /* --------------------------------------------------------------------------
736 Finished a grouped sequence of drawing calls
737 external (RIF) call; for whole frame, called after update_window_end
738 -------------------------------------------------------------------------- */
739 {
740 NSView *view = FRAME_NS_VIEW (f);
741
742 /* if (f == MOUSE_HL_INFO (f)->mouse_face_mouse_frame) */
743 MOUSE_HL_INFO (f)->mouse_face_defer = 0;
744
745 block_input ();
746
747 #ifdef NS_IMPL_GNUSTEP
748 /* trigger flush only in the rectangle we tracked as being drawn */
749 [view unlockFocusNeedsFlush: NO];
750 /*fprintf (stderr, " (%.0f, %.0f : %.0f x %.0f)", uRect.origin.x, uRect.origin.y, uRect.size.width, uRect.size.height); */
751 [view lockFocusInRect: uRect];
752 #endif
753
754 [view unlockFocus];
755 [[view window] flushWindow];
756
757 unblock_input ();
758 ns_updating_frame = NULL;
759 NSTRACE (ns_update_end);
760 }
761
762
763 static void
764 ns_flush (struct frame *f)
765 /* --------------------------------------------------------------------------
766 external (RIF) call
767 NS impl is no-op since currently we flush in ns_update_end and elsewhere
768 -------------------------------------------------------------------------- */
769 {
770 NSTRACE (ns_flush);
771 }
772
773
774 static void
775 ns_focus (struct frame *f, NSRect *r, int n)
776 /* --------------------------------------------------------------------------
777 Internal: Focus on given frame. During small local updates this is used to
778 draw, however during large updates, ns_update_begin and ns_update_end are
779 called to wrap the whole thing, in which case these calls are stubbed out.
780 Except, on GNUstep, we accumulate the rectangle being drawn into, because
781 the back end won't do this automatically, and will just end up flushing
782 the entire window.
783 -------------------------------------------------------------------------- */
784 {
785 // NSTRACE (ns_focus);
786 #ifdef NS_IMPL_GNUSTEP
787 NSRect u;
788 if (n == 2)
789 u = NSUnionRect (r[0], r[1]);
790 else if (r)
791 u = *r;
792 #endif
793 /* static int c =0;
794 fprintf (stderr, "focus: %d", c++);
795 if (r) fprintf (stderr, " (%.0f, %.0f : %.0f x %.0f)", r->origin.x, r->origin.y, r->size.width, r->size.height);
796 fprintf (stderr, "\n"); */
797
798 if (f != ns_updating_frame)
799 {
800 NSView *view = FRAME_NS_VIEW (f);
801 if (view != focus_view)
802 {
803 if (focus_view != NULL)
804 {
805 [focus_view unlockFocus];
806 [[focus_view window] flushWindow];
807 /*debug_lock--; */
808 }
809
810 if (view)
811 #ifdef NS_IMPL_GNUSTEP
812 r ? [view lockFocusInRect: u] : [view lockFocus];
813 #else
814 [view lockFocus];
815 #endif
816 focus_view = view;
817 /*if (view) debug_lock++; */
818 }
819 #ifdef NS_IMPL_GNUSTEP
820 else
821 {
822 /* more than one rect being drawn into */
823 if (view && r)
824 {
825 [view unlockFocus]; /* add prev rect to redraw list */
826 [view lockFocusInRect: u]; /* focus for draw in new rect */
827 }
828 }
829 #endif
830 }
831 #ifdef NS_IMPL_GNUSTEP
832 else
833 {
834 /* in batch mode, but in GNUstep must still track rectangles explicitly */
835 uRect = (r ? NSUnionRect (uRect, u) : [FRAME_NS_VIEW (f) visibleRect]);
836 }
837 #endif
838
839 /* clipping */
840 if (r)
841 {
842 [[NSGraphicsContext currentContext] saveGraphicsState];
843 if (n == 2)
844 NSRectClipList (r, 2);
845 else
846 NSRectClip (*r);
847 gsaved = YES;
848 }
849 }
850
851
852 static void
853 ns_unfocus (struct frame *f)
854 /* --------------------------------------------------------------------------
855 Internal: Remove focus on given frame
856 -------------------------------------------------------------------------- */
857 {
858 // NSTRACE (ns_unfocus);
859
860 if (gsaved)
861 {
862 [[NSGraphicsContext currentContext] restoreGraphicsState];
863 gsaved = NO;
864 }
865
866 if (f != ns_updating_frame)
867 {
868 if (focus_view != NULL)
869 {
870 [focus_view unlockFocus];
871 [[focus_view window] flushWindow];
872 focus_view = NULL;
873 /*debug_lock--; */
874 }
875 }
876 }
877
878
879 static void
880 ns_clip_to_row (struct window *w, struct glyph_row *row, int area, BOOL gc)
881 /* --------------------------------------------------------------------------
882 Internal (but parallels other terms): Focus drawing on given row
883 -------------------------------------------------------------------------- */
884 {
885 struct frame *f = XFRAME (WINDOW_FRAME (w));
886 NSRect clip_rect;
887 int window_x, window_y, window_width;
888
889 window_box (w, area, &window_x, &window_y, &window_width, 0);
890
891 clip_rect.origin.x = window_x;
892 clip_rect.origin.y = WINDOW_TO_FRAME_PIXEL_Y (w, max (0, row->y));
893 clip_rect.origin.y = max (clip_rect.origin.y, window_y);
894 clip_rect.size.width = window_width;
895 clip_rect.size.height = row->visible_height;
896
897 ns_focus (f, &clip_rect, 1);
898 }
899
900
901 static void
902 ns_ring_bell (struct frame *f)
903 /* --------------------------------------------------------------------------
904 "Beep" routine
905 -------------------------------------------------------------------------- */
906 {
907 NSTRACE (ns_ring_bell);
908 if (visible_bell)
909 {
910 NSAutoreleasePool *pool;
911 struct frame *frame = SELECTED_FRAME ();
912 NSView *view;
913
914 block_input ();
915 pool = [[NSAutoreleasePool alloc] init];
916
917 view = FRAME_NS_VIEW (frame);
918 if (view != nil)
919 {
920 NSRect r, surr;
921 NSPoint dim = NSMakePoint (128, 128);
922
923 r = [view bounds];
924 r.origin.x += (r.size.width - dim.x) / 2;
925 r.origin.y += (r.size.height - dim.y) / 2;
926 r.size.width = dim.x;
927 r.size.height = dim.y;
928 surr = NSInsetRect (r, -2, -2);
929 ns_focus (frame, &surr, 1);
930 [[view window] cacheImageInRect: [view convertRect: surr toView:nil]];
931 [ns_lookup_indexed_color (NS_FACE_FOREGROUND
932 (FRAME_DEFAULT_FACE (frame)), frame) set];
933 NSRectFill (r);
934 [[view window] flushWindow];
935 ns_timeout (150000);
936 [[view window] restoreCachedImage];
937 [[view window] flushWindow];
938 ns_unfocus (frame);
939 }
940 [pool release];
941 unblock_input ();
942 }
943 else
944 {
945 NSBeep ();
946 }
947 }
948
949
950 static void
951 ns_reset_terminal_modes (struct terminal *terminal)
952 /* Externally called as hook */
953 {
954 NSTRACE (ns_reset_terminal_modes);
955 }
956
957
958 static void
959 ns_set_terminal_modes (struct terminal *terminal)
960 /* Externally called as hook */
961 {
962 NSTRACE (ns_set_terminal_modes);
963 }
964
965
966
967 /* ==========================================================================
968
969 Frame / window manager related functions
970
971 ========================================================================== */
972
973
974 static void
975 ns_raise_frame (struct frame *f)
976 /* --------------------------------------------------------------------------
977 Bring window to foreground and make it active
978 -------------------------------------------------------------------------- */
979 {
980 NSView *view = FRAME_NS_VIEW (f);
981 check_ns ();
982 block_input ();
983 FRAME_SAMPLE_VISIBILITY (f);
984 if (FRAME_VISIBLE_P (f))
985 {
986 [[view window] makeKeyAndOrderFront: NSApp];
987 }
988 unblock_input ();
989 }
990
991
992 static void
993 ns_lower_frame (struct frame *f)
994 /* --------------------------------------------------------------------------
995 Send window to back
996 -------------------------------------------------------------------------- */
997 {
998 NSView *view = FRAME_NS_VIEW (f);
999 check_ns ();
1000 block_input ();
1001 [[view window] orderBack: NSApp];
1002 unblock_input ();
1003 }
1004
1005
1006 static void
1007 ns_frame_raise_lower (struct frame *f, int raise)
1008 /* --------------------------------------------------------------------------
1009 External (hook)
1010 -------------------------------------------------------------------------- */
1011 {
1012 NSTRACE (ns_frame_raise_lower);
1013
1014 if (raise)
1015 ns_raise_frame (f);
1016 else
1017 ns_lower_frame (f);
1018 }
1019
1020
1021 static void
1022 ns_frame_rehighlight (struct frame *frame)
1023 /* --------------------------------------------------------------------------
1024 External (hook): called on things like window switching within frame
1025 -------------------------------------------------------------------------- */
1026 {
1027 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (frame);
1028 struct frame *old_highlight = dpyinfo->x_highlight_frame;
1029
1030 NSTRACE (ns_frame_rehighlight);
1031 if (dpyinfo->x_focus_frame)
1032 {
1033 dpyinfo->x_highlight_frame
1034 = (FRAMEP (FRAME_FOCUS_FRAME (dpyinfo->x_focus_frame))
1035 ? XFRAME (FRAME_FOCUS_FRAME (dpyinfo->x_focus_frame))
1036 : dpyinfo->x_focus_frame);
1037 if (!FRAME_LIVE_P (dpyinfo->x_highlight_frame))
1038 {
1039 fset_focus_frame (dpyinfo->x_focus_frame, Qnil);
1040 dpyinfo->x_highlight_frame = dpyinfo->x_focus_frame;
1041 }
1042 }
1043 else
1044 dpyinfo->x_highlight_frame = 0;
1045
1046 if (dpyinfo->x_highlight_frame &&
1047 dpyinfo->x_highlight_frame != old_highlight)
1048 {
1049 if (old_highlight)
1050 {
1051 x_update_cursor (old_highlight, 1);
1052 x_set_frame_alpha (old_highlight);
1053 }
1054 if (dpyinfo->x_highlight_frame)
1055 {
1056 x_update_cursor (dpyinfo->x_highlight_frame, 1);
1057 x_set_frame_alpha (dpyinfo->x_highlight_frame);
1058 }
1059 }
1060 }
1061
1062
1063 void
1064 x_make_frame_visible (struct frame *f)
1065 /* --------------------------------------------------------------------------
1066 External: Show the window (X11 semantics)
1067 -------------------------------------------------------------------------- */
1068 {
1069 NSTRACE (x_make_frame_visible);
1070 /* XXX: at some points in past this was not needed, as the only place that
1071 called this (frame.c:Fraise_frame ()) also called raise_lower;
1072 if this ends up the case again, comment this out again. */
1073 if (!FRAME_VISIBLE_P (f))
1074 {
1075 EmacsView *view = (EmacsView *)FRAME_NS_VIEW (f);
1076 f->async_visible = 1;
1077 ns_raise_frame (f);
1078
1079 #ifdef NEW_STYLE_FS
1080 /* Making a new frame from a fullscreen frame will make the new frame
1081 fullscreen also. So skip handleFS as this will print an error. */
1082 if (f->want_fullscreen == FULLSCREEN_BOTH
1083 && ([[view window] styleMask] & NSFullScreenWindowMask) != 0)
1084 return;
1085 #endif
1086 if (f->want_fullscreen != FULLSCREEN_NONE)
1087 {
1088 block_input ();
1089 [view handleFS];
1090 unblock_input ();
1091 }
1092 }
1093 }
1094
1095
1096 void
1097 x_make_frame_invisible (struct frame *f)
1098 /* --------------------------------------------------------------------------
1099 External: Hide the window (X11 semantics)
1100 -------------------------------------------------------------------------- */
1101 {
1102 NSView * view = FRAME_NS_VIEW (f);
1103 NSTRACE (x_make_frame_invisible);
1104 check_ns ();
1105 [[view window] orderOut: NSApp];
1106 f->async_visible = 0;
1107 f->async_iconified = 0;
1108 }
1109
1110
1111 void
1112 x_iconify_frame (struct frame *f)
1113 /* --------------------------------------------------------------------------
1114 External: Iconify window
1115 -------------------------------------------------------------------------- */
1116 {
1117 NSView * view = FRAME_NS_VIEW (f);
1118 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (f);
1119 NSTRACE (x_iconify_frame);
1120 check_ns ();
1121
1122 if (dpyinfo->x_highlight_frame == f)
1123 dpyinfo->x_highlight_frame = 0;
1124
1125 if ([[view window] windowNumber] <= 0)
1126 {
1127 /* the window is still deferred. Make it very small, bring it
1128 on screen and order it out. */
1129 NSRect s = { { 100, 100}, {0, 0} };
1130 NSRect t;
1131 t = [[view window] frame];
1132 [[view window] setFrame: s display: NO];
1133 [[view window] orderBack: NSApp];
1134 [[view window] orderOut: NSApp];
1135 [[view window] setFrame: t display: NO];
1136 }
1137 [[view window] miniaturize: NSApp];
1138 }
1139
1140 /* Free X resources of frame F. */
1141
1142 void
1143 x_free_frame_resources (struct frame *f)
1144 {
1145 NSView *view = FRAME_NS_VIEW (f);
1146 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (f);
1147 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
1148 NSTRACE (x_free_frame_resources);
1149 check_ns ();
1150
1151 [(EmacsView *)view setWindowClosing: YES]; /* may not have been informed */
1152
1153 block_input ();
1154
1155 free_frame_menubar (f);
1156
1157 if (FRAME_FACE_CACHE (f))
1158 free_frame_faces (f);
1159
1160 if (f == dpyinfo->x_focus_frame)
1161 dpyinfo->x_focus_frame = 0;
1162 if (f == dpyinfo->x_highlight_frame)
1163 dpyinfo->x_highlight_frame = 0;
1164 if (f == hlinfo->mouse_face_mouse_frame)
1165 {
1166 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1;
1167 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1;
1168 hlinfo->mouse_face_window = Qnil;
1169 hlinfo->mouse_face_deferred_gc = 0;
1170 hlinfo->mouse_face_mouse_frame = 0;
1171 }
1172
1173 if (f->output_data.ns->miniimage != nil)
1174 [f->output_data.ns->miniimage release];
1175
1176 [[view window] close];
1177 [view release];
1178
1179 xfree (f->output_data.ns);
1180
1181 unblock_input ();
1182 }
1183
1184 void
1185 x_destroy_window (struct frame *f)
1186 /* --------------------------------------------------------------------------
1187 External: Delete the window
1188 -------------------------------------------------------------------------- */
1189 {
1190 NSTRACE (x_destroy_window);
1191 check_ns ();
1192 x_free_frame_resources (f);
1193 ns_window_num--;
1194 }
1195
1196
1197 void
1198 x_set_offset (struct frame *f, int xoff, int yoff, int change_grav)
1199 /* --------------------------------------------------------------------------
1200 External: Position the window
1201 -------------------------------------------------------------------------- */
1202 {
1203 NSView *view = FRAME_NS_VIEW (f);
1204 NSArray *screens = [NSScreen screens];
1205 NSScreen *fscreen = [screens objectAtIndex: 0];
1206 NSScreen *screen = [[view window] screen];
1207
1208 NSTRACE (x_set_offset);
1209
1210 block_input ();
1211
1212 f->left_pos = xoff;
1213 f->top_pos = yoff;
1214
1215 if (view != nil && screen && fscreen)
1216 {
1217 f->left_pos = f->size_hint_flags & XNegative
1218 ? [screen visibleFrame].size.width + f->left_pos - FRAME_PIXEL_WIDTH (f)
1219 : f->left_pos;
1220 /* We use visibleFrame here to take menu bar into account.
1221 Ideally we should also adjust left/top with visibleFrame.origin. */
1222
1223 f->top_pos = f->size_hint_flags & YNegative
1224 ? ([screen visibleFrame].size.height + f->top_pos
1225 - FRAME_PIXEL_HEIGHT (f) - FRAME_NS_TITLEBAR_HEIGHT (f)
1226 - FRAME_TOOLBAR_HEIGHT (f))
1227 : f->top_pos;
1228 #ifdef NS_IMPL_GNUSTEP
1229 if (f->left_pos < 100)
1230 f->left_pos = 100; /* don't overlap menu */
1231 #endif
1232 /* Constrain the setFrameTopLeftPoint so we don't move behind the
1233 menu bar. */
1234 f->output_data.ns->dont_constrain = 0;
1235 [[view window] setFrameTopLeftPoint:
1236 NSMakePoint (SCREENMAXBOUND (f->left_pos),
1237 SCREENMAXBOUND ([fscreen frame].size.height
1238 - NS_TOP_POS (f)))];
1239 f->size_hint_flags &= ~(XNegative|YNegative);
1240 }
1241
1242 unblock_input ();
1243 }
1244
1245
1246 void
1247 x_set_window_size (struct frame *f, int change_grav, int cols, int rows)
1248 /* --------------------------------------------------------------------------
1249 Adjust window pixel size based on given character grid size
1250 Impl is a bit more complex than other terms, need to do some
1251 internal clipping.
1252 -------------------------------------------------------------------------- */
1253 {
1254 EmacsView *view = FRAME_NS_VIEW (f);
1255 NSWindow *window = [view window];
1256 NSRect wr = [window frame];
1257 int tb = FRAME_EXTERNAL_TOOL_BAR (f);
1258 int pixelwidth, pixelheight;
1259
1260 NSTRACE (x_set_window_size);
1261
1262 if (view == nil)
1263 return;
1264
1265 /*fprintf (stderr, "\tsetWindowSize: %d x %d, font size %d x %d\n", cols, rows, FRAME_COLUMN_WIDTH (f), FRAME_LINE_HEIGHT (f)); */
1266
1267 block_input ();
1268
1269 check_frame_size (f, &rows, &cols);
1270
1271 f->scroll_bar_actual_width = NS_SCROLL_BAR_WIDTH (f);
1272 compute_fringe_widths (f, 0);
1273
1274 pixelwidth = FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, cols);
1275 pixelheight = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, rows);
1276
1277 /* If we have a toolbar, take its height into account. */
1278 if (tb)
1279 /* NOTE: previously this would generate wrong result if toolbar not
1280 yet displayed and fixing toolbar_height=32 helped, but
1281 now (200903) seems no longer needed */
1282 FRAME_TOOLBAR_HEIGHT (f) =
1283 NSHeight ([window frameRectForContentRect: NSMakeRect (0, 0, 0, 0)])
1284 - FRAME_NS_TITLEBAR_HEIGHT (f);
1285 else
1286 FRAME_TOOLBAR_HEIGHT (f) = 0;
1287
1288 wr.size.width = pixelwidth + f->border_width;
1289 wr.size.height = pixelheight + FRAME_NS_TITLEBAR_HEIGHT (f)
1290 + FRAME_TOOLBAR_HEIGHT (f);
1291
1292 /* Do not try to constrain to this screen. We may have multiple
1293 screens, and want Emacs to span those. Constraining to screen
1294 prevents that, and that is not nice to the user. */
1295 if (f->output_data.ns->zooming)
1296 f->output_data.ns->zooming = 0;
1297 else
1298 wr.origin.y += FRAME_PIXEL_HEIGHT (f) - pixelheight;
1299
1300 [view setRows: rows andColumns: cols];
1301 [window setFrame: wr display: YES];
1302
1303 /*fprintf (stderr, "\tx_set_window_size %d, %d\t%d, %d\n", cols, rows, pixelwidth, pixelheight); */
1304
1305 /* This is a trick to compensate for Emacs' managing the scrollbar area
1306 as a fixed number of standard character columns. Instead of leaving
1307 blank space for the extra, we chopped it off above. Now for
1308 left-hand scrollbars, we shift all rendering to the left by the
1309 difference between the real width and Emacs' imagined one. For
1310 right-hand bars, don't worry about it since the extra is never used.
1311 (Obviously doesn't work for vertically split windows tho..) */
1312 {
1313 NSPoint origin = FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f)
1314 ? NSMakePoint (FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f)
1315 - NS_SCROLL_BAR_WIDTH (f), 0)
1316 : NSMakePoint (0, 0);
1317 [view setFrame: NSMakeRect (0, 0, pixelwidth, pixelheight)];
1318 [view setBoundsOrigin: origin];
1319 }
1320
1321 change_frame_size (f, rows, cols, 0, 1, 0); /* pretend, delay, safe */
1322 FRAME_PIXEL_WIDTH (f) = pixelwidth;
1323 FRAME_PIXEL_HEIGHT (f) = pixelheight;
1324 /* SET_FRAME_GARBAGED (f); // this short-circuits expose call in drawRect */
1325
1326 mark_window_cursors_off (XWINDOW (f->root_window));
1327 cancel_mouse_face (f);
1328
1329 unblock_input ();
1330 }
1331
1332
1333 static void
1334 ns_fullscreen_hook (FRAME_PTR f)
1335 {
1336 EmacsView *view = (EmacsView *)FRAME_NS_VIEW (f);
1337
1338 if (! f->async_visible) return;
1339 #ifndef NEW_STYLE_FS
1340 if (f->want_fullscreen == FULLSCREEN_BOTH)
1341 {
1342 /* Old style fs don't initiate correctly if created from
1343 init/default-frame alist, so use a timer (not nice...).
1344 */
1345 [NSTimer scheduledTimerWithTimeInterval: 0.5 target: view
1346 selector: @selector (handleFS)
1347 userInfo: nil repeats: NO];
1348 return;
1349 }
1350 #endif
1351
1352 block_input ();
1353 [view handleFS];
1354 unblock_input ();
1355 }
1356
1357 /* ==========================================================================
1358
1359 Color management
1360
1361 ========================================================================== */
1362
1363
1364 NSColor *
1365 ns_lookup_indexed_color (unsigned long idx, struct frame *f)
1366 {
1367 struct ns_color_table *color_table = FRAME_NS_DISPLAY_INFO (f)->color_table;
1368 if (idx < 1 || idx >= color_table->avail)
1369 return nil;
1370 return color_table->colors[idx];
1371 }
1372
1373
1374 unsigned long
1375 ns_index_color (NSColor *color, struct frame *f)
1376 {
1377 struct ns_color_table *color_table = FRAME_NS_DISPLAY_INFO (f)->color_table;
1378 ptrdiff_t idx;
1379 ptrdiff_t i;
1380
1381 if (!color_table->colors)
1382 {
1383 color_table->size = NS_COLOR_CAPACITY;
1384 color_table->avail = 1; /* skip idx=0 as marker */
1385 color_table->colors = xmalloc (color_table->size * sizeof (NSColor *));
1386 color_table->colors[0] = nil;
1387 color_table->empty_indices = [[NSMutableSet alloc] init];
1388 }
1389
1390 /* do we already have this color ? */
1391 for (i = 1; i < color_table->avail; i++)
1392 if (color_table->colors[i] && [color_table->colors[i] isEqual: color])
1393 return i;
1394
1395 if ([color_table->empty_indices count] > 0)
1396 {
1397 NSNumber *index = [color_table->empty_indices anyObject];
1398 [color_table->empty_indices removeObject: index];
1399 idx = [index unsignedLongValue];
1400 }
1401 else
1402 {
1403 if (color_table->avail == color_table->size)
1404 color_table->colors =
1405 xpalloc (color_table->colors, &color_table->size, 1,
1406 min (ULONG_MAX, PTRDIFF_MAX), sizeof *color_table->colors);
1407 idx = color_table->avail++;
1408 }
1409
1410 color_table->colors[idx] = color;
1411 [color retain];
1412 /*fprintf(stderr, "color_table: allocated %d\n",idx);*/
1413 return idx;
1414 }
1415
1416
1417 void
1418 ns_free_indexed_color (unsigned long idx, struct frame *f)
1419 {
1420 struct ns_color_table *color_table;
1421 NSColor *color;
1422 NSNumber *index;
1423
1424 if (!f)
1425 return;
1426
1427 color_table = FRAME_NS_DISPLAY_INFO (f)->color_table;
1428
1429 if (idx <= 0 || idx >= color_table->size) {
1430 message1 ("ns_free_indexed_color: Color index out of range.\n");
1431 return;
1432 }
1433
1434 index = [NSNumber numberWithUnsignedInt: idx];
1435 if ([color_table->empty_indices containsObject: index]) {
1436 message1 ("ns_free_indexed_color: attempt to free already freed color.\n");
1437 return;
1438 }
1439
1440 color = color_table->colors[idx];
1441 [color release];
1442 color_table->colors[idx] = nil;
1443 [color_table->empty_indices addObject: index];
1444 /*fprintf(stderr, "color_table: FREED %d\n",idx);*/
1445 }
1446
1447
1448 static int
1449 ns_get_color (const char *name, NSColor **col)
1450 /* --------------------------------------------------------------------------
1451 Parse a color name
1452 -------------------------------------------------------------------------- */
1453 /* On *Step, we attempt to mimic the X11 platform here, down to installing an
1454 X11 rgb.txt-compatible color list in Emacs.clr (see ns_term_init()).
1455 See: http://thread.gmane.org/gmane.emacs.devel/113050/focus=113272). */
1456 {
1457 NSColor *new = nil;
1458 static char hex[20];
1459 int scaling;
1460 float r = -1.0, g, b;
1461 NSString *nsname = [NSString stringWithUTF8String: name];
1462
1463 /*fprintf (stderr, "ns_get_color: '%s'\n", name); */
1464 block_input ();
1465
1466 if ([nsname isEqualToString: @"ns_selection_color"])
1467 {
1468 nsname = ns_selection_color;
1469 name = [ns_selection_color UTF8String];
1470 }
1471
1472 /* First, check for some sort of numeric specification. */
1473 hex[0] = '\0';
1474
1475 if (name[0] == '0' || name[0] == '1' || name[0] == '.') /* RGB decimal */
1476 {
1477 NSScanner *scanner = [NSScanner scannerWithString: nsname];
1478 [scanner scanFloat: &r];
1479 [scanner scanFloat: &g];
1480 [scanner scanFloat: &b];
1481 }
1482 else if (!strncmp(name, "rgb:", 4)) /* A newer X11 format -- rgb:r/g/b */
1483 scaling = (snprintf (hex, sizeof hex, "%s", name + 4) - 2) / 3;
1484 else if (name[0] == '#') /* An old X11 format; convert to newer */
1485 {
1486 int len = (strlen(name) - 1);
1487 int start = (len % 3 == 0) ? 1 : len / 4 + 1;
1488 int i;
1489 scaling = strlen(name+start) / 3;
1490 for (i = 0; i < 3; i++)
1491 sprintf (hex + i * (scaling + 1), "%.*s/", scaling,
1492 name + start + i * scaling);
1493 hex[3 * (scaling + 1) - 1] = '\0';
1494 }
1495
1496 if (hex[0])
1497 {
1498 int rr, gg, bb;
1499 float fscale = scaling == 4 ? 65535.0 : (scaling == 2 ? 255.0 : 15.0);
1500 if (sscanf (hex, "%x/%x/%x", &rr, &gg, &bb))
1501 {
1502 r = rr / fscale;
1503 g = gg / fscale;
1504 b = bb / fscale;
1505 }
1506 }
1507
1508 if (r >= 0.0)
1509 {
1510 *col = [NSColor colorWithCalibratedRed: r green: g blue: b alpha: 1.0];
1511 unblock_input ();
1512 return 0;
1513 }
1514
1515 /* Otherwise, color is expected to be from a list */
1516 {
1517 NSEnumerator *lenum, *cenum;
1518 NSString *name;
1519 NSColorList *clist;
1520
1521 #ifdef NS_IMPL_GNUSTEP
1522 /* XXX: who is wrong, the requestor or the implementation? */
1523 if ([nsname compare: @"Highlight" options: NSCaseInsensitiveSearch]
1524 == NSOrderedSame)
1525 nsname = @"highlightColor";
1526 #endif
1527
1528 lenum = [[NSColorList availableColorLists] objectEnumerator];
1529 while ( (clist = [lenum nextObject]) && new == nil)
1530 {
1531 cenum = [[clist allKeys] objectEnumerator];
1532 while ( (name = [cenum nextObject]) && new == nil )
1533 {
1534 if ([name compare: nsname
1535 options: NSCaseInsensitiveSearch] == NSOrderedSame )
1536 new = [clist colorWithKey: name];
1537 }
1538 }
1539 }
1540
1541 if (new)
1542 *col = [new colorUsingColorSpaceName: NSCalibratedRGBColorSpace];
1543 unblock_input ();
1544 return new ? 0 : 1;
1545 }
1546
1547
1548 int
1549 ns_lisp_to_color (Lisp_Object color, NSColor **col)
1550 /* --------------------------------------------------------------------------
1551 Convert a Lisp string object to a NS color
1552 -------------------------------------------------------------------------- */
1553 {
1554 NSTRACE (ns_lisp_to_color);
1555 if (STRINGP (color))
1556 return ns_get_color (SSDATA (color), col);
1557 else if (SYMBOLP (color))
1558 return ns_get_color (SSDATA (SYMBOL_NAME (color)), col);
1559 return 1;
1560 }
1561
1562
1563 Lisp_Object
1564 ns_color_to_lisp (NSColor *col)
1565 /* --------------------------------------------------------------------------
1566 Convert a color to a lisp string with the RGB equivalent
1567 -------------------------------------------------------------------------- */
1568 {
1569 CGFloat red, green, blue, alpha, gray;
1570 char buf[1024];
1571 const char *str;
1572 NSTRACE (ns_color_to_lisp);
1573
1574 block_input ();
1575 if ([[col colorSpaceName] isEqualToString: NSNamedColorSpace])
1576
1577 if ((str =[[col colorNameComponent] UTF8String]))
1578 {
1579 unblock_input ();
1580 return build_string ((char *)str);
1581 }
1582
1583 [[col colorUsingColorSpaceName: NSCalibratedRGBColorSpace]
1584 getRed: &red green: &green blue: &blue alpha: &alpha];
1585 if (red ==green && red ==blue)
1586 {
1587 [[col colorUsingColorSpaceName: NSCalibratedWhiteColorSpace]
1588 getWhite: &gray alpha: &alpha];
1589 snprintf (buf, sizeof (buf), "#%2.2lx%2.2lx%2.2lx",
1590 lrint (gray * 0xff), lrint (gray * 0xff), lrint (gray * 0xff));
1591 unblock_input ();
1592 return build_string (buf);
1593 }
1594
1595 snprintf (buf, sizeof (buf), "#%2.2lx%2.2lx%2.2lx",
1596 lrint (red*0xff), lrint (green*0xff), lrint (blue*0xff));
1597
1598 unblock_input ();
1599 return build_string (buf);
1600 }
1601
1602
1603 void
1604 ns_query_color(void *col, XColor *color_def, int setPixel)
1605 /* --------------------------------------------------------------------------
1606 Get ARGB values out of NSColor col and put them into color_def.
1607 If setPixel, set the pixel to a concatenated version.
1608 and set color_def pixel to the resulting index.
1609 -------------------------------------------------------------------------- */
1610 {
1611 CGFloat r, g, b, a;
1612
1613 [((NSColor *)col) getRed: &r green: &g blue: &b alpha: &a];
1614 color_def->red = r * 65535;
1615 color_def->green = g * 65535;
1616 color_def->blue = b * 65535;
1617
1618 if (setPixel == YES)
1619 color_def->pixel
1620 = ARGB_TO_ULONG((int)(a*255),
1621 (int)(r*255), (int)(g*255), (int)(b*255));
1622 }
1623
1624
1625 bool
1626 ns_defined_color (struct frame *f,
1627 const char *name,
1628 XColor *color_def,
1629 bool alloc,
1630 bool makeIndex)
1631 /* --------------------------------------------------------------------------
1632 Return true if named color found, and set color_def rgb accordingly.
1633 If makeIndex and alloc are nonzero put the color in the color_table,
1634 and set color_def pixel to the resulting index.
1635 If makeIndex is zero, set color_def pixel to ARGB.
1636 Return false if not found
1637 -------------------------------------------------------------------------- */
1638 {
1639 NSColor *col;
1640 NSTRACE (ns_defined_color);
1641
1642 block_input ();
1643 if (ns_get_color (name, &col) != 0) /* Color not found */
1644 {
1645 unblock_input ();
1646 return 0;
1647 }
1648 if (makeIndex && alloc)
1649 color_def->pixel = ns_index_color (col, f);
1650 ns_query_color (col, color_def, !makeIndex);
1651 unblock_input ();
1652 return 1;
1653 }
1654
1655
1656 unsigned long
1657 ns_get_rgb_color (struct frame *f, float r, float g, float b, float a)
1658 /* --------------------------------------------------------------------------
1659 return an autoreleased RGB color
1660 -------------------------------------------------------------------------- */
1661 {
1662 /*static int c = 1; fprintf (stderr, "color request %d\n", c++); */
1663 if (r < 0.0) r = 0.0;
1664 else if (r > 1.0) r = 1.0;
1665 if (g < 0.0) g = 0.0;
1666 else if (g > 1.0) g = 1.0;
1667 if (b < 0.0) b = 0.0;
1668 else if (b > 1.0) b = 1.0;
1669 if (a < 0.0) a = 0.0;
1670 else if (a > 1.0) a = 1.0;
1671 return (unsigned long) ns_index_color(
1672 [NSColor colorWithCalibratedRed: r green: g blue: b alpha: a], f);
1673 }
1674
1675
1676 void
1677 x_set_frame_alpha (struct frame *f)
1678 /* --------------------------------------------------------------------------
1679 change the entire-frame transparency
1680 -------------------------------------------------------------------------- */
1681 {
1682 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (f);
1683 EmacsView *view = FRAME_NS_VIEW (f);
1684 double alpha = 1.0;
1685 double alpha_min = 1.0;
1686
1687 if (dpyinfo->x_highlight_frame == f)
1688 alpha = f->alpha[0];
1689 else
1690 alpha = f->alpha[1];
1691
1692 if (FLOATP (Vframe_alpha_lower_limit))
1693 alpha_min = XFLOAT_DATA (Vframe_alpha_lower_limit);
1694 else if (INTEGERP (Vframe_alpha_lower_limit))
1695 alpha_min = (XINT (Vframe_alpha_lower_limit)) / 100.0;
1696
1697 if (alpha < 0.0)
1698 return;
1699 else if (1.0 < alpha)
1700 alpha = 1.0;
1701 else if (0.0 <= alpha && alpha < alpha_min && alpha_min <= 1.0)
1702 alpha = alpha_min;
1703
1704 #ifdef NS_IMPL_COCOA
1705 [[view window] setAlphaValue: alpha];
1706 #endif
1707 }
1708
1709
1710 /* ==========================================================================
1711
1712 Mouse handling
1713
1714 ========================================================================== */
1715
1716
1717 void
1718 x_set_mouse_pixel_position (struct frame *f, int pix_x, int pix_y)
1719 /* --------------------------------------------------------------------------
1720 Programmatically reposition mouse pointer in pixel coordinates
1721 -------------------------------------------------------------------------- */
1722 {
1723 NSTRACE (x_set_mouse_pixel_position);
1724 ns_raise_frame (f);
1725 #if 0
1726 /* FIXME: this does not work, and what about GNUstep? */
1727 #ifdef NS_IMPL_COCOA
1728 [FRAME_NS_VIEW (f) lockFocus];
1729 PSsetmouse ((float)pix_x, (float)pix_y);
1730 [FRAME_NS_VIEW (f) unlockFocus];
1731 #endif
1732 #endif
1733 }
1734
1735
1736 void
1737 x_set_mouse_position (struct frame *f, int h, int v)
1738 /* --------------------------------------------------------------------------
1739 Programmatically reposition mouse pointer in character coordinates
1740 -------------------------------------------------------------------------- */
1741 {
1742 int pix_x, pix_y;
1743
1744 pix_x = FRAME_COL_TO_PIXEL_X (f, h) + FRAME_COLUMN_WIDTH (f) / 2;
1745 pix_y = FRAME_LINE_TO_PIXEL_Y (f, v) + FRAME_LINE_HEIGHT (f) / 2;
1746
1747 if (pix_x < 0) pix_x = 0;
1748 if (pix_x > FRAME_PIXEL_WIDTH (f)) pix_x = FRAME_PIXEL_WIDTH (f);
1749
1750 if (pix_y < 0) pix_y = 0;
1751 if (pix_y > FRAME_PIXEL_HEIGHT (f)) pix_y = FRAME_PIXEL_HEIGHT (f);
1752
1753 x_set_mouse_pixel_position (f, pix_x, pix_y);
1754 }
1755
1756
1757 static int
1758 note_mouse_movement (struct frame *frame, float x, float y)
1759 /* ------------------------------------------------------------------------
1760 Called by EmacsView on mouseMovement events. Passes on
1761 to emacs mainstream code if we moved off of a rect of interest
1762 known as last_mouse_glyph.
1763 ------------------------------------------------------------------------ */
1764 {
1765 // NSTRACE (note_mouse_movement);
1766
1767 XSETFRAME (last_mouse_motion_frame, frame);
1768
1769 /* Note, this doesn't get called for enter/leave, since we don't have a
1770 position. Those are taken care of in the corresponding NSView methods. */
1771
1772 /* has movement gone beyond last rect we were tracking? */
1773 if (x < last_mouse_glyph.origin.x ||
1774 x >= (last_mouse_glyph.origin.x + last_mouse_glyph.size.width) ||
1775 y < last_mouse_glyph.origin.y ||
1776 y >= (last_mouse_glyph.origin.y + last_mouse_glyph.size.height))
1777 {
1778 ns_update_begin(frame);
1779 frame->mouse_moved = 1;
1780 note_mouse_highlight (frame, x, y);
1781 remember_mouse_glyph (frame, x, y, &last_mouse_glyph);
1782 ns_update_end(frame);
1783 return 1;
1784 }
1785
1786 return 0;
1787 }
1788
1789
1790 static void
1791 ns_mouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
1792 enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y,
1793 Time *time)
1794 /* --------------------------------------------------------------------------
1795 External (hook): inform emacs about mouse position and hit parts.
1796 If a scrollbar is being dragged, set bar_window, part, x, y, time.
1797 x & y should be position in the scrollbar (the whole bar, not the handle)
1798 and length of scrollbar respectively
1799 -------------------------------------------------------------------------- */
1800 {
1801 id view;
1802 NSPoint position;
1803 Lisp_Object frame, tail;
1804 struct frame *f;
1805 struct ns_display_info *dpyinfo;
1806
1807 NSTRACE (ns_mouse_position);
1808
1809 if (*fp == NULL)
1810 {
1811 fprintf (stderr, "Warning: ns_mouse_position () called with null *fp.\n");
1812 return;
1813 }
1814
1815 dpyinfo = FRAME_NS_DISPLAY_INFO (*fp);
1816
1817 block_input ();
1818
1819 if (last_mouse_scroll_bar != nil && insist == 0)
1820 {
1821 /* TODO: we do not use this path at the moment because drag events will
1822 go directly to the EmacsScroller. Leaving code in for now. */
1823 [last_mouse_scroll_bar getMouseMotionPart: (int *)part window: bar_window
1824 x: x y: y];
1825 if (time) *time = last_mouse_movement_time;
1826 last_mouse_scroll_bar = nil;
1827 }
1828 else
1829 {
1830 /* Clear the mouse-moved flag for every frame on this display. */
1831 FOR_EACH_FRAME (tail, frame)
1832 if (FRAME_NS_P (XFRAME (frame))
1833 && FRAME_NS_DISPLAY (XFRAME (frame)) == FRAME_NS_DISPLAY (*fp))
1834 XFRAME (frame)->mouse_moved = 0;
1835
1836 last_mouse_scroll_bar = nil;
1837 if (last_mouse_frame && FRAME_LIVE_P (last_mouse_frame))
1838 f = last_mouse_frame;
1839 else
1840 f = dpyinfo->x_focus_frame ? dpyinfo->x_focus_frame
1841 : SELECTED_FRAME ();
1842
1843 if (f && f->output_data.ns) /* TODO: 2nd check no longer needed? */
1844 {
1845 view = FRAME_NS_VIEW (*fp);
1846
1847 position = [[view window] mouseLocationOutsideOfEventStream];
1848 position = [view convertPoint: position fromView: nil];
1849 remember_mouse_glyph (f, position.x, position.y, &last_mouse_glyph);
1850 /*fprintf (stderr, "ns_mouse_position: %.0f, %.0f\n", position.x, position.y); */
1851
1852 if (bar_window) *bar_window = Qnil;
1853 if (part) *part = 0; /*scroll_bar_handle; */
1854
1855 if (x) XSETINT (*x, lrint (position.x));
1856 if (y) XSETINT (*y, lrint (position.y));
1857 if (time) *time = last_mouse_movement_time;
1858 *fp = f;
1859 }
1860 }
1861
1862 unblock_input ();
1863 }
1864
1865
1866 static void
1867 ns_frame_up_to_date (struct frame *f)
1868 /* --------------------------------------------------------------------------
1869 External (hook): Fix up mouse highlighting right after a full update.
1870 Some highlighting was deferred if GC was happening during
1871 note_mouse_highlight (), while other highlighting was deferred for update.
1872 -------------------------------------------------------------------------- */
1873 {
1874 NSTRACE (ns_frame_up_to_date);
1875
1876 if (FRAME_NS_P (f))
1877 {
1878 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
1879 if ((hlinfo->mouse_face_deferred_gc || f ==hlinfo->mouse_face_mouse_frame)
1880 /*&& hlinfo->mouse_face_mouse_frame*/)
1881 {
1882 block_input ();
1883 ns_update_begin(f);
1884 if (hlinfo->mouse_face_mouse_frame)
1885 note_mouse_highlight (hlinfo->mouse_face_mouse_frame,
1886 hlinfo->mouse_face_mouse_x,
1887 hlinfo->mouse_face_mouse_y);
1888 hlinfo->mouse_face_deferred_gc = 0;
1889 ns_update_end(f);
1890 unblock_input ();
1891 }
1892 }
1893 }
1894
1895
1896 static void
1897 ns_define_frame_cursor (struct frame *f, Cursor cursor)
1898 /* --------------------------------------------------------------------------
1899 External (RIF): set frame mouse pointer type.
1900 -------------------------------------------------------------------------- */
1901 {
1902 NSTRACE (ns_define_frame_cursor);
1903 if (FRAME_POINTER_TYPE (f) != cursor)
1904 {
1905 EmacsView *view = FRAME_NS_VIEW (f);
1906 FRAME_POINTER_TYPE (f) = cursor;
1907 [[view window] invalidateCursorRectsForView: view];
1908 /* Redisplay assumes this function also draws the changed frame
1909 cursor, but this function doesn't, so do it explicitly. */
1910 x_update_cursor (f, 1);
1911 }
1912 }
1913
1914
1915
1916 /* ==========================================================================
1917
1918 Keyboard handling
1919
1920 ========================================================================== */
1921
1922
1923 static unsigned
1924 ns_convert_key (unsigned code)
1925 /* --------------------------------------------------------------------------
1926 Internal call used by NSView-keyDown.
1927 -------------------------------------------------------------------------- */
1928 {
1929 const unsigned last_keysym = (sizeof (convert_ns_to_X_keysym)
1930 / sizeof (convert_ns_to_X_keysym[0]));
1931 unsigned keysym;
1932 /* An array would be faster, but less easy to read. */
1933 for (keysym = 0; keysym < last_keysym; keysym += 2)
1934 if (code == convert_ns_to_X_keysym[keysym])
1935 return 0xFF00 | convert_ns_to_X_keysym[keysym+1];
1936 return 0;
1937 /* if decide to use keyCode and Carbon table, use this line:
1938 return code > 0xff ? 0 : 0xFF00 | ns_keycode_to_xkeysym_table[code]; */
1939 }
1940
1941
1942 char *
1943 x_get_keysym_name (int keysym)
1944 /* --------------------------------------------------------------------------
1945 Called by keyboard.c. Not sure if the return val is important, except
1946 that it be unique.
1947 -------------------------------------------------------------------------- */
1948 {
1949 static char value[16];
1950 NSTRACE (x_get_keysym_name);
1951 sprintf (value, "%d", keysym);
1952 return value;
1953 }
1954
1955
1956
1957 /* ==========================================================================
1958
1959 Block drawing operations
1960
1961 ========================================================================== */
1962
1963
1964 static void
1965 ns_redraw_scroll_bars (struct frame *f)
1966 {
1967 int i;
1968 id view;
1969 NSArray *subviews = [[FRAME_NS_VIEW (f) superview] subviews];
1970 NSTRACE (ns_redraw_scroll_bars);
1971 for (i =[subviews count]-1; i >= 0; i--)
1972 {
1973 view = [subviews objectAtIndex: i];
1974 if (![view isKindOfClass: [EmacsScroller class]]) continue;
1975 [view display];
1976 }
1977 }
1978
1979
1980 void
1981 ns_clear_frame (struct frame *f)
1982 /* --------------------------------------------------------------------------
1983 External (hook): Erase the entire frame
1984 -------------------------------------------------------------------------- */
1985 {
1986 NSView *view = FRAME_NS_VIEW (f);
1987 NSRect r;
1988
1989 NSTRACE (ns_clear_frame);
1990
1991 /* comes on initial frame because we have
1992 after-make-frame-functions = select-frame */
1993 if (!FRAME_DEFAULT_FACE (f))
1994 return;
1995
1996 mark_window_cursors_off (XWINDOW (FRAME_ROOT_WINDOW (f)));
1997
1998 output_cursor.hpos = output_cursor.vpos = 0;
1999 output_cursor.x = -1;
2000
2001 r = [view bounds];
2002
2003 block_input ();
2004 ns_focus (f, &r, 1);
2005 [ns_lookup_indexed_color (NS_FACE_BACKGROUND (FRAME_DEFAULT_FACE (f)), f) set];
2006 NSRectFill (r);
2007 ns_unfocus (f);
2008
2009 /* as of 2006/11 or so this is now needed */
2010 ns_redraw_scroll_bars (f);
2011 unblock_input ();
2012 }
2013
2014
2015 static void
2016 ns_clear_frame_area (struct frame *f, int x, int y, int width, int height)
2017 /* --------------------------------------------------------------------------
2018 External (RIF): Clear section of frame
2019 -------------------------------------------------------------------------- */
2020 {
2021 NSRect r = NSMakeRect (x, y, width, height);
2022 NSView *view = FRAME_NS_VIEW (f);
2023 struct face *face = FRAME_DEFAULT_FACE (f);
2024
2025 if (!view || !face)
2026 return;
2027
2028 NSTRACE (ns_clear_frame_area);
2029
2030 r = NSIntersectionRect (r, [view frame]);
2031 ns_focus (f, &r, 1);
2032 [ns_lookup_indexed_color (NS_FACE_BACKGROUND (face), f) set];
2033
2034 NSRectFill (r);
2035
2036 ns_unfocus (f);
2037 return;
2038 }
2039
2040
2041 static void
2042 ns_scroll_run (struct window *w, struct run *run)
2043 /* --------------------------------------------------------------------------
2044 External (RIF): Insert or delete n lines at line vpos
2045 -------------------------------------------------------------------------- */
2046 {
2047 struct frame *f = XFRAME (w->frame);
2048 int x, y, width, height, from_y, to_y, bottom_y;
2049
2050 NSTRACE (ns_scroll_run);
2051
2052 /* begin copy from other terms */
2053 /* Get frame-relative bounding box of the text display area of W,
2054 without mode lines. Include in this box the left and right
2055 fringe of W. */
2056 window_box (w, -1, &x, &y, &width, &height);
2057
2058 from_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->current_y);
2059 to_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->desired_y);
2060 bottom_y = y + height;
2061
2062 if (to_y < from_y)
2063 {
2064 /* Scrolling up. Make sure we don't copy part of the mode
2065 line at the bottom. */
2066 if (from_y + run->height > bottom_y)
2067 height = bottom_y - from_y;
2068 else
2069 height = run->height;
2070 }
2071 else
2072 {
2073 /* Scrolling down. Make sure we don't copy over the mode line.
2074 at the bottom. */
2075 if (to_y + run->height > bottom_y)
2076 height = bottom_y - to_y;
2077 else
2078 height = run->height;
2079 }
2080 /* end copy from other terms */
2081
2082 if (height == 0)
2083 return;
2084
2085 block_input ();
2086
2087 updated_window = w;
2088 x_clear_cursor (w);
2089
2090 {
2091 NSRect srcRect = NSMakeRect (x, from_y, width, height);
2092 NSRect dstRect = NSMakeRect (x, to_y, width, height);
2093 NSPoint dstOrigin = NSMakePoint (x, to_y);
2094
2095 ns_focus (f, &dstRect, 1);
2096 NSCopyBits (0, srcRect , dstOrigin);
2097 ns_unfocus (f);
2098 }
2099
2100 unblock_input ();
2101 }
2102
2103
2104 static void
2105 ns_after_update_window_line (struct glyph_row *desired_row)
2106 /* --------------------------------------------------------------------------
2107 External (RIF): preparatory to fringe update after text was updated
2108 -------------------------------------------------------------------------- */
2109 {
2110 struct window *w = updated_window;
2111 struct frame *f;
2112 int width, height;
2113
2114 NSTRACE (ns_after_update_window_line);
2115
2116 /* begin copy from other terms */
2117 eassert (w);
2118
2119 if (!desired_row->mode_line_p && !w->pseudo_window_p)
2120 desired_row->redraw_fringe_bitmaps_p = 1;
2121
2122 /* When a window has disappeared, make sure that no rest of
2123 full-width rows stays visible in the internal border. */
2124 if (windows_or_buffers_changed
2125 && desired_row->full_width_p
2126 && (f = XFRAME (w->frame),
2127 width = FRAME_INTERNAL_BORDER_WIDTH (f),
2128 width != 0)
2129 && (height = desired_row->visible_height,
2130 height > 0))
2131 {
2132 int y = WINDOW_TO_FRAME_PIXEL_Y (w, max (0, desired_row->y));
2133
2134 block_input ();
2135 ns_clear_frame_area (f, 0, y, width, height);
2136 ns_clear_frame_area (f,
2137 FRAME_PIXEL_WIDTH (f) - width,
2138 y, width, height);
2139 unblock_input ();
2140 }
2141 }
2142
2143
2144 static void
2145 ns_shift_glyphs_for_insert (struct frame *f,
2146 int x, int y, int width, int height,
2147 int shift_by)
2148 /* --------------------------------------------------------------------------
2149 External (RIF): copy an area horizontally, don't worry about clearing src
2150 -------------------------------------------------------------------------- */
2151 {
2152 NSRect srcRect = NSMakeRect (x, y, width, height);
2153 NSRect dstRect = NSMakeRect (x+shift_by, y, width, height);
2154 NSPoint dstOrigin = dstRect.origin;
2155
2156 NSTRACE (ns_shift_glyphs_for_insert);
2157
2158 ns_focus (f, &dstRect, 1);
2159 NSCopyBits (0, srcRect, dstOrigin);
2160 ns_unfocus (f);
2161 }
2162
2163
2164
2165 /* ==========================================================================
2166
2167 Character encoding and metrics
2168
2169 ========================================================================== */
2170
2171
2172 static void
2173 ns_compute_glyph_string_overhangs (struct glyph_string *s)
2174 /* --------------------------------------------------------------------------
2175 External (RIF); compute left/right overhang of whole string and set in s
2176 -------------------------------------------------------------------------- */
2177 {
2178 struct font *font = s->font;
2179
2180 if (s->char2b)
2181 {
2182 struct font_metrics metrics;
2183 unsigned int codes[2];
2184 codes[0] = *(s->char2b);
2185 codes[1] = *(s->char2b + s->nchars - 1);
2186
2187 font->driver->text_extents (font, codes, 2, &metrics);
2188 s->left_overhang = -metrics.lbearing;
2189 s->right_overhang
2190 = metrics.rbearing > metrics.width
2191 ? metrics.rbearing - metrics.width : 0;
2192 }
2193 else
2194 {
2195 s->left_overhang = 0;
2196 s->right_overhang = ((struct nsfont_info *)font)->ital ?
2197 FONT_HEIGHT (font) * 0.2 : 0;
2198 }
2199 }
2200
2201
2202
2203 /* ==========================================================================
2204
2205 Fringe and cursor drawing
2206
2207 ========================================================================== */
2208
2209
2210 extern int max_used_fringe_bitmap;
2211 static void
2212 ns_draw_fringe_bitmap (struct window *w, struct glyph_row *row,
2213 struct draw_fringe_bitmap_params *p)
2214 /* --------------------------------------------------------------------------
2215 External (RIF); fringe-related
2216 -------------------------------------------------------------------------- */
2217 {
2218 struct frame *f = XFRAME (WINDOW_FRAME (w));
2219 struct face *face = p->face;
2220 int rowY;
2221 static EmacsImage **bimgs = NULL;
2222 static int nBimgs = 0;
2223
2224 /* grow bimgs if needed */
2225 if (nBimgs < max_used_fringe_bitmap)
2226 {
2227 bimgs = xrealloc (bimgs, max_used_fringe_bitmap * sizeof *bimgs);
2228 memset (bimgs + nBimgs, 0,
2229 (max_used_fringe_bitmap - nBimgs) * sizeof *bimgs);
2230 nBimgs = max_used_fringe_bitmap;
2231 }
2232
2233 /* Must clip because of partially visible lines. */
2234 rowY = WINDOW_TO_FRAME_PIXEL_Y (w, row->y);
2235 ns_clip_to_row (w, row, -1, YES);
2236
2237 if (!p->overlay_p)
2238 {
2239 int bx = p->bx, by = p->by, nx = p->nx, ny = p->ny;
2240
2241 /* If the fringe is adjacent to the left (right) scroll bar of a
2242 leftmost (rightmost, respectively) window, then extend its
2243 background to the gap between the fringe and the bar. */
2244 if ((WINDOW_LEFTMOST_P (w)
2245 && WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w))
2246 || (WINDOW_RIGHTMOST_P (w)
2247 && WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w)))
2248 {
2249 int sb_width = WINDOW_CONFIG_SCROLL_BAR_WIDTH (w);
2250
2251 if (sb_width > 0)
2252 {
2253 int bar_area_x = WINDOW_SCROLL_BAR_AREA_X (w);
2254 int bar_area_width = (WINDOW_CONFIG_SCROLL_BAR_COLS (w)
2255 * FRAME_COLUMN_WIDTH (f));
2256
2257 if (bx < 0)
2258 {
2259 /* Bitmap fills the fringe. */
2260 if (bar_area_x + bar_area_width == p->x)
2261 bx = bar_area_x + sb_width;
2262 else if (p->x + p->wd == bar_area_x)
2263 bx = bar_area_x;
2264 if (bx >= 0)
2265 {
2266 int header_line_height = WINDOW_HEADER_LINE_HEIGHT (w);
2267
2268 nx = bar_area_width - sb_width;
2269 by = WINDOW_TO_FRAME_PIXEL_Y (w, max (header_line_height,
2270 row->y));
2271 ny = row->visible_height;
2272 }
2273 }
2274 else
2275 {
2276 if (bar_area_x + bar_area_width == bx)
2277 {
2278 bx = bar_area_x + sb_width;
2279 nx += bar_area_width - sb_width;
2280 }
2281 else if (bx + nx == bar_area_x)
2282 nx += bar_area_width - sb_width;
2283 }
2284 }
2285 }
2286
2287 if (bx >= 0 && nx > 0)
2288 {
2289 NSRect r = NSMakeRect (bx, by, nx, ny);
2290 NSRectClip (r);
2291 [ns_lookup_indexed_color (face->background, f) set];
2292 NSRectFill (r);
2293 }
2294 }
2295
2296 if (p->which)
2297 {
2298 NSRect r = NSMakeRect (p->x, p->y, p->wd, p->h);
2299 EmacsImage *img = bimgs[p->which - 1];
2300
2301 if (!img)
2302 {
2303 unsigned short *bits = p->bits + p->dh;
2304 int len = p->h;
2305 int i;
2306 unsigned char *cbits = xmalloc (len);
2307
2308 for (i = 0; i < len; i++)
2309 cbits[i] = ~(bits[i] & 0xff);
2310 img = [[EmacsImage alloc] initFromXBM: cbits width: 8 height: p->h
2311 flip: NO];
2312 bimgs[p->which - 1] = img;
2313 xfree (cbits);
2314 }
2315
2316 NSRectClip (r);
2317 /* Since we composite the bitmap instead of just blitting it, we need
2318 to erase the whole background. */
2319 [ns_lookup_indexed_color(face->background, f) set];
2320 NSRectFill (r);
2321 [img setXBMColor: ns_lookup_indexed_color(face->foreground, f)];
2322 #if !defined (NS_IMPL_COCOA) || MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
2323 [img drawInRect: r
2324 fromRect: NSZeroRect
2325 operation: NSCompositeSourceOver
2326 fraction: 1.0
2327 respectFlipped: YES
2328 hints: nil];
2329 #else
2330 {
2331 NSPoint pt = r.origin;
2332 pt.y += p->h;
2333 [img compositeToPoint: pt operation: NSCompositeSourceOver];
2334 }
2335 #endif
2336 }
2337 ns_unfocus (f);
2338 }
2339
2340
2341 static void
2342 ns_draw_window_cursor (struct window *w, struct glyph_row *glyph_row,
2343 int x, int y, int cursor_type, int cursor_width,
2344 int on_p, int active_p)
2345 /* --------------------------------------------------------------------------
2346 External call (RIF): draw cursor.
2347 Note that CURSOR_WIDTH is meaningful only for (h)bar cursors.
2348 -------------------------------------------------------------------------- */
2349 {
2350 NSRect r, s;
2351 int fx, fy, h, cursor_height;
2352 struct frame *f = WINDOW_XFRAME (w);
2353 struct glyph *phys_cursor_glyph;
2354 int overspill;
2355 struct glyph *cursor_glyph;
2356 struct face *face;
2357 NSColor *hollow_color = FRAME_BACKGROUND_COLOR (f);
2358
2359 /* If cursor is out of bounds, don't draw garbage. This can happen
2360 in mini-buffer windows when switching between echo area glyphs
2361 and mini-buffer. */
2362
2363 NSTRACE (dumpcursor);
2364
2365 if (!on_p)
2366 return;
2367
2368 w->phys_cursor_type = cursor_type;
2369 w->phys_cursor_on_p = on_p;
2370
2371 if (cursor_type == NO_CURSOR)
2372 {
2373 w->phys_cursor_width = 0;
2374 return;
2375 }
2376
2377 if ((phys_cursor_glyph = get_phys_cursor_glyph (w)) == NULL)
2378 {
2379 if (glyph_row->exact_window_width_line_p
2380 && w->phys_cursor.hpos >= glyph_row->used[TEXT_AREA])
2381 {
2382 glyph_row->cursor_in_fringe_p = 1;
2383 draw_fringe_bitmap (w, glyph_row, 0);
2384 }
2385 return;
2386 }
2387
2388 /* We draw the cursor (with NSRectFill), then draw the glyph on top
2389 (other terminals do it the other way round). We must set
2390 w->phys_cursor_width to the cursor width. For bar cursors, that
2391 is CURSOR_WIDTH; for box cursors, it is the glyph width. */
2392 get_phys_cursor_geometry (w, glyph_row, phys_cursor_glyph, &fx, &fy, &h);
2393
2394 /* The above get_phys_cursor_geometry call set w->phys_cursor_width
2395 to the glyph width; replace with CURSOR_WIDTH for (V)BAR cursors. */
2396 if (cursor_type == BAR_CURSOR)
2397 {
2398 if (cursor_width < 1)
2399 cursor_width = max (FRAME_CURSOR_WIDTH (f), 1);
2400 w->phys_cursor_width = cursor_width;
2401 }
2402 /* If we have an HBAR, "cursor_width" MAY specify height. */
2403 else if (cursor_type == HBAR_CURSOR)
2404 {
2405 cursor_height = (cursor_width < 1) ? lrint (0.25 * h) : cursor_width;
2406 fy += h - cursor_height;
2407 h = cursor_height;
2408 }
2409
2410 r.origin.x = fx, r.origin.y = fy;
2411 r.size.height = h;
2412 r.size.width = w->phys_cursor_width;
2413
2414 /* TODO: only needed in rare cases with last-resort font in HELLO..
2415 should we do this more efficiently? */
2416 ns_clip_to_row (w, glyph_row, -1, NO); /* do ns_focus(f, &r, 1); if remove */
2417
2418
2419 face = FACE_FROM_ID (f, phys_cursor_glyph->face_id);
2420 if (face && NS_FACE_BACKGROUND (face)
2421 == ns_index_color (FRAME_CURSOR_COLOR (f), f))
2422 {
2423 [ns_lookup_indexed_color (NS_FACE_FOREGROUND (face), f) set];
2424 hollow_color = FRAME_CURSOR_COLOR (f);
2425 }
2426 else
2427 [FRAME_CURSOR_COLOR (f) set];
2428
2429 #ifdef NS_IMPL_COCOA
2430 /* TODO: This makes drawing of cursor plus that of phys_cursor_glyph
2431 atomic. Cleaner ways of doing this should be investigated.
2432 One way would be to set a global variable DRAWING_CURSOR
2433 when making the call to draw_phys..(), don't focus in that
2434 case, then move the ns_unfocus() here after that call. */
2435 NSDisableScreenUpdates ();
2436 #endif
2437
2438 switch (cursor_type)
2439 {
2440 case NO_CURSOR:
2441 break;
2442 case FILLED_BOX_CURSOR:
2443 NSRectFill (r);
2444 break;
2445 case HOLLOW_BOX_CURSOR:
2446 NSRectFill (r);
2447 [hollow_color set];
2448 NSRectFill (NSInsetRect (r, 1, 1));
2449 [FRAME_CURSOR_COLOR (f) set];
2450 break;
2451 case HBAR_CURSOR:
2452 NSRectFill (r);
2453 break;
2454 case BAR_CURSOR:
2455 s = r;
2456 /* If the character under cursor is R2L, draw the bar cursor
2457 on the right of its glyph, rather than on the left. */
2458 cursor_glyph = get_phys_cursor_glyph (w);
2459 if ((cursor_glyph->resolved_level & 1) != 0)
2460 s.origin.x += cursor_glyph->pixel_width - s.size.width;
2461
2462 NSRectFill (s);
2463 break;
2464 }
2465 ns_unfocus (f);
2466
2467 /* draw the character under the cursor */
2468 if (cursor_type != NO_CURSOR)
2469 draw_phys_cursor_glyph (w, glyph_row, DRAW_CURSOR);
2470
2471 #ifdef NS_IMPL_COCOA
2472 NSEnableScreenUpdates ();
2473 #endif
2474
2475 }
2476
2477
2478 static void
2479 ns_draw_vertical_window_border (struct window *w, int x, int y0, int y1)
2480 /* --------------------------------------------------------------------------
2481 External (RIF): Draw a vertical line.
2482 -------------------------------------------------------------------------- */
2483 {
2484 struct frame *f = XFRAME (WINDOW_FRAME (w));
2485 struct face *face;
2486 NSRect r = NSMakeRect (x, y0, 1, y1-y0);
2487
2488 NSTRACE (ns_draw_vertical_window_border);
2489
2490 face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
2491 if (face)
2492 [ns_lookup_indexed_color(face->foreground, f) set];
2493
2494 ns_focus (f, &r, 1);
2495 NSRectFill(r);
2496 ns_unfocus (f);
2497 }
2498
2499
2500 void
2501 show_hourglass (struct atimer *timer)
2502 {
2503 if (hourglass_shown_p)
2504 return;
2505
2506 block_input ();
2507
2508 /* TODO: add NSProgressIndicator to selected frame (see macfns.c) */
2509
2510 hourglass_shown_p = 1;
2511 unblock_input ();
2512 }
2513
2514
2515 void
2516 hide_hourglass (void)
2517 {
2518 if (!hourglass_shown_p)
2519 return;
2520
2521 block_input ();
2522
2523 /* TODO: remove NSProgressIndicator from all frames */
2524
2525 hourglass_shown_p = 0;
2526 unblock_input ();
2527 }
2528
2529
2530
2531 /* ==========================================================================
2532
2533 Glyph drawing operations
2534
2535 ========================================================================== */
2536
2537 static int
2538 ns_get_glyph_string_clip_rect (struct glyph_string *s, NativeRectangle *nr)
2539 /* --------------------------------------------------------------------------
2540 Wrapper utility to account for internal border width on full-width lines,
2541 and allow top full-width rows to hit the frame top. nr should be pointer
2542 to two successive NSRects. Number of rects actually used is returned.
2543 -------------------------------------------------------------------------- */
2544 {
2545 int n = get_glyph_string_clip_rects (s, nr, 2);
2546 return n;
2547 }
2548
2549 /* --------------------------------------------------------------------
2550 Draw a wavy line under glyph string s. The wave fills wave_height
2551 pixels from y.
2552
2553 x wave_length = 3
2554 --
2555 y * * * * *
2556 |* * * * * * * * *
2557 wave_height = 3 | * * * *
2558 --------------------------------------------------------------------- */
2559
2560 static void
2561 ns_draw_underwave (struct glyph_string *s, CGFloat width, CGFloat x)
2562 {
2563 int wave_height = 3, wave_length = 3;
2564 int y, dx, dy, odd, xmax;
2565 NSPoint a, b;
2566 NSRect waveClip;
2567
2568 dx = wave_length;
2569 dy = wave_height - 1;
2570 y = s->ybase + 1;
2571 xmax = x + width;
2572
2573 /* Find and set clipping rectangle */
2574 waveClip = NSMakeRect (x, y, width, wave_height);
2575 [[NSGraphicsContext currentContext] saveGraphicsState];
2576 NSRectClip (waveClip);
2577
2578 /* Draw the waves */
2579 a.x = x - ((int)(x) % dx);
2580 b.x = a.x + dx;
2581 odd = (int)(a.x/dx) % 2;
2582 a.y = b.y = y;
2583
2584 if (odd)
2585 a.y += dy;
2586 else
2587 b.y += dy;
2588
2589 while (a.x <= xmax)
2590 {
2591 [NSBezierPath strokeLineFromPoint:a toPoint:b];
2592 a.x = b.x, a.y = b.y;
2593 b.x += dx, b.y = y + odd*dy;
2594 odd = !odd;
2595 }
2596
2597 /* Restore previous clipping rectangle(s) */
2598 [[NSGraphicsContext currentContext] restoreGraphicsState];
2599 }
2600
2601
2602
2603 void
2604 ns_draw_text_decoration (struct glyph_string *s, struct face *face,
2605 NSColor *defaultCol, CGFloat width, CGFloat x)
2606 /* --------------------------------------------------------------------------
2607 Draw underline, overline, and strike-through on glyph string s.
2608 -------------------------------------------------------------------------- */
2609 {
2610 if (s->for_overlaps)
2611 return;
2612
2613 /* Do underline. */
2614 if (face->underline_p)
2615 {
2616 if (s->face->underline_type == FACE_UNDER_WAVE)
2617 {
2618 if (face->underline_defaulted_p)
2619 [defaultCol set];
2620 else
2621 [ns_lookup_indexed_color (face->underline_color, s->f) set];
2622
2623 ns_draw_underwave (s, width, x);
2624 }
2625 else if (s->face->underline_type == FACE_UNDER_LINE)
2626 {
2627
2628 NSRect r;
2629 unsigned long thickness, position;
2630
2631 /* If the prev was underlined, match its appearance. */
2632 if (s->prev && s->prev->face->underline_p
2633 && s->prev->underline_thickness > 0)
2634 {
2635 thickness = s->prev->underline_thickness;
2636 position = s->prev->underline_position;
2637 }
2638 else
2639 {
2640 struct font *font;
2641 unsigned long descent;
2642
2643 font=s->font;
2644 descent = s->y + s->height - s->ybase;
2645
2646 /* Use underline thickness of font, defaulting to 1. */
2647 thickness = (font && font->underline_thickness > 0)
2648 ? font->underline_thickness : 1;
2649
2650 /* Determine the offset of underlining from the baseline. */
2651 if (x_underline_at_descent_line)
2652 position = descent - thickness;
2653 else if (x_use_underline_position_properties
2654 && font && font->underline_position >= 0)
2655 position = font->underline_position;
2656 else if (font)
2657 position = lround (font->descent / 2);
2658 else
2659 position = underline_minimum_offset;
2660
2661 position = max (position, underline_minimum_offset);
2662
2663 /* Ensure underlining is not cropped. */
2664 if (descent <= position)
2665 {
2666 position = descent - 1;
2667 thickness = 1;
2668 }
2669 else if (descent < position + thickness)
2670 thickness = 1;
2671 }
2672
2673 s->underline_thickness = thickness;
2674 s->underline_position = position;
2675
2676 r = NSMakeRect (x, s->ybase + position, width, thickness);
2677
2678 if (face->underline_defaulted_p)
2679 [defaultCol set];
2680 else
2681 [ns_lookup_indexed_color (face->underline_color, s->f) set];
2682 NSRectFill (r);
2683 }
2684 }
2685 /* Do overline. We follow other terms in using a thickness of 1
2686 and ignoring overline_margin. */
2687 if (face->overline_p)
2688 {
2689 NSRect r;
2690 r = NSMakeRect (x, s->y, width, 1);
2691
2692 if (face->overline_color_defaulted_p)
2693 [defaultCol set];
2694 else
2695 [ns_lookup_indexed_color (face->overline_color, s->f) set];
2696 NSRectFill (r);
2697 }
2698
2699 /* Do strike-through. We follow other terms for thickness and
2700 vertical position.*/
2701 if (face->strike_through_p)
2702 {
2703 NSRect r;
2704 unsigned long dy;
2705
2706 dy = lrint ((s->height - 1) / 2);
2707 r = NSMakeRect (x, s->y + dy, width, 1);
2708
2709 if (face->strike_through_color_defaulted_p)
2710 [defaultCol set];
2711 else
2712 [ns_lookup_indexed_color (face->strike_through_color, s->f) set];
2713 NSRectFill (r);
2714 }
2715 }
2716
2717 static void
2718 ns_draw_box (NSRect r, float thickness, NSColor *col, char left_p, char right_p)
2719 /* --------------------------------------------------------------------------
2720 Draw an unfilled rect inside r, optionally leaving left and/or right open.
2721 Note we can't just use an NSDrawRect command, because of the possibility
2722 of some sides not being drawn, and because the rect will be filled.
2723 -------------------------------------------------------------------------- */
2724 {
2725 NSRect s = r;
2726 [col set];
2727
2728 /* top, bottom */
2729 s.size.height = thickness;
2730 NSRectFill (s);
2731 s.origin.y += r.size.height - thickness;
2732 NSRectFill (s);
2733
2734 s.size.height = r.size.height;
2735 s.origin.y = r.origin.y;
2736
2737 /* left, right (optional) */
2738 s.size.width = thickness;
2739 if (left_p)
2740 NSRectFill (s);
2741 if (right_p)
2742 {
2743 s.origin.x += r.size.width - thickness;
2744 NSRectFill (s);
2745 }
2746 }
2747
2748
2749 static void
2750 ns_draw_relief (NSRect r, int thickness, char raised_p,
2751 char top_p, char bottom_p, char left_p, char right_p,
2752 struct glyph_string *s)
2753 /* --------------------------------------------------------------------------
2754 Draw a relief rect inside r, optionally leaving some sides open.
2755 Note we can't just use an NSDrawBezel command, because of the possibility
2756 of some sides not being drawn, and because the rect will be filled.
2757 -------------------------------------------------------------------------- */
2758 {
2759 static NSColor *baseCol = nil, *lightCol = nil, *darkCol = nil;
2760 NSColor *newBaseCol = nil;
2761 NSRect sr = r;
2762
2763 NSTRACE (ns_draw_relief);
2764
2765 /* set up colors */
2766
2767 if (s->face->use_box_color_for_shadows_p)
2768 {
2769 newBaseCol = ns_lookup_indexed_color (s->face->box_color, s->f);
2770 }
2771 /* else if (s->first_glyph->type == IMAGE_GLYPH
2772 && s->img->pixmap
2773 && !IMAGE_BACKGROUND_TRANSPARENT (s->img, s->f, 0))
2774 {
2775 newBaseCol = IMAGE_BACKGROUND (s->img, s->f, 0);
2776 } */
2777 else
2778 {
2779 newBaseCol = ns_lookup_indexed_color (s->face->background, s->f);
2780 }
2781
2782 if (newBaseCol == nil)
2783 newBaseCol = [NSColor grayColor];
2784
2785 if (newBaseCol != baseCol) /* TODO: better check */
2786 {
2787 [baseCol release];
2788 baseCol = [newBaseCol retain];
2789 [lightCol release];
2790 lightCol = [[baseCol highlightWithLevel: 0.2] retain];
2791 [darkCol release];
2792 darkCol = [[baseCol shadowWithLevel: 0.3] retain];
2793 }
2794
2795 [(raised_p ? lightCol : darkCol) set];
2796
2797 /* TODO: mitering. Using NSBezierPath doesn't work because of color switch. */
2798
2799 /* top */
2800 sr.size.height = thickness;
2801 if (top_p) NSRectFill (sr);
2802
2803 /* left */
2804 sr.size.height = r.size.height;
2805 sr.size.width = thickness;
2806 if (left_p) NSRectFill (sr);
2807
2808 [(raised_p ? darkCol : lightCol) set];
2809
2810 /* bottom */
2811 sr.size.width = r.size.width;
2812 sr.size.height = thickness;
2813 sr.origin.y += r.size.height - thickness;
2814 if (bottom_p) NSRectFill (sr);
2815
2816 /* right */
2817 sr.size.height = r.size.height;
2818 sr.origin.y = r.origin.y;
2819 sr.size.width = thickness;
2820 sr.origin.x += r.size.width - thickness;
2821 if (right_p) NSRectFill (sr);
2822 }
2823
2824
2825 static void
2826 ns_dumpglyphs_box_or_relief (struct glyph_string *s)
2827 /* --------------------------------------------------------------------------
2828 Function modeled after x_draw_glyph_string_box ().
2829 Sets up parameters for drawing.
2830 -------------------------------------------------------------------------- */
2831 {
2832 int right_x, last_x;
2833 char left_p, right_p;
2834 struct glyph *last_glyph;
2835 NSRect r;
2836 int thickness;
2837 struct face *face;
2838
2839 if (s->hl == DRAW_MOUSE_FACE)
2840 {
2841 face = FACE_FROM_ID (s->f, MOUSE_HL_INFO (s->f)->mouse_face_face_id);
2842 if (!face)
2843 face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
2844 }
2845 else
2846 face = s->face;
2847
2848 thickness = face->box_line_width;
2849
2850 NSTRACE (ns_dumpglyphs_box_or_relief);
2851
2852 last_x = ((s->row->full_width_p && !s->w->pseudo_window_p)
2853 ? WINDOW_RIGHT_EDGE_X (s->w)
2854 : window_box_right (s->w, s->area));
2855 last_glyph = (s->cmp || s->img
2856 ? s->first_glyph : s->first_glyph + s->nchars-1);
2857
2858 right_x = ((s->row->full_width_p && s->extends_to_end_of_line_p
2859 ? last_x - 1 : min (last_x, s->x + s->background_width) - 1));
2860
2861 left_p = (s->first_glyph->left_box_line_p
2862 || (s->hl == DRAW_MOUSE_FACE
2863 && (s->prev == NULL || s->prev->hl != s->hl)));
2864 right_p = (last_glyph->right_box_line_p
2865 || (s->hl == DRAW_MOUSE_FACE
2866 && (s->next == NULL || s->next->hl != s->hl)));
2867
2868 r = NSMakeRect (s->x, s->y, right_x - s->x + 1, s->height);
2869
2870 /* TODO: Sometimes box_color is 0 and this seems wrong; should investigate. */
2871 if (s->face->box == FACE_SIMPLE_BOX && s->face->box_color)
2872 {
2873 ns_draw_box (r, abs (thickness),
2874 ns_lookup_indexed_color (face->box_color, s->f),
2875 left_p, right_p);
2876 }
2877 else
2878 {
2879 ns_draw_relief (r, abs (thickness), s->face->box == FACE_RAISED_BOX,
2880 1, 1, left_p, right_p, s);
2881 }
2882 }
2883
2884
2885 static void
2886 ns_maybe_dumpglyphs_background (struct glyph_string *s, char force_p)
2887 /* --------------------------------------------------------------------------
2888 Modeled after x_draw_glyph_string_background, which draws BG in
2889 certain cases. Others are left to the text rendering routine.
2890 -------------------------------------------------------------------------- */
2891 {
2892 NSTRACE (ns_maybe_dumpglyphs_background);
2893
2894 if (!s->background_filled_p/* || s->hl == DRAW_MOUSE_FACE*/)
2895 {
2896 int box_line_width = max (s->face->box_line_width, 0);
2897 if (FONT_HEIGHT (s->font) < s->height - 2 * box_line_width
2898 || s->font_not_found_p || s->extends_to_end_of_line_p || force_p)
2899 {
2900 struct face *face;
2901 if (s->hl == DRAW_MOUSE_FACE)
2902 {
2903 face = FACE_FROM_ID (s->f,
2904 MOUSE_HL_INFO (s->f)->mouse_face_face_id);
2905 if (!face)
2906 face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
2907 }
2908 else
2909 face = FACE_FROM_ID (s->f, s->first_glyph->face_id);
2910 if (!face->stipple)
2911 [(NS_FACE_BACKGROUND (face) != 0
2912 ? ns_lookup_indexed_color (NS_FACE_BACKGROUND (face), s->f)
2913 : FRAME_BACKGROUND_COLOR (s->f)) set];
2914 else
2915 {
2916 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (s->f);
2917 [[dpyinfo->bitmaps[face->stipple-1].img stippleMask] set];
2918 }
2919
2920 if (s->hl != DRAW_CURSOR)
2921 {
2922 NSRect r = NSMakeRect (s->x, s->y + box_line_width,
2923 s->background_width,
2924 s->height-2*box_line_width);
2925 NSRectFill (r);
2926 }
2927
2928 s->background_filled_p = 1;
2929 }
2930 }
2931 }
2932
2933
2934 static void
2935 ns_dumpglyphs_image (struct glyph_string *s, NSRect r)
2936 /* --------------------------------------------------------------------------
2937 Renders an image and associated borders.
2938 -------------------------------------------------------------------------- */
2939 {
2940 EmacsImage *img = s->img->pixmap;
2941 int box_line_vwidth = max (s->face->box_line_width, 0);
2942 int x = s->x, y = s->ybase - image_ascent (s->img, s->face, &s->slice);
2943 int bg_x, bg_y, bg_height;
2944 int th;
2945 char raised_p;
2946 NSRect br;
2947 struct face *face;
2948 NSColor *tdCol;
2949
2950 NSTRACE (ns_dumpglyphs_image);
2951
2952 if (s->face->box != FACE_NO_BOX
2953 && s->first_glyph->left_box_line_p && s->slice.x == 0)
2954 x += abs (s->face->box_line_width);
2955
2956 bg_x = x;
2957 bg_y = s->slice.y == 0 ? s->y : s->y + box_line_vwidth;
2958 bg_height = s->height;
2959 /* other terms have this, but was causing problems w/tabbar mode */
2960 /* - 2 * box_line_vwidth; */
2961
2962 if (s->slice.x == 0) x += s->img->hmargin;
2963 if (s->slice.y == 0) y += s->img->vmargin;
2964
2965 /* Draw BG: if we need larger area than image itself cleared, do that,
2966 otherwise, since we composite the image under NS (instead of mucking
2967 with its background color), we must clear just the image area. */
2968 if (s->hl == DRAW_MOUSE_FACE)
2969 {
2970 face = FACE_FROM_ID (s->f, MOUSE_HL_INFO (s->f)->mouse_face_face_id);
2971 if (!face)
2972 face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
2973 }
2974 else
2975 face = FACE_FROM_ID (s->f, s->first_glyph->face_id);
2976
2977 [ns_lookup_indexed_color (NS_FACE_BACKGROUND (face), s->f) set];
2978
2979 if (bg_height > s->slice.height || s->img->hmargin || s->img->vmargin
2980 || s->img->mask || s->img->pixmap == 0 || s->width != s->background_width)
2981 {
2982 br = NSMakeRect (bg_x, bg_y, s->background_width, bg_height);
2983 s->background_filled_p = 1;
2984 }
2985 else
2986 {
2987 br = NSMakeRect (x, y, s->slice.width, s->slice.height);
2988 }
2989
2990 NSRectFill (br);
2991
2992 /* Draw the image.. do we need to draw placeholder if img ==nil? */
2993 if (img != nil)
2994 {
2995 #if !defined (NS_IMPL_COCOA) || MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
2996 NSRect dr = NSMakeRect (x, y, s->slice.width, s->slice.height);
2997 NSRect ir = NSMakeRect (s->slice.x, s->slice.y,
2998 s->slice.width, s->slice.height);
2999 [img drawInRect: dr
3000 fromRect: ir
3001 operation: NSCompositeSourceOver
3002 fraction: 1.0
3003 respectFlipped: YES
3004 hints: nil];
3005 #else
3006 [img compositeToPoint: NSMakePoint (x, y + s->slice.height)
3007 operation: NSCompositeSourceOver];
3008 #endif
3009 }
3010
3011 if (s->hl == DRAW_CURSOR)
3012 {
3013 [FRAME_CURSOR_COLOR (s->f) set];
3014 if (s->w->phys_cursor_type == FILLED_BOX_CURSOR)
3015 tdCol = ns_lookup_indexed_color (NS_FACE_BACKGROUND (face), s->f);
3016 else
3017 /* Currently on NS img->mask is always 0. Since
3018 get_window_cursor_type specifies a hollow box cursor when on
3019 a non-masked image we never reach this clause. But we put it
3020 in in anticipation of better support for image masks on
3021 NS. */
3022 tdCol = ns_lookup_indexed_color (NS_FACE_FOREGROUND (face), s->f);
3023 }
3024 else
3025 {
3026 tdCol = ns_lookup_indexed_color (NS_FACE_FOREGROUND (face), s->f);
3027 }
3028
3029 /* Draw underline, overline, strike-through. */
3030 ns_draw_text_decoration (s, face, tdCol, br.size.width, br.origin.x);
3031
3032 /* Draw relief, if requested */
3033 if (s->img->relief || s->hl ==DRAW_IMAGE_RAISED || s->hl ==DRAW_IMAGE_SUNKEN)
3034 {
3035 if (s->hl == DRAW_IMAGE_SUNKEN || s->hl == DRAW_IMAGE_RAISED)
3036 {
3037 th = tool_bar_button_relief >= 0 ?
3038 tool_bar_button_relief : DEFAULT_TOOL_BAR_BUTTON_RELIEF;
3039 raised_p = (s->hl == DRAW_IMAGE_RAISED);
3040 }
3041 else
3042 {
3043 th = abs (s->img->relief);
3044 raised_p = (s->img->relief > 0);
3045 }
3046
3047 r.origin.x = x - th;
3048 r.origin.y = y - th;
3049 r.size.width = s->slice.width + 2*th-1;
3050 r.size.height = s->slice.height + 2*th-1;
3051 ns_draw_relief (r, th, raised_p,
3052 s->slice.y == 0,
3053 s->slice.y + s->slice.height == s->img->height,
3054 s->slice.x == 0,
3055 s->slice.x + s->slice.width == s->img->width, s);
3056 }
3057
3058 /* If there is no mask, the background won't be seen,
3059 so draw a rectangle on the image for the cursor.
3060 Do this for all images, getting transparency right is not reliable. */
3061 if (s->hl == DRAW_CURSOR)
3062 {
3063 int thickness = abs (s->img->relief);
3064 if (thickness == 0) thickness = 1;
3065 ns_draw_box (br, thickness, FRAME_CURSOR_COLOR (s->f), 1, 1);
3066 }
3067 }
3068
3069
3070 static void
3071 ns_dumpglyphs_stretch (struct glyph_string *s)
3072 {
3073 NSRect r[2];
3074 int n, i;
3075 struct face *face;
3076 NSColor *fgCol, *bgCol;
3077
3078 if (!s->background_filled_p)
3079 {
3080 n = ns_get_glyph_string_clip_rect (s, r);
3081 *r = NSMakeRect (s->x, s->y, s->background_width, s->height);
3082
3083 ns_focus (s->f, r, n);
3084
3085 if (s->hl == DRAW_MOUSE_FACE)
3086 {
3087 face = FACE_FROM_ID (s->f, MOUSE_HL_INFO (s->f)->mouse_face_face_id);
3088 if (!face)
3089 face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
3090 }
3091 else
3092 face = FACE_FROM_ID (s->f, s->first_glyph->face_id);
3093
3094 bgCol = ns_lookup_indexed_color (NS_FACE_BACKGROUND (face), s->f);
3095 fgCol = ns_lookup_indexed_color (NS_FACE_FOREGROUND (face), s->f);
3096
3097 for (i = 0; i < n; ++i)
3098 {
3099 if (!s->row->full_width_p)
3100 {
3101 int overrun, leftoverrun;
3102
3103 /* truncate to avoid overwriting fringe and/or scrollbar */
3104 overrun = max (0, (s->x + s->background_width)
3105 - (WINDOW_BOX_RIGHT_EDGE_X (s->w)
3106 - WINDOW_RIGHT_FRINGE_WIDTH (s->w)));
3107 r[i].size.width -= overrun;
3108
3109 /* truncate to avoid overwriting to left of the window box */
3110 leftoverrun = (WINDOW_BOX_LEFT_EDGE_X (s->w)
3111 + WINDOW_LEFT_FRINGE_WIDTH (s->w)) - s->x;
3112
3113 if (leftoverrun > 0)
3114 {
3115 r[i].origin.x += leftoverrun;
3116 r[i].size.width -= leftoverrun;
3117 }
3118
3119 /* XXX: Try to work between problem where a stretch glyph on
3120 a partially-visible bottom row will clear part of the
3121 modeline, and another where list-buffers headers and similar
3122 rows erroneously have visible_height set to 0. Not sure
3123 where this is coming from as other terms seem not to show. */
3124 r[i].size.height = min (s->height, s->row->visible_height);
3125 }
3126
3127 [bgCol set];
3128
3129 /* NOTE: under NS this is NOT used to draw cursors, but we must avoid
3130 overwriting cursor (usually when cursor on a tab) */
3131 if (s->hl == DRAW_CURSOR)
3132 {
3133 CGFloat x, width;
3134
3135 x = r[i].origin.x;
3136 width = s->w->phys_cursor_width;
3137 r[i].size.width -= width;
3138 r[i].origin.x += width;
3139
3140 NSRectFill (r[i]);
3141
3142 /* Draw overlining, etc. on the cursor. */
3143 if (s->w->phys_cursor_type == FILLED_BOX_CURSOR)
3144 ns_draw_text_decoration (s, face, bgCol, width, x);
3145 else
3146 ns_draw_text_decoration (s, face, fgCol, width, x);
3147 }
3148 else
3149 {
3150 NSRectFill (r[i]);
3151 }
3152
3153 /* Draw overlining, etc. on the stretch glyph (or the part
3154 of the stretch glyph after the cursor). */
3155 ns_draw_text_decoration (s, face, fgCol, r[i].size.width,
3156 r[i].origin.x);
3157 }
3158 ns_unfocus (s->f);
3159 s->background_filled_p = 1;
3160 }
3161 }
3162
3163
3164 static void
3165 ns_draw_glyph_string (struct glyph_string *s)
3166 /* --------------------------------------------------------------------------
3167 External (RIF): Main draw-text call.
3168 -------------------------------------------------------------------------- */
3169 {
3170 /* TODO (optimize): focus for box and contents draw */
3171 NSRect r[2];
3172 int n;
3173 char box_drawn_p = 0;
3174
3175 NSTRACE (ns_draw_glyph_string);
3176
3177 if (s->next && s->right_overhang && !s->for_overlaps/*&&s->hl!=DRAW_CURSOR*/)
3178 {
3179 int width;
3180 struct glyph_string *next;
3181
3182 for (width = 0, next = s->next;
3183 next && width < s->right_overhang;
3184 width += next->width, next = next->next)
3185 if (next->first_glyph->type != IMAGE_GLYPH)
3186 {
3187 if (next->first_glyph->type != STRETCH_GLYPH)
3188 {
3189 n = ns_get_glyph_string_clip_rect (s->next, r);
3190 ns_focus (s->f, r, n);
3191 ns_maybe_dumpglyphs_background (s->next, 1);
3192 ns_unfocus (s->f);
3193 }
3194 else
3195 {
3196 ns_dumpglyphs_stretch (s->next);
3197 }
3198 next->num_clips = 0;
3199 }
3200 }
3201
3202 if (!s->for_overlaps && s->face->box != FACE_NO_BOX
3203 && (s->first_glyph->type == CHAR_GLYPH
3204 || s->first_glyph->type == COMPOSITE_GLYPH))
3205 {
3206 n = ns_get_glyph_string_clip_rect (s, r);
3207 ns_focus (s->f, r, n);
3208 ns_maybe_dumpglyphs_background (s, 1);
3209 ns_dumpglyphs_box_or_relief (s);
3210 ns_unfocus (s->f);
3211 box_drawn_p = 1;
3212 }
3213
3214 switch (s->first_glyph->type)
3215 {
3216
3217 case IMAGE_GLYPH:
3218 n = ns_get_glyph_string_clip_rect (s, r);
3219 ns_focus (s->f, r, n);
3220 ns_dumpglyphs_image (s, r[0]);
3221 ns_unfocus (s->f);
3222 break;
3223
3224 case STRETCH_GLYPH:
3225 ns_dumpglyphs_stretch (s);
3226 break;
3227
3228 case CHAR_GLYPH:
3229 case COMPOSITE_GLYPH:
3230 n = ns_get_glyph_string_clip_rect (s, r);
3231 ns_focus (s->f, r, n);
3232
3233 if (s->for_overlaps || (s->cmp_from > 0
3234 && ! s->first_glyph->u.cmp.automatic))
3235 s->background_filled_p = 1;
3236 else
3237 ns_maybe_dumpglyphs_background
3238 (s, s->first_glyph->type == COMPOSITE_GLYPH);
3239
3240 ns_tmp_flags = s->hl == DRAW_CURSOR ? NS_DUMPGLYPH_CURSOR :
3241 (s->hl == DRAW_MOUSE_FACE ? NS_DUMPGLYPH_MOUSEFACE :
3242 (s->for_overlaps ? NS_DUMPGLYPH_FOREGROUND :
3243 NS_DUMPGLYPH_NORMAL));
3244 ns_tmp_font = (struct nsfont_info *)s->face->font;
3245 if (ns_tmp_font == NULL)
3246 ns_tmp_font = (struct nsfont_info *)FRAME_FONT (s->f);
3247
3248 if (s->hl == DRAW_CURSOR && s->w->phys_cursor_type == FILLED_BOX_CURSOR)
3249 {
3250 unsigned long tmp = NS_FACE_BACKGROUND (s->face);
3251 NS_FACE_BACKGROUND (s->face) = NS_FACE_FOREGROUND (s->face);
3252 NS_FACE_FOREGROUND (s->face) = tmp;
3253 }
3254
3255 ns_tmp_font->font.driver->draw
3256 (s, 0, s->nchars, s->x, s->y,
3257 (ns_tmp_flags == NS_DUMPGLYPH_NORMAL && !s->background_filled_p)
3258 || ns_tmp_flags == NS_DUMPGLYPH_MOUSEFACE);
3259
3260 if (s->hl == DRAW_CURSOR && s->w->phys_cursor_type == FILLED_BOX_CURSOR)
3261 {
3262 unsigned long tmp = NS_FACE_BACKGROUND (s->face);
3263 NS_FACE_BACKGROUND (s->face) = NS_FACE_FOREGROUND (s->face);
3264 NS_FACE_FOREGROUND (s->face) = tmp;
3265 }
3266
3267 ns_unfocus (s->f);
3268 break;
3269
3270 case GLYPHLESS_GLYPH:
3271 n = ns_get_glyph_string_clip_rect (s, r);
3272 ns_focus (s->f, r, n);
3273
3274 if (s->for_overlaps || (s->cmp_from > 0
3275 && ! s->first_glyph->u.cmp.automatic))
3276 s->background_filled_p = 1;
3277 else
3278 ns_maybe_dumpglyphs_background
3279 (s, s->first_glyph->type == COMPOSITE_GLYPH);
3280 /* ... */
3281 /* Not yet implemented. */
3282 /* ... */
3283 ns_unfocus (s->f);
3284 break;
3285
3286 default:
3287 emacs_abort ();
3288 }
3289
3290 /* Draw box if not done already. */
3291 if (!s->for_overlaps && !box_drawn_p && s->face->box != FACE_NO_BOX)
3292 {
3293 n = ns_get_glyph_string_clip_rect (s, r);
3294 ns_focus (s->f, r, n);
3295 ns_dumpglyphs_box_or_relief (s);
3296 ns_unfocus (s->f);
3297 }
3298
3299 s->num_clips = 0;
3300 }
3301
3302
3303
3304 /* ==========================================================================
3305
3306 Event loop
3307
3308 ========================================================================== */
3309
3310
3311 static void
3312 ns_send_appdefined (int value)
3313 /* --------------------------------------------------------------------------
3314 Internal: post an appdefined event which EmacsApp-sendEvent will
3315 recognize and take as a command to halt the event loop.
3316 -------------------------------------------------------------------------- */
3317 {
3318 /*NSTRACE (ns_send_appdefined); */
3319
3320 /* Only post this event if we haven't already posted one. This will end
3321 the [NXApp run] main loop after having processed all events queued at
3322 this moment. */
3323 if (send_appdefined)
3324 {
3325 NSEvent *nxev;
3326
3327 /* We only need one NX_APPDEFINED event to stop NXApp from running. */
3328 send_appdefined = NO;
3329
3330 /* Don't need wakeup timer any more */
3331 if (timed_entry)
3332 {
3333 [timed_entry invalidate];
3334 [timed_entry release];
3335 timed_entry = nil;
3336 }
3337
3338 nxev = [NSEvent otherEventWithType: NSApplicationDefined
3339 location: NSMakePoint (0, 0)
3340 modifierFlags: 0
3341 timestamp: 0
3342 windowNumber: [[NSApp mainWindow] windowNumber]
3343 context: [NSApp context]
3344 subtype: 0
3345 data1: value
3346 data2: 0];
3347
3348 /* Post an application defined event on the event queue. When this is
3349 received the [NXApp run] will return, thus having processed all
3350 events which are currently queued. */
3351 [NSApp postEvent: nxev atStart: NO];
3352 }
3353 }
3354
3355 static int
3356 ns_read_socket (struct terminal *terminal, struct input_event *hold_quit)
3357 /* --------------------------------------------------------------------------
3358 External (hook): Post an event to ourself and keep reading events until
3359 we read it back again. In effect process all events which were waiting.
3360 From 21+ we have to manage the event buffer ourselves.
3361 -------------------------------------------------------------------------- */
3362 {
3363 struct input_event ev;
3364 int nevents;
3365
3366 /* NSTRACE (ns_read_socket); */
3367
3368 if ([NSApp modalWindow] != nil)
3369 return -1;
3370
3371 if (hold_event_q.nr > 0)
3372 {
3373 int i;
3374 for (i = 0; i < hold_event_q.nr; ++i)
3375 kbd_buffer_store_event_hold (&hold_event_q.q[i], hold_quit);
3376 hold_event_q.nr = 0;
3377 return i;
3378 }
3379
3380 block_input ();
3381 n_emacs_events_pending = 0;
3382 EVENT_INIT (ev);
3383 emacs_event = &ev;
3384 q_event_ptr = hold_quit;
3385
3386 /* we manage autorelease pools by allocate/reallocate each time around
3387 the loop; strict nesting is occasionally violated but seems not to
3388 matter.. earlier methods using full nesting caused major memory leaks */
3389 [outerpool release];
3390 outerpool = [[NSAutoreleasePool alloc] init];
3391
3392 /* If have pending open-file requests, attend to the next one of those. */
3393 if (ns_pending_files && [ns_pending_files count] != 0
3394 && [(EmacsApp *)NSApp openFile: [ns_pending_files objectAtIndex: 0]])
3395 {
3396 [ns_pending_files removeObjectAtIndex: 0];
3397 }
3398 /* Deal with pending service requests. */
3399 else if (ns_pending_service_names && [ns_pending_service_names count] != 0
3400 && [(EmacsApp *)
3401 NSApp fulfillService: [ns_pending_service_names objectAtIndex: 0]
3402 withArg: [ns_pending_service_args objectAtIndex: 0]])
3403 {
3404 [ns_pending_service_names removeObjectAtIndex: 0];
3405 [ns_pending_service_args removeObjectAtIndex: 0];
3406 }
3407 else
3408 {
3409 /* Run and wait for events. We must always send one NX_APPDEFINED event
3410 to ourself, otherwise [NXApp run] will never exit. */
3411 send_appdefined = YES;
3412 ns_send_appdefined (-1);
3413
3414 if (++apploopnr != 1)
3415 {
3416 emacs_abort ();
3417 }
3418 [NSApp run];
3419 --apploopnr;
3420 }
3421
3422 nevents = n_emacs_events_pending;
3423 n_emacs_events_pending = 0;
3424 emacs_event = q_event_ptr = NULL;
3425 unblock_input ();
3426
3427 return nevents;
3428 }
3429
3430
3431 int
3432 ns_select (int nfds, fd_set *readfds, fd_set *writefds,
3433 fd_set *exceptfds, EMACS_TIME *timeout, sigset_t *sigmask)
3434 /* --------------------------------------------------------------------------
3435 Replacement for select, checking for events
3436 -------------------------------------------------------------------------- */
3437 {
3438 int result;
3439 NSEvent *ev;
3440 int k, nr = 0;
3441 struct input_event event;
3442 char c;
3443
3444 /* NSTRACE (ns_select); */
3445
3446 for (k = 0; readfds && k < nfds+1; k++)
3447 if (FD_ISSET(k, readfds)) ++nr;
3448
3449 if (NSApp == nil
3450 || (timeout && timeout->tv_sec == 0 && timeout->tv_nsec == 0))
3451 return pselect (nfds, readfds, writefds, exceptfds, timeout, sigmask);
3452
3453 [outerpool release];
3454 outerpool = [[NSAutoreleasePool alloc] init];
3455
3456
3457 send_appdefined = YES;
3458 if (nr > 0)
3459 {
3460 pthread_mutex_lock (&select_mutex);
3461 select_nfds = nfds;
3462 select_valid = 0;
3463 if (readfds)
3464 {
3465 select_readfds = *readfds;
3466 select_valid += SELECT_HAVE_READ;
3467 }
3468 if (writefds)
3469 {
3470 select_writefds = *writefds;
3471 select_valid += SELECT_HAVE_WRITE;
3472 }
3473
3474 if (timeout)
3475 {
3476 select_timeout = *timeout;
3477 select_valid += SELECT_HAVE_TMO;
3478 }
3479
3480 pthread_mutex_unlock (&select_mutex);
3481
3482 /* Inform fd_handler that select should be called */
3483 c = 'g';
3484 write (selfds[1], &c, 1);
3485 }
3486 else if (nr == 0 && timeout)
3487 {
3488 /* No file descriptor, just a timeout, no need to wake fd_handler */
3489 double time = EMACS_TIME_TO_DOUBLE (*timeout);
3490 timed_entry = [[NSTimer scheduledTimerWithTimeInterval: time
3491 target: NSApp
3492 selector:
3493 @selector (timeout_handler:)
3494 userInfo: 0
3495 repeats: NO]
3496 retain];
3497 }
3498 else /* No timeout and no file descriptors, can this happen? */
3499 {
3500 /* Send appdefined so we exit from the loop */
3501 ns_send_appdefined (-1);
3502 }
3503
3504 EVENT_INIT (event);
3505 block_input ();
3506 emacs_event = &event;
3507 if (++apploopnr != 1)
3508 {
3509 emacs_abort ();
3510 }
3511 [NSApp run];
3512 --apploopnr;
3513 emacs_event = NULL;
3514 if (nr > 0 && readfds)
3515 {
3516 c = 's';
3517 write (selfds[1], &c, 1);
3518 }
3519 unblock_input ();
3520
3521 ev = last_appdefined_event;
3522
3523 if (ev)
3524 {
3525 int t;
3526 if ([ev type] != NSApplicationDefined)
3527 emacs_abort ();
3528
3529 t = [ev data1];
3530 last_appdefined_event = 0;
3531
3532 if (t == -2)
3533 {
3534 /* The NX_APPDEFINED event we received was a timeout. */
3535 result = 0;
3536 }
3537 else if (t == -1)
3538 {
3539 /* The NX_APPDEFINED event we received was the result of
3540 at least one real input event arriving. */
3541 errno = EINTR;
3542 result = -1;
3543 }
3544 else
3545 {
3546 /* Received back from select () in fd_handler; copy the results */
3547 pthread_mutex_lock (&select_mutex);
3548 if (readfds) *readfds = select_readfds;
3549 if (writefds) *writefds = select_writefds;
3550 if (timeout) *timeout = select_timeout;
3551 pthread_mutex_unlock (&select_mutex);
3552 result = t;
3553 }
3554 }
3555
3556 return result;
3557 }
3558
3559
3560
3561 /* ==========================================================================
3562
3563 Scrollbar handling
3564
3565 ========================================================================== */
3566
3567
3568 static void
3569 ns_set_vertical_scroll_bar (struct window *window,
3570 int portion, int whole, int position)
3571 /* --------------------------------------------------------------------------
3572 External (hook): Update or add scrollbar
3573 -------------------------------------------------------------------------- */
3574 {
3575 Lisp_Object win;
3576 NSRect r, v;
3577 struct frame *f = XFRAME (WINDOW_FRAME (window));
3578 EmacsView *view = FRAME_NS_VIEW (f);
3579 int window_y, window_height;
3580 int top, left, height, width, sb_width, sb_left;
3581 EmacsScroller *bar;
3582 BOOL fringe_extended_p;
3583
3584 /* optimization; display engine sends WAY too many of these.. */
3585 if (!NILP (window->vertical_scroll_bar))
3586 {
3587 bar = XNS_SCROLL_BAR (window->vertical_scroll_bar);
3588 if ([bar checkSamePosition: position portion: portion whole: whole])
3589 {
3590 if (view->scrollbarsNeedingUpdate == 0)
3591 {
3592 if (!windows_or_buffers_changed)
3593 return;
3594 }
3595 else
3596 view->scrollbarsNeedingUpdate--;
3597 }
3598 }
3599
3600 NSTRACE (ns_set_vertical_scroll_bar);
3601
3602 /* Get dimensions. */
3603 window_box (window, -1, 0, &window_y, 0, &window_height);
3604 top = window_y;
3605 height = window_height;
3606 width = WINDOW_CONFIG_SCROLL_BAR_COLS (window) * FRAME_COLUMN_WIDTH (f);
3607 left = WINDOW_SCROLL_BAR_AREA_X (window);
3608
3609 /* allow for displaying a skinnier scrollbar than char area allotted */
3610 sb_width = (WINDOW_CONFIG_SCROLL_BAR_WIDTH (window) > 0) ?
3611 WINDOW_CONFIG_SCROLL_BAR_WIDTH (window) : width;
3612 sb_left = left;
3613
3614 r = NSMakeRect (sb_left, top, sb_width, height);
3615 /* the parent view is flipped, so we need to flip y value */
3616 v = [view frame];
3617 r.origin.y = (v.size.height - r.size.height - r.origin.y);
3618
3619 if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (window))
3620 fringe_extended_p = (WINDOW_LEFTMOST_P (window)
3621 && WINDOW_LEFT_FRINGE_WIDTH (window)
3622 && (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (window)
3623 || WINDOW_LEFT_MARGIN_COLS (window) == 0));
3624 else
3625 fringe_extended_p = (WINDOW_RIGHTMOST_P (window)
3626 && WINDOW_RIGHT_FRINGE_WIDTH (window)
3627 && (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (window)
3628 || WINDOW_RIGHT_MARGIN_COLS (window) == 0));
3629
3630 XSETWINDOW (win, window);
3631 block_input ();
3632
3633 /* we want at least 5 lines to display a scrollbar */
3634 if (WINDOW_TOTAL_LINES (window) < 5)
3635 {
3636 if (!NILP (window->vertical_scroll_bar))
3637 {
3638 bar = XNS_SCROLL_BAR (window->vertical_scroll_bar);
3639 [bar removeFromSuperview];
3640 wset_vertical_scroll_bar (window, Qnil);
3641 }
3642 ns_clear_frame_area (f, sb_left, top, width, height);
3643 unblock_input ();
3644 return;
3645 }
3646
3647 if (NILP (window->vertical_scroll_bar))
3648 {
3649 if (width > 0 && height > 0)
3650 {
3651 if (fringe_extended_p)
3652 ns_clear_frame_area (f, sb_left, top, sb_width, height);
3653 else
3654 ns_clear_frame_area (f, left, top, width, height);
3655 }
3656
3657 bar = [[EmacsScroller alloc] initFrame: r window: win];
3658 wset_vertical_scroll_bar (window, make_save_value (bar, 0));
3659 }
3660 else
3661 {
3662 NSRect oldRect;
3663 bar = XNS_SCROLL_BAR (window->vertical_scroll_bar);
3664 oldRect = [bar frame];
3665 r.size.width = oldRect.size.width;
3666 if (FRAME_LIVE_P (f) && !NSEqualRects (oldRect, r))
3667 {
3668 if (oldRect.origin.x != r.origin.x)
3669 ns_clear_frame_area (f, sb_left, top, width, height);
3670 [bar setFrame: r];
3671 }
3672 }
3673
3674 [bar setPosition: position portion: portion whole: whole];
3675 unblock_input ();
3676 }
3677
3678
3679 static void
3680 ns_condemn_scroll_bars (struct frame *f)
3681 /* --------------------------------------------------------------------------
3682 External (hook): arrange for all frame's scrollbars to be removed
3683 at next call to judge_scroll_bars, except for those redeemed.
3684 -------------------------------------------------------------------------- */
3685 {
3686 int i;
3687 id view;
3688 NSArray *subviews = [[FRAME_NS_VIEW (f) superview] subviews];
3689
3690 NSTRACE (ns_condemn_scroll_bars);
3691
3692 for (i =[subviews count]-1; i >= 0; i--)
3693 {
3694 view = [subviews objectAtIndex: i];
3695 if ([view isKindOfClass: [EmacsScroller class]])
3696 [view condemn];
3697 }
3698 }
3699
3700
3701 static void
3702 ns_redeem_scroll_bar (struct window *window)
3703 /* --------------------------------------------------------------------------
3704 External (hook): arrange to spare this window's scrollbar
3705 at next call to judge_scroll_bars.
3706 -------------------------------------------------------------------------- */
3707 {
3708 id bar;
3709 NSTRACE (ns_redeem_scroll_bar);
3710 if (!NILP (window->vertical_scroll_bar))
3711 {
3712 bar = XNS_SCROLL_BAR (window->vertical_scroll_bar);
3713 [bar reprieve];
3714 }
3715 }
3716
3717
3718 static void
3719 ns_judge_scroll_bars (struct frame *f)
3720 /* --------------------------------------------------------------------------
3721 External (hook): destroy all scrollbars on frame that weren't
3722 redeemed after call to condemn_scroll_bars.
3723 -------------------------------------------------------------------------- */
3724 {
3725 int i;
3726 id view;
3727 EmacsView *eview = FRAME_NS_VIEW (f);
3728 NSArray *subviews = [[eview superview] subviews];
3729 BOOL removed = NO;
3730
3731 NSTRACE (ns_judge_scroll_bars);
3732 for (i = [subviews count]-1; i >= 0; --i)
3733 {
3734 view = [subviews objectAtIndex: i];
3735 if (![view isKindOfClass: [EmacsScroller class]]) continue;
3736 [view judge];
3737 removed = YES;
3738 }
3739
3740 if (removed)
3741 [eview updateFrameSize: NO];
3742 }
3743
3744
3745 void
3746 x_wm_set_icon_position (struct frame *f, int icon_x, int icon_y)
3747 {
3748 /* XXX irrelevant under NS */
3749 }
3750
3751
3752
3753 /* ==========================================================================
3754
3755 Initialization
3756
3757 ========================================================================== */
3758
3759 int
3760 x_display_pixel_height (struct ns_display_info *dpyinfo)
3761 {
3762 NSScreen *screen = [NSScreen mainScreen];
3763 return [screen frame].size.height;
3764 }
3765
3766 int
3767 x_display_pixel_width (struct ns_display_info *dpyinfo)
3768 {
3769 NSScreen *screen = [NSScreen mainScreen];
3770 return [screen frame].size.width;
3771 }
3772
3773
3774 static Lisp_Object ns_string_to_lispmod (const char *s)
3775 /* --------------------------------------------------------------------------
3776 Convert modifier name to lisp symbol
3777 -------------------------------------------------------------------------- */
3778 {
3779 if (!strncmp (SSDATA (SYMBOL_NAME (Qmeta)), s, 10))
3780 return Qmeta;
3781 else if (!strncmp (SSDATA (SYMBOL_NAME (Qsuper)), s, 10))
3782 return Qsuper;
3783 else if (!strncmp (SSDATA (SYMBOL_NAME (Qcontrol)), s, 10))
3784 return Qcontrol;
3785 else if (!strncmp (SSDATA (SYMBOL_NAME (Qalt)), s, 10))
3786 return Qalt;
3787 else if (!strncmp (SSDATA (SYMBOL_NAME (Qhyper)), s, 10))
3788 return Qhyper;
3789 else if (!strncmp (SSDATA (SYMBOL_NAME (Qnone)), s, 10))
3790 return Qnone;
3791 else
3792 return Qnil;
3793 }
3794
3795
3796 static void
3797 ns_default (const char *parameter, Lisp_Object *result,
3798 Lisp_Object yesval, Lisp_Object noval,
3799 BOOL is_float, BOOL is_modstring)
3800 /* --------------------------------------------------------------------------
3801 Check a parameter value in user's preferences
3802 -------------------------------------------------------------------------- */
3803 {
3804 const char *value = ns_get_defaults_value (parameter);
3805
3806 if (value)
3807 {
3808 double f;
3809 char *pos;
3810 if (c_strcasecmp (value, "YES") == 0)
3811 *result = yesval;
3812 else if (c_strcasecmp (value, "NO") == 0)
3813 *result = noval;
3814 else if (is_float && (f = strtod (value, &pos), pos != value))
3815 *result = make_float (f);
3816 else if (is_modstring && value)
3817 *result = ns_string_to_lispmod (value);
3818 else fprintf (stderr,
3819 "Bad value for default \"%s\": \"%s\"\n", parameter, value);
3820 }
3821 }
3822
3823
3824 static void
3825 ns_initialize_display_info (struct ns_display_info *dpyinfo)
3826 /* --------------------------------------------------------------------------
3827 Initialize global info and storage for display.
3828 -------------------------------------------------------------------------- */
3829 {
3830 NSScreen *screen = [NSScreen mainScreen];
3831 NSWindowDepth depth = [screen depth];
3832 Mouse_HLInfo *hlinfo = &dpyinfo->mouse_highlight;
3833
3834 dpyinfo->resx = 72.27; /* used 75.0, but this makes pt == pixel, expected */
3835 dpyinfo->resy = 72.27;
3836 dpyinfo->color_p = ![NSDeviceWhiteColorSpace isEqualToString:
3837 NSColorSpaceFromDepth (depth)]
3838 && ![NSCalibratedWhiteColorSpace isEqualToString:
3839 NSColorSpaceFromDepth (depth)];
3840 dpyinfo->n_planes = NSBitsPerPixelFromDepth (depth);
3841 dpyinfo->image_cache = make_image_cache ();
3842 dpyinfo->color_table = xmalloc (sizeof *dpyinfo->color_table);
3843 dpyinfo->color_table->colors = NULL;
3844 dpyinfo->root_window = 42; /* a placeholder.. */
3845
3846 hlinfo->mouse_face_mouse_frame = NULL;
3847 hlinfo->mouse_face_deferred_gc = 0;
3848 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1;
3849 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1;
3850 hlinfo->mouse_face_face_id = DEFAULT_FACE_ID;
3851 hlinfo->mouse_face_window = hlinfo->mouse_face_overlay = Qnil;
3852 hlinfo->mouse_face_hidden = 0;
3853
3854 hlinfo->mouse_face_mouse_x = hlinfo->mouse_face_mouse_y = 0;
3855 hlinfo->mouse_face_defer = 0;
3856
3857 dpyinfo->x_highlight_frame = dpyinfo->x_focus_frame = NULL;
3858
3859 dpyinfo->n_fonts = 0;
3860 dpyinfo->smallest_font_height = 1;
3861 dpyinfo->smallest_char_width = 1;
3862 }
3863
3864
3865 /* This and next define (many of the) public functions in this file. */
3866 /* x_... are generic versions in xdisp.c that we, and other terms, get away
3867 with using despite presence in the "system dependent" redisplay
3868 interface. In addition, many of the ns_ methods have code that is
3869 shared with all terms, indicating need for further refactoring. */
3870 extern frame_parm_handler ns_frame_parm_handlers[];
3871 static struct redisplay_interface ns_redisplay_interface =
3872 {
3873 ns_frame_parm_handlers,
3874 x_produce_glyphs,
3875 x_write_glyphs,
3876 x_insert_glyphs,
3877 x_clear_end_of_line,
3878 ns_scroll_run,
3879 ns_after_update_window_line,
3880 ns_update_window_begin,
3881 ns_update_window_end,
3882 x_cursor_to,
3883 ns_flush,
3884 0, /* flush_display_optional */
3885 x_clear_window_mouse_face,
3886 x_get_glyph_overhangs,
3887 x_fix_overlapping_area,
3888 ns_draw_fringe_bitmap,
3889 0, /* define_fringe_bitmap */ /* FIXME: simplify ns_draw_fringe_bitmap */
3890 0, /* destroy_fringe_bitmap */
3891 ns_compute_glyph_string_overhangs,
3892 ns_draw_glyph_string, /* interface to nsfont.m */
3893 ns_define_frame_cursor,
3894 ns_clear_frame_area,
3895 ns_draw_window_cursor,
3896 ns_draw_vertical_window_border,
3897 ns_shift_glyphs_for_insert
3898 };
3899
3900
3901 static void
3902 ns_delete_display (struct ns_display_info *dpyinfo)
3903 {
3904 /* TODO... */
3905 }
3906
3907
3908 /* This function is called when the last frame on a display is deleted. */
3909 static void
3910 ns_delete_terminal (struct terminal *terminal)
3911 {
3912 struct ns_display_info *dpyinfo = terminal->display_info.ns;
3913
3914 /* Protect against recursive calls. delete_frame in
3915 delete_terminal calls us back when it deletes our last frame. */
3916 if (!terminal->name)
3917 return;
3918
3919 block_input ();
3920
3921 x_destroy_all_bitmaps (dpyinfo);
3922 ns_delete_display (dpyinfo);
3923 unblock_input ();
3924 }
3925
3926
3927 static struct terminal *
3928 ns_create_terminal (struct ns_display_info *dpyinfo)
3929 /* --------------------------------------------------------------------------
3930 Set up use of NS before we make the first connection.
3931 -------------------------------------------------------------------------- */
3932 {
3933 struct terminal *terminal;
3934
3935 NSTRACE (ns_create_terminal);
3936
3937 terminal = create_terminal ();
3938
3939 terminal->type = output_ns;
3940 terminal->display_info.ns = dpyinfo;
3941 dpyinfo->terminal = terminal;
3942
3943 terminal->rif = &ns_redisplay_interface;
3944
3945 terminal->clear_frame_hook = ns_clear_frame;
3946 terminal->ins_del_lines_hook = 0; /* XXX vestigial? */
3947 terminal->delete_glyphs_hook = 0; /* XXX vestigial? */
3948 terminal->ring_bell_hook = ns_ring_bell;
3949 terminal->reset_terminal_modes_hook = ns_reset_terminal_modes;
3950 terminal->set_terminal_modes_hook = ns_set_terminal_modes;
3951 terminal->update_begin_hook = ns_update_begin;
3952 terminal->update_end_hook = ns_update_end;
3953 terminal->set_terminal_window_hook = NULL; /* XXX vestigial? */
3954 terminal->read_socket_hook = ns_read_socket;
3955 terminal->frame_up_to_date_hook = ns_frame_up_to_date;
3956 terminal->mouse_position_hook = ns_mouse_position;
3957 terminal->frame_rehighlight_hook = ns_frame_rehighlight;
3958 terminal->frame_raise_lower_hook = ns_frame_raise_lower;
3959
3960 terminal->fullscreen_hook = ns_fullscreen_hook;
3961
3962 terminal->set_vertical_scroll_bar_hook = ns_set_vertical_scroll_bar;
3963 terminal->condemn_scroll_bars_hook = ns_condemn_scroll_bars;
3964 terminal->redeem_scroll_bar_hook = ns_redeem_scroll_bar;
3965 terminal->judge_scroll_bars_hook = ns_judge_scroll_bars;
3966
3967 terminal->delete_frame_hook = x_destroy_window;
3968 terminal->delete_terminal_hook = ns_delete_terminal;
3969
3970 terminal->scroll_region_ok = 1;
3971 terminal->char_ins_del_ok = 1;
3972 terminal->line_ins_del_ok = 1;
3973 terminal->fast_clear_end_of_line = 1;
3974 terminal->memory_below_frame = 0;
3975
3976 return terminal;
3977 }
3978
3979
3980 struct ns_display_info *
3981 ns_term_init (Lisp_Object display_name)
3982 /* --------------------------------------------------------------------------
3983 Start the Application and get things rolling.
3984 -------------------------------------------------------------------------- */
3985 {
3986 struct terminal *terminal;
3987 struct ns_display_info *dpyinfo;
3988 static int ns_initialized = 0;
3989 Lisp_Object tmp;
3990
3991 if (ns_initialized) return x_display_list;
3992 ns_initialized = 1;
3993
3994 NSTRACE (ns_term_init);
3995
3996 [outerpool release];
3997 outerpool = [[NSAutoreleasePool alloc] init];
3998
3999 /* count object allocs (About, click icon); on OS X use ObjectAlloc tool */
4000 /*GSDebugAllocationActive (YES); */
4001 block_input ();
4002
4003 baud_rate = 38400;
4004 Fset_input_interrupt_mode (Qnil);
4005
4006 if (selfds[0] == -1)
4007 {
4008 if (pipe (selfds) == -1)
4009 {
4010 fprintf (stderr, "Failed to create pipe: %s\n",
4011 emacs_strerror (errno));
4012 emacs_abort ();
4013 }
4014
4015 fcntl (selfds[0], F_SETFL, O_NONBLOCK|fcntl (selfds[0], F_GETFL));
4016 FD_ZERO (&select_readfds);
4017 FD_ZERO (&select_writefds);
4018 pthread_mutex_init (&select_mutex, NULL);
4019 }
4020
4021 ns_pending_files = [[NSMutableArray alloc] init];
4022 ns_pending_service_names = [[NSMutableArray alloc] init];
4023 ns_pending_service_args = [[NSMutableArray alloc] init];
4024
4025 /* Start app and create the main menu, window, view.
4026 Needs to be here because ns_initialize_display_info () uses AppKit classes.
4027 The view will then ask the NSApp to stop and return to Emacs. */
4028 [EmacsApp sharedApplication];
4029 if (NSApp == nil)
4030 return NULL;
4031 [NSApp setDelegate: NSApp];
4032
4033 /* Start the select thread. */
4034 [NSThread detachNewThreadSelector:@selector (fd_handler:)
4035 toTarget:NSApp
4036 withObject:nil];
4037
4038 /* debugging: log all notifications */
4039 /* [[NSNotificationCenter defaultCenter] addObserver: NSApp
4040 selector: @selector (logNotification:)
4041 name: nil object: nil]; */
4042
4043 dpyinfo = xzalloc (sizeof *dpyinfo);
4044
4045 ns_initialize_display_info (dpyinfo);
4046 terminal = ns_create_terminal (dpyinfo);
4047
4048 terminal->kboard = xmalloc (sizeof *terminal->kboard);
4049 init_kboard (terminal->kboard);
4050 kset_window_system (terminal->kboard, Qns);
4051 terminal->kboard->next_kboard = all_kboards;
4052 all_kboards = terminal->kboard;
4053 /* Don't let the initial kboard remain current longer than necessary.
4054 That would cause problems if a file loaded on startup tries to
4055 prompt in the mini-buffer. */
4056 if (current_kboard == initial_kboard)
4057 current_kboard = terminal->kboard;
4058 terminal->kboard->reference_count++;
4059
4060 dpyinfo->next = x_display_list;
4061 x_display_list = dpyinfo;
4062
4063 /* Put it on ns_display_name_list */
4064 ns_display_name_list = Fcons (Fcons (display_name, Qnil),
4065 ns_display_name_list);
4066 dpyinfo->name_list_element = XCAR (ns_display_name_list);
4067
4068 terminal->name = xstrdup (SSDATA (display_name));
4069
4070 unblock_input ();
4071
4072 if (!inhibit_x_resources)
4073 {
4074 ns_default ("GSFontAntiAlias", &ns_antialias_text,
4075 Qt, Qnil, NO, NO);
4076 tmp = Qnil;
4077 /* this is a standard variable */
4078 ns_default ("AppleAntiAliasingThreshold", &tmp,
4079 make_float (10.0), make_float (6.0), YES, NO);
4080 ns_antialias_threshold = NILP (tmp) ? 10.0 : XFLOATINT (tmp);
4081 }
4082
4083 ns_selection_color = [[NSUserDefaults standardUserDefaults]
4084 stringForKey: @"AppleHighlightColor"];
4085 if (ns_selection_color == nil)
4086 ns_selection_color = NS_SELECTION_COLOR_DEFAULT;
4087
4088 {
4089 NSColorList *cl = [NSColorList colorListNamed: @"Emacs"];
4090
4091 if ( cl == nil )
4092 {
4093 Lisp_Object color_file, color_map, color;
4094 unsigned long c;
4095 char *name;
4096
4097 color_file = Fexpand_file_name (build_string ("rgb.txt"),
4098 Fsymbol_value (intern ("data-directory")));
4099 if (NILP (Ffile_readable_p (color_file)))
4100 fatal ("Could not find %s.\n", SDATA (color_file));
4101
4102 color_map = Fx_load_color_file (color_file);
4103 if (NILP (color_map))
4104 fatal ("Could not read %s.\n", SDATA (color_file));
4105
4106 cl = [[NSColorList alloc] initWithName: @"Emacs"];
4107 for ( ; CONSP (color_map); color_map = XCDR (color_map))
4108 {
4109 color = XCAR (color_map);
4110 name = SSDATA (XCAR (color));
4111 c = XINT (XCDR (color));
4112 [cl setColor:
4113 [NSColor colorWithCalibratedRed: RED_FROM_ULONG (c) / 255.0
4114 green: GREEN_FROM_ULONG (c) / 255.0
4115 blue: BLUE_FROM_ULONG (c) / 255.0
4116 alpha: 1.0]
4117 forKey: [NSString stringWithUTF8String: name]];
4118 }
4119 [cl writeToFile: nil];
4120 }
4121 }
4122
4123 {
4124 #ifdef NS_IMPL_GNUSTEP
4125 Vwindow_system_version = build_string (gnustep_base_version);
4126 #else
4127 /*PSnextrelease (128, c); */
4128 char c[DBL_BUFSIZE_BOUND];
4129 int len = dtoastr (c, sizeof c, 0, 0, NSAppKitVersionNumber);
4130 Vwindow_system_version = make_unibyte_string (c, len);
4131 #endif
4132 }
4133
4134 delete_keyboard_wait_descriptor (0);
4135
4136 ns_app_name = [[NSProcessInfo processInfo] processName];
4137
4138 /* Set up OS X app menu */
4139 #ifdef NS_IMPL_COCOA
4140 {
4141 NSMenu *appMenu;
4142 NSMenuItem *item;
4143 /* set up the application menu */
4144 svcsMenu = [[EmacsMenu alloc] initWithTitle: @"Services"];
4145 [svcsMenu setAutoenablesItems: NO];
4146 appMenu = [[EmacsMenu alloc] initWithTitle: @"Emacs"];
4147 [appMenu setAutoenablesItems: NO];
4148 mainMenu = [[EmacsMenu alloc] initWithTitle: @""];
4149 dockMenu = [[EmacsMenu alloc] initWithTitle: @""];
4150
4151 [appMenu insertItemWithTitle: @"About Emacs"
4152 action: @selector (orderFrontStandardAboutPanel:)
4153 keyEquivalent: @""
4154 atIndex: 0];
4155 [appMenu insertItem: [NSMenuItem separatorItem] atIndex: 1];
4156 [appMenu insertItemWithTitle: @"Preferences..."
4157 action: @selector (showPreferencesWindow:)
4158 keyEquivalent: @","
4159 atIndex: 2];
4160 [appMenu insertItem: [NSMenuItem separatorItem] atIndex: 3];
4161 item = [appMenu insertItemWithTitle: @"Services"
4162 action: @selector (menuDown:)
4163 keyEquivalent: @""
4164 atIndex: 4];
4165 [appMenu setSubmenu: svcsMenu forItem: item];
4166 [appMenu insertItem: [NSMenuItem separatorItem] atIndex: 5];
4167 [appMenu insertItemWithTitle: @"Hide Emacs"
4168 action: @selector (hide:)
4169 keyEquivalent: @"h"
4170 atIndex: 6];
4171 item = [appMenu insertItemWithTitle: @"Hide Others"
4172 action: @selector (hideOtherApplications:)
4173 keyEquivalent: @"h"
4174 atIndex: 7];
4175 [item setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask];
4176 [appMenu insertItem: [NSMenuItem separatorItem] atIndex: 8];
4177 [appMenu insertItemWithTitle: @"Quit Emacs"
4178 action: @selector (terminate:)
4179 keyEquivalent: @"q"
4180 atIndex: 9];
4181
4182 item = [mainMenu insertItemWithTitle: ns_app_name
4183 action: @selector (menuDown:)
4184 keyEquivalent: @""
4185 atIndex: 0];
4186 [mainMenu setSubmenu: appMenu forItem: item];
4187 [dockMenu insertItemWithTitle: @"New Frame"
4188 action: @selector (newFrame:)
4189 keyEquivalent: @""
4190 atIndex: 0];
4191
4192 [NSApp setMainMenu: mainMenu];
4193 [NSApp setAppleMenu: appMenu];
4194 [NSApp setServicesMenu: svcsMenu];
4195 /* Needed at least on Cocoa, to get dock menu to show windows */
4196 [NSApp setWindowsMenu: [[NSMenu alloc] init]];
4197
4198 [[NSNotificationCenter defaultCenter]
4199 addObserver: mainMenu
4200 selector: @selector (trackingNotification:)
4201 name: NSMenuDidBeginTrackingNotification object: mainMenu];
4202 [[NSNotificationCenter defaultCenter]
4203 addObserver: mainMenu
4204 selector: @selector (trackingNotification:)
4205 name: NSMenuDidEndTrackingNotification object: mainMenu];
4206 }
4207 #endif /* MAC OS X menu setup */
4208
4209 /* Register our external input/output types, used for determining
4210 applicable services and also drag/drop eligibility. */
4211 ns_send_types = [[NSArray arrayWithObjects: NSStringPboardType, nil] retain];
4212 ns_return_types = [[NSArray arrayWithObjects: NSStringPboardType, nil]
4213 retain];
4214 ns_drag_types = [[NSArray arrayWithObjects:
4215 NSStringPboardType,
4216 NSTabularTextPboardType,
4217 NSFilenamesPboardType,
4218 NSURLPboardType,
4219 NSColorPboardType,
4220 NSFontPboardType, nil] retain];
4221
4222 #ifndef NEW_STYLE_FS
4223 /* If fullscreen is in init/default-frame-alist, focus isn't set
4224 right for fullscreen windows, so set this. */
4225 [NSApp activateIgnoringOtherApps:YES];
4226 #endif
4227
4228 [NSApp run];
4229 ns_do_open_file = YES;
4230 return dpyinfo;
4231 }
4232
4233
4234 void
4235 ns_term_shutdown (int sig)
4236 {
4237 [[NSUserDefaults standardUserDefaults] synchronize];
4238
4239 /* code not reached in emacs.c after this is called by shut_down_emacs: */
4240 if (STRINGP (Vauto_save_list_file_name))
4241 unlink (SSDATA (Vauto_save_list_file_name));
4242
4243 if (sig == 0 || sig == SIGTERM)
4244 {
4245 [NSApp terminate: NSApp];
4246 }
4247 else // force a stack trace to happen
4248 {
4249 emacs_abort ();
4250 }
4251 }
4252
4253
4254 /* ==========================================================================
4255
4256 EmacsApp implementation
4257
4258 ========================================================================== */
4259
4260
4261 @implementation EmacsApp
4262
4263 - (void)logNotification: (NSNotification *)notification
4264 {
4265 const char *name = [[notification name] UTF8String];
4266 if (!strstr (name, "Update") && !strstr (name, "NSMenu")
4267 && !strstr (name, "WindowNumber"))
4268 NSLog (@"notification: '%@'", [notification name]);
4269 }
4270
4271
4272 - (void)sendEvent: (NSEvent *)theEvent
4273 /* --------------------------------------------------------------------------
4274 Called when NSApp is running for each event received. Used to stop
4275 the loop when we choose, since there's no way to just run one iteration.
4276 -------------------------------------------------------------------------- */
4277 {
4278 int type = [theEvent type];
4279 NSWindow *window = [theEvent window];
4280 /* NSTRACE (sendEvent); */
4281 /*fprintf (stderr, "received event of type %d\t%d\n", type);*/
4282
4283 #ifdef NS_IMPL_COCOA
4284 if (type == NSApplicationDefined
4285 && [theEvent data2] == NSAPP_DATA2_RUNASSCRIPT)
4286 {
4287 ns_run_ascript ();
4288 [self stop: self];
4289 return;
4290 }
4291 #endif
4292
4293 if (type == NSCursorUpdate && window == nil)
4294 {
4295 fprintf (stderr, "Dropping external cursor update event.\n");
4296 return;
4297 }
4298
4299 if (type == NSApplicationDefined)
4300 {
4301 /* Events posted by ns_send_appdefined interrupt the run loop here.
4302 But, if a modal window is up, an appdefined can still come through,
4303 (e.g., from a makeKeyWindow event) but stopping self also stops the
4304 modal loop. Just defer it until later. */
4305 if ([NSApp modalWindow] == nil)
4306 {
4307 last_appdefined_event = theEvent;
4308 [self stop: self];
4309 }
4310 else
4311 {
4312 send_appdefined = YES;
4313 }
4314 }
4315
4316 [super sendEvent: theEvent];
4317 }
4318
4319
4320 - (void)showPreferencesWindow: (id)sender
4321 {
4322 struct frame *emacsframe = SELECTED_FRAME ();
4323 NSEvent *theEvent = [NSApp currentEvent];
4324
4325 if (!emacs_event)
4326 return;
4327 emacs_event->kind = NS_NONKEY_EVENT;
4328 emacs_event->code = KEY_NS_SHOW_PREFS;
4329 emacs_event->modifiers = 0;
4330 EV_TRAILER (theEvent);
4331 }
4332
4333
4334 - (void)newFrame: (id)sender
4335 {
4336 struct frame *emacsframe = SELECTED_FRAME ();
4337 NSEvent *theEvent = [NSApp currentEvent];
4338
4339 if (!emacs_event)
4340 return;
4341 emacs_event->kind = NS_NONKEY_EVENT;
4342 emacs_event->code = KEY_NS_NEW_FRAME;
4343 emacs_event->modifiers = 0;
4344 EV_TRAILER (theEvent);
4345 }
4346
4347
4348 /* Open a file (used by below, after going into queue read by ns_read_socket) */
4349 - (BOOL) openFile: (NSString *)fileName
4350 {
4351 struct frame *emacsframe = SELECTED_FRAME ();
4352 NSEvent *theEvent = [NSApp currentEvent];
4353
4354 if (!emacs_event)
4355 return NO;
4356
4357 emacs_event->kind = NS_NONKEY_EVENT;
4358 emacs_event->code = KEY_NS_OPEN_FILE_LINE;
4359 ns_input_file = append2 (ns_input_file, build_string ([fileName UTF8String]));
4360 ns_input_line = Qnil; /* can be start or cons start,end */
4361 emacs_event->modifiers =0;
4362 EV_TRAILER (theEvent);
4363
4364 return YES;
4365 }
4366
4367
4368 /* **************************************************************************
4369
4370 EmacsApp delegate implementation
4371
4372 ************************************************************************** */
4373
4374 - (void)applicationDidFinishLaunching: (NSNotification *)notification
4375 /* --------------------------------------------------------------------------
4376 When application is loaded, terminate event loop in ns_term_init
4377 -------------------------------------------------------------------------- */
4378 {
4379 NSTRACE (applicationDidFinishLaunching);
4380 [NSApp setServicesProvider: NSApp];
4381 ns_send_appdefined (-2);
4382 }
4383
4384
4385 /* Termination sequences:
4386 C-x C-c:
4387 Cmd-Q:
4388 MenuBar | File | Exit:
4389 Select Quit from App menubar:
4390 -terminate
4391 KEY_NS_POWER_OFF, (save-buffers-kill-emacs)
4392 ns_term_shutdown()
4393
4394 Select Quit from Dock menu:
4395 Logout attempt:
4396 -appShouldTerminate
4397 Cancel -> Nothing else
4398 Accept ->
4399
4400 -terminate
4401 KEY_NS_POWER_OFF, (save-buffers-kill-emacs)
4402 ns_term_shutdown()
4403
4404 */
4405
4406 - (void) terminate: (id)sender
4407 {
4408 struct frame *emacsframe = SELECTED_FRAME ();
4409
4410 if (!emacs_event)
4411 return;
4412
4413 emacs_event->kind = NS_NONKEY_EVENT;
4414 emacs_event->code = KEY_NS_POWER_OFF;
4415 emacs_event->arg = Qt; /* mark as non-key event */
4416 EV_TRAILER ((id)nil);
4417 }
4418
4419
4420 - (NSApplicationTerminateReply)applicationShouldTerminate: (id)sender
4421 {
4422 int ret;
4423
4424 if (NILP (ns_confirm_quit)) // || ns_shutdown_properly --> TO DO
4425 return NSTerminateNow;
4426
4427 ret = NSRunAlertPanel(ns_app_name,
4428 @"Exit requested. Would you like to Save Buffers and Exit, or Cancel the request?",
4429 @"Save Buffers and Exit", @"Cancel", nil);
4430
4431 if (ret == NSAlertDefaultReturn)
4432 return NSTerminateNow;
4433 else if (ret == NSAlertAlternateReturn)
4434 return NSTerminateCancel;
4435 return NSTerminateNow; /* just in case */
4436 }
4437
4438 static int
4439 not_in_argv (NSString *arg)
4440 {
4441 int k;
4442 const char *a = [arg UTF8String];
4443 for (k = 1; k < initial_argc; ++k)
4444 if (strcmp (a, initial_argv[k]) == 0) return 0;
4445 return 1;
4446 }
4447
4448 /* Notification from the Workspace to open a file */
4449 - (BOOL)application: sender openFile: (NSString *)file
4450 {
4451 if (ns_do_open_file || not_in_argv (file))
4452 [ns_pending_files addObject: file];
4453 return YES;
4454 }
4455
4456
4457 /* Open a file as a temporary file */
4458 - (BOOL)application: sender openTempFile: (NSString *)file
4459 {
4460 if (ns_do_open_file || not_in_argv (file))
4461 [ns_pending_files addObject: file];
4462 return YES;
4463 }
4464
4465
4466 /* Notification from the Workspace to open a file noninteractively (?) */
4467 - (BOOL)application: sender openFileWithoutUI: (NSString *)file
4468 {
4469 if (ns_do_open_file || not_in_argv (file))
4470 [ns_pending_files addObject: file];
4471 return YES;
4472 }
4473
4474 /* Notification from the Workspace to open multiple files */
4475 - (void)application: sender openFiles: (NSArray *)fileList
4476 {
4477 NSEnumerator *files = [fileList objectEnumerator];
4478 NSString *file;
4479 /* Don't open files from the command line unconditionally,
4480 Cocoa parses the command line wrong, --option value tries to open value
4481 if --option is the last option. */
4482 while ((file = [files nextObject]) != nil)
4483 if (ns_do_open_file || not_in_argv (file))
4484 [ns_pending_files addObject: file];
4485
4486 [self replyToOpenOrPrint: NSApplicationDelegateReplySuccess];
4487
4488 }
4489
4490
4491 /* Handle dock menu requests. */
4492 - (NSMenu *)applicationDockMenu: (NSApplication *) sender
4493 {
4494 return dockMenu;
4495 }
4496
4497
4498 /* TODO: these may help w/IO switching btwn terminal and NSApp */
4499 - (void)applicationWillBecomeActive: (NSNotification *)notification
4500 {
4501 //ns_app_active=YES;
4502 }
4503 - (void)applicationDidBecomeActive: (NSNotification *)notification
4504 {
4505 NSTRACE (applicationDidBecomeActive);
4506
4507 //ns_app_active=YES;
4508
4509 ns_update_auto_hide_menu_bar ();
4510 // No constraining takes place when the application is not active.
4511 ns_constrain_all_frames ();
4512 }
4513 - (void)applicationDidResignActive: (NSNotification *)notification
4514 {
4515 //ns_app_active=NO;
4516 ns_send_appdefined (-1);
4517 }
4518
4519
4520
4521 /* ==========================================================================
4522
4523 EmacsApp aux handlers for managing event loop
4524
4525 ========================================================================== */
4526
4527
4528 - (void)timeout_handler: (NSTimer *)timedEntry
4529 /* --------------------------------------------------------------------------
4530 The timeout specified to ns_select has passed.
4531 -------------------------------------------------------------------------- */
4532 {
4533 /*NSTRACE (timeout_handler); */
4534 ns_send_appdefined (-2);
4535 }
4536
4537 - (void)fd_handler:(id)unused
4538 /* --------------------------------------------------------------------------
4539 Check data waiting on file descriptors and terminate if so
4540 -------------------------------------------------------------------------- */
4541 {
4542 int result;
4543 int waiting = 1, nfds;
4544 char c;
4545
4546 SELECT_TYPE readfds, writefds, *wfds;
4547 EMACS_TIME timeout, *tmo;
4548 NSAutoreleasePool *pool = nil;
4549
4550 /* NSTRACE (fd_handler); */
4551
4552 for (;;)
4553 {
4554 [pool release];
4555 pool = [[NSAutoreleasePool alloc] init];
4556
4557 if (waiting)
4558 {
4559 SELECT_TYPE fds;
4560
4561 FD_SET (selfds[0], &fds);
4562 result = select (selfds[0]+1, &fds, NULL, NULL, NULL);
4563 if (result > 0)
4564 {
4565 read (selfds[0], &c, 1);
4566 if (c == 'g') waiting = 0;
4567 }
4568 }
4569 else
4570 {
4571 pthread_mutex_lock (&select_mutex);
4572 nfds = select_nfds;
4573
4574 if (select_valid & SELECT_HAVE_READ)
4575 readfds = select_readfds;
4576 else
4577 FD_ZERO (&readfds);
4578
4579 if (select_valid & SELECT_HAVE_WRITE)
4580 {
4581 writefds = select_writefds;
4582 wfds = &writefds;
4583 }
4584 else
4585 wfds = NULL;
4586 if (select_valid & SELECT_HAVE_TMO)
4587 {
4588 timeout = select_timeout;
4589 tmo = &timeout;
4590 }
4591 else
4592 tmo = NULL;
4593
4594 pthread_mutex_unlock (&select_mutex);
4595
4596 FD_SET (selfds[0], &readfds);
4597 if (selfds[0] >= nfds) nfds = selfds[0]+1;
4598
4599 result = pselect (nfds, &readfds, wfds, NULL, tmo, NULL);
4600
4601 if (result == 0)
4602 ns_send_appdefined (-2);
4603 else if (result > 0)
4604 {
4605 if (FD_ISSET (selfds[0], &readfds))
4606 {
4607 read (selfds[0], &c, 1);
4608 if (c == 's') waiting = 1;
4609 }
4610 else
4611 {
4612 pthread_mutex_lock (&select_mutex);
4613 if (select_valid & SELECT_HAVE_READ)
4614 select_readfds = readfds;
4615 if (select_valid & SELECT_HAVE_WRITE)
4616 select_writefds = writefds;
4617 if (select_valid & SELECT_HAVE_TMO)
4618 select_timeout = timeout;
4619 pthread_mutex_unlock (&select_mutex);
4620
4621 ns_send_appdefined (result);
4622 }
4623 }
4624 waiting = 1;
4625 }
4626 }
4627 }
4628
4629
4630
4631 /* ==========================================================================
4632
4633 Service provision
4634
4635 ========================================================================== */
4636
4637 /* called from system: queue for next pass through event loop */
4638 - (void)requestService: (NSPasteboard *)pboard
4639 userData: (NSString *)userData
4640 error: (NSString **)error
4641 {
4642 [ns_pending_service_names addObject: userData];
4643 [ns_pending_service_args addObject: [NSString stringWithUTF8String:
4644 SSDATA (ns_string_from_pasteboard (pboard))]];
4645 }
4646
4647
4648 /* called from ns_read_socket to clear queue */
4649 - (BOOL)fulfillService: (NSString *)name withArg: (NSString *)arg
4650 {
4651 struct frame *emacsframe = SELECTED_FRAME ();
4652 NSEvent *theEvent = [NSApp currentEvent];
4653
4654 if (!emacs_event)
4655 return NO;
4656
4657 emacs_event->kind = NS_NONKEY_EVENT;
4658 emacs_event->code = KEY_NS_SPI_SERVICE_CALL;
4659 ns_input_spi_name = build_string ([name UTF8String]);
4660 ns_input_spi_arg = build_string ([arg UTF8String]);
4661 emacs_event->modifiers = EV_MODIFIERS (theEvent);
4662 EV_TRAILER (theEvent);
4663
4664 return YES;
4665 }
4666
4667
4668 @end /* EmacsApp */
4669
4670
4671
4672 /* ==========================================================================
4673
4674 EmacsView implementation
4675
4676 ========================================================================== */
4677
4678
4679 @implementation EmacsView
4680
4681 /* needed to inform when window closed from LISP */
4682 - (void) setWindowClosing: (BOOL)closing
4683 {
4684 windowClosing = closing;
4685 }
4686
4687
4688 - (void)dealloc
4689 {
4690 NSTRACE (EmacsView_dealloc);
4691 [toolbar release];
4692 if (fs_state == FULLSCREEN_BOTH)
4693 [nonfs_window release];
4694 [super dealloc];
4695 }
4696
4697
4698 /* called on font panel selection */
4699 - (void)changeFont: (id)sender
4700 {
4701 NSEvent *e =[[self window] currentEvent];
4702 struct face *face =FRAME_DEFAULT_FACE (emacsframe);
4703 id newFont;
4704 float size;
4705
4706 NSTRACE (changeFont);
4707 if (!emacs_event)
4708 return;
4709
4710 if ((newFont = [sender convertFont:
4711 ((struct nsfont_info *)face->font)->nsfont]))
4712 {
4713 SET_FRAME_GARBAGED (emacsframe); /* now needed as of 2008/10 */
4714
4715 emacs_event->kind = NS_NONKEY_EVENT;
4716 emacs_event->modifiers = 0;
4717 emacs_event->code = KEY_NS_CHANGE_FONT;
4718
4719 size = [newFont pointSize];
4720 ns_input_fontsize = make_number (lrint (size));
4721 ns_input_font = build_string ([[newFont familyName] UTF8String]);
4722 EV_TRAILER (e);
4723 }
4724 }
4725
4726
4727 - (BOOL)acceptsFirstResponder
4728 {
4729 NSTRACE (acceptsFirstResponder);
4730 return YES;
4731 }
4732
4733
4734 - (void)resetCursorRects
4735 {
4736 NSRect visible = [self visibleRect];
4737 NSCursor *currentCursor = FRAME_POINTER_TYPE (emacsframe);
4738 NSTRACE (resetCursorRects);
4739
4740 if (currentCursor == nil)
4741 currentCursor = [NSCursor arrowCursor];
4742
4743 if (!NSIsEmptyRect (visible))
4744 [self addCursorRect: visible cursor: currentCursor];
4745 [currentCursor setOnMouseEntered: YES];
4746 }
4747
4748
4749
4750 /*****************************************************************************/
4751 /* Keyboard handling. */
4752 #define NS_KEYLOG 0
4753
4754 - (void)keyDown: (NSEvent *)theEvent
4755 {
4756 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (emacsframe);
4757 int code;
4758 unsigned fnKeysym = 0;
4759 int flags;
4760 static NSMutableArray *nsEvArray;
4761 #if !defined (NS_IMPL_COCOA) || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
4762 static BOOL firstTime = YES;
4763 #endif
4764 int left_is_none;
4765
4766 NSTRACE (keyDown);
4767
4768 /* Rhapsody and OS X give up and down events for the arrow keys */
4769 if (ns_fake_keydown == YES)
4770 ns_fake_keydown = NO;
4771 else if ([theEvent type] != NSKeyDown)
4772 return;
4773
4774 if (!emacs_event)
4775 return;
4776
4777 if (![[self window] isKeyWindow]
4778 && [[theEvent window] isKindOfClass: [EmacsWindow class]]
4779 /* we must avoid an infinite loop here. */
4780 && (EmacsView *)[[theEvent window] delegate] != self)
4781 {
4782 /* XXX: There is an occasional condition in which, when Emacs display
4783 updates a different frame from the current one, and temporarily
4784 selects it, then processes some interrupt-driven input
4785 (dispnew.c:3878), OS will send the event to the correct NSWindow, but
4786 for some reason that window has its first responder set to the NSView
4787 most recently updated (I guess), which is not the correct one. */
4788 [(EmacsView *)[[theEvent window] delegate] keyDown: theEvent];
4789 return;
4790 }
4791
4792 if (nsEvArray == nil)
4793 nsEvArray = [[NSMutableArray alloc] initWithCapacity: 1];
4794
4795 [NSCursor setHiddenUntilMouseMoves: YES];
4796
4797 if (hlinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight))
4798 {
4799 clear_mouse_face (hlinfo);
4800 hlinfo->mouse_face_hidden = 1;
4801 }
4802
4803 if (!processingCompose)
4804 {
4805 /* When using screen sharing, no left or right information is sent,
4806 so use Left key in those cases. */
4807 int is_left_key, is_right_key;
4808
4809 code = ([[theEvent charactersIgnoringModifiers] length] == 0) ?
4810 0 : [[theEvent charactersIgnoringModifiers] characterAtIndex: 0];
4811
4812 /* (Carbon way: [theEvent keyCode]) */
4813
4814 /* is it a "function key"? */
4815 fnKeysym = ns_convert_key (code);
4816 if (fnKeysym)
4817 {
4818 /* COUNTERHACK: map 'Delete' on upper-right main KB to 'Backspace',
4819 because Emacs treats Delete and KP-Delete same (in simple.el). */
4820 if (fnKeysym == 0xFFFF && [theEvent keyCode] == 0x33)
4821 code = 0xFF08; /* backspace */
4822 else
4823 code = fnKeysym;
4824 }
4825
4826 /* are there modifiers? */
4827 emacs_event->modifiers = 0;
4828 flags = [theEvent modifierFlags];
4829
4830 if (flags & NSHelpKeyMask)
4831 emacs_event->modifiers |= hyper_modifier;
4832
4833 if (flags & NSShiftKeyMask)
4834 emacs_event->modifiers |= shift_modifier;
4835
4836 is_right_key = (flags & NSRightCommandKeyMask) == NSRightCommandKeyMask;
4837 is_left_key = (flags & NSLeftCommandKeyMask) == NSLeftCommandKeyMask
4838 || (! is_right_key && (flags & NSCommandKeyMask) == NSCommandKeyMask);
4839
4840 if (is_right_key)
4841 emacs_event->modifiers |= parse_solitary_modifier
4842 (EQ (ns_right_command_modifier, Qleft)
4843 ? ns_command_modifier
4844 : ns_right_command_modifier);
4845
4846 if (is_left_key)
4847 {
4848 emacs_event->modifiers |= parse_solitary_modifier
4849 (ns_command_modifier);
4850
4851 /* if super (default), take input manager's word so things like
4852 dvorak / qwerty layout work */
4853 if (EQ (ns_command_modifier, Qsuper)
4854 && !fnKeysym
4855 && [[theEvent characters] length] != 0)
4856 {
4857 /* XXX: the code we get will be unshifted, so if we have
4858 a shift modifier, must convert ourselves */
4859 if (!(flags & NSShiftKeyMask))
4860 code = [[theEvent characters] characterAtIndex: 0];
4861 #if 0
4862 /* this is ugly and also requires linking w/Carbon framework
4863 (for LMGetKbdType) so for now leave this rare (?) case
4864 undealt with.. in future look into CGEvent methods */
4865 else
4866 {
4867 long smv = GetScriptManagerVariable (smKeyScript);
4868 Handle uchrHandle = GetResource
4869 ('uchr', GetScriptVariable (smv, smScriptKeys));
4870 UInt32 dummy = 0;
4871 UCKeyTranslate ((UCKeyboardLayout*)*uchrHandle,
4872 [[theEvent characters] characterAtIndex: 0],
4873 kUCKeyActionDisplay,
4874 (flags & ~NSCommandKeyMask) >> 8,
4875 LMGetKbdType (), kUCKeyTranslateNoDeadKeysMask,
4876 &dummy, 1, &dummy, &code);
4877 code &= 0xFF;
4878 }
4879 #endif
4880 }
4881 }
4882
4883 is_right_key = (flags & NSRightControlKeyMask) == NSRightControlKeyMask;
4884 is_left_key = (flags & NSLeftControlKeyMask) == NSLeftControlKeyMask
4885 || (! is_right_key && (flags & NSControlKeyMask) == NSControlKeyMask);
4886
4887 if (is_right_key)
4888 emacs_event->modifiers |= parse_solitary_modifier
4889 (EQ (ns_right_control_modifier, Qleft)
4890 ? ns_control_modifier
4891 : ns_right_control_modifier);
4892
4893 if (is_left_key)
4894 emacs_event->modifiers |= parse_solitary_modifier
4895 (ns_control_modifier);
4896
4897 if (flags & NS_FUNCTION_KEY_MASK && !fnKeysym)
4898 emacs_event->modifiers |=
4899 parse_solitary_modifier (ns_function_modifier);
4900
4901 left_is_none = NILP (ns_alternate_modifier)
4902 || EQ (ns_alternate_modifier, Qnone);
4903
4904 is_right_key = (flags & NSRightAlternateKeyMask)
4905 == NSRightAlternateKeyMask;
4906 is_left_key = (flags & NSLeftAlternateKeyMask) == NSLeftAlternateKeyMask
4907 || (! is_right_key
4908 && (flags & NSAlternateKeyMask) == NSAlternateKeyMask);
4909
4910 if (is_right_key)
4911 {
4912 if ((NILP (ns_right_alternate_modifier)
4913 || EQ (ns_right_alternate_modifier, Qnone)
4914 || (EQ (ns_right_alternate_modifier, Qleft) && left_is_none))
4915 && !fnKeysym)
4916 { /* accept pre-interp alt comb */
4917 if ([[theEvent characters] length] > 0)
4918 code = [[theEvent characters] characterAtIndex: 0];
4919 /*HACK: clear lone shift modifier to stop next if from firing */
4920 if (emacs_event->modifiers == shift_modifier)
4921 emacs_event->modifiers = 0;
4922 }
4923 else
4924 emacs_event->modifiers |= parse_solitary_modifier
4925 (EQ (ns_right_alternate_modifier, Qleft)
4926 ? ns_alternate_modifier
4927 : ns_right_alternate_modifier);
4928 }
4929
4930 if (is_left_key) /* default = meta */
4931 {
4932 if (left_is_none && !fnKeysym)
4933 { /* accept pre-interp alt comb */
4934 if ([[theEvent characters] length] > 0)
4935 code = [[theEvent characters] characterAtIndex: 0];
4936 /*HACK: clear lone shift modifier to stop next if from firing */
4937 if (emacs_event->modifiers == shift_modifier)
4938 emacs_event->modifiers = 0;
4939 }
4940 else
4941 emacs_event->modifiers |=
4942 parse_solitary_modifier (ns_alternate_modifier);
4943 }
4944
4945 if (NS_KEYLOG)
4946 fprintf (stderr, "keyDown: code =%x\tfnKey =%x\tflags = %x\tmods = %x\n",
4947 code, fnKeysym, flags, emacs_event->modifiers);
4948
4949 /* if it was a function key or had modifiers, pass it directly to emacs */
4950 if (fnKeysym || (emacs_event->modifiers
4951 && (emacs_event->modifiers != shift_modifier)
4952 && [[theEvent charactersIgnoringModifiers] length] > 0))
4953 /*[[theEvent characters] length] */
4954 {
4955 emacs_event->kind = NON_ASCII_KEYSTROKE_EVENT;
4956 if (code < 0x20)
4957 code |= (1<<28)|(3<<16);
4958 else if (code == 0x7f)
4959 code |= (1<<28)|(3<<16);
4960 else if (!fnKeysym)
4961 emacs_event->kind = code > 0xFF
4962 ? MULTIBYTE_CHAR_KEYSTROKE_EVENT : ASCII_KEYSTROKE_EVENT;
4963
4964 emacs_event->code = code;
4965 EV_TRAILER (theEvent);
4966 return;
4967 }
4968 }
4969
4970
4971 #if !defined (NS_IMPL_COCOA) || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
4972 /* if we get here we should send the key for input manager processing */
4973 if (firstTime && [[NSInputManager currentInputManager]
4974 wantsToDelayTextChangeNotifications] == NO)
4975 fprintf (stderr,
4976 "Emacs: WARNING: TextInput mgr wants marked text to be permanent!\n");
4977 firstTime = NO;
4978 #endif
4979 if (NS_KEYLOG && !processingCompose)
4980 fprintf (stderr, "keyDown: Begin compose sequence.\n");
4981
4982 processingCompose = YES;
4983 [nsEvArray addObject: theEvent];
4984 [self interpretKeyEvents: nsEvArray];
4985 [nsEvArray removeObject: theEvent];
4986 }
4987
4988
4989 #ifdef NS_IMPL_COCOA
4990 /* Needed to pick up Ctrl-tab and possibly other events that OS X has
4991 decided not to send key-down for.
4992 See http://osdir.com/ml/editors.vim.mac/2007-10/msg00141.html
4993 This only applies on Tiger and earlier.
4994 If it matches one of these, send it on to keyDown. */
4995 -(void)keyUp: (NSEvent *)theEvent
4996 {
4997 int flags = [theEvent modifierFlags];
4998 int code = [theEvent keyCode];
4999 if (floor (NSAppKitVersionNumber) <= 824 /*NSAppKitVersionNumber10_4*/ &&
5000 code == 0x30 && (flags & NSControlKeyMask) && !(flags & NSCommandKeyMask))
5001 {
5002 if (NS_KEYLOG)
5003 fprintf (stderr, "keyUp: passed test");
5004 ns_fake_keydown = YES;
5005 [self keyDown: theEvent];
5006 }
5007 }
5008 #endif
5009
5010
5011 /* <NSTextInput> implementation (called through super interpretKeyEvents:]). */
5012
5013
5014 /* <NSTextInput>: called when done composing;
5015 NOTE: also called when we delete over working text, followed immed.
5016 by doCommandBySelector: deleteBackward: */
5017 - (void)insertText: (id)aString
5018 {
5019 int code;
5020 int len = [(NSString *)aString length];
5021 int i;
5022
5023 if (NS_KEYLOG)
5024 NSLog (@"insertText '%@'\tlen = %d", aString, len);
5025 processingCompose = NO;
5026
5027 if (!emacs_event)
5028 return;
5029
5030 /* first, clear any working text */
5031 if (workingText != nil)
5032 [self deleteWorkingText];
5033
5034 /* now insert the string as keystrokes */
5035 for (i =0; i<len; i++)
5036 {
5037 code = [aString characterAtIndex: i];
5038 /* TODO: still need this? */
5039 if (code == 0x2DC)
5040 code = '~'; /* 0x7E */
5041 if (code != 32) /* Space */
5042 emacs_event->modifiers = 0;
5043 emacs_event->kind
5044 = code > 0xFF ? MULTIBYTE_CHAR_KEYSTROKE_EVENT : ASCII_KEYSTROKE_EVENT;
5045 emacs_event->code = code;
5046 EV_TRAILER ((id)nil);
5047 }
5048 }
5049
5050
5051 /* <NSTextInput>: inserts display of composing characters */
5052 - (void)setMarkedText: (id)aString selectedRange: (NSRange)selRange
5053 {
5054 NSString *str = [aString respondsToSelector: @selector (string)] ?
5055 [aString string] : aString;
5056 if (NS_KEYLOG)
5057 NSLog (@"setMarkedText '%@' len =%d range %d from %d", str, [str length],
5058 selRange.length, selRange.location);
5059
5060 if (workingText != nil)
5061 [self deleteWorkingText];
5062 if ([str length] == 0)
5063 return;
5064
5065 if (!emacs_event)
5066 return;
5067
5068 processingCompose = YES;
5069 workingText = [str copy];
5070 ns_working_text = build_string ([workingText UTF8String]);
5071
5072 emacs_event->kind = NS_TEXT_EVENT;
5073 emacs_event->code = KEY_NS_PUT_WORKING_TEXT;
5074 EV_TRAILER ((id)nil);
5075 }
5076
5077
5078 /* delete display of composing characters [not in <NSTextInput>] */
5079 - (void)deleteWorkingText
5080 {
5081 if (workingText == nil)
5082 return;
5083 if (NS_KEYLOG)
5084 NSLog(@"deleteWorkingText len =%d\n", [workingText length]);
5085 [workingText release];
5086 workingText = nil;
5087 processingCompose = NO;
5088
5089 if (!emacs_event)
5090 return;
5091
5092 emacs_event->kind = NS_TEXT_EVENT;
5093 emacs_event->code = KEY_NS_UNPUT_WORKING_TEXT;
5094 EV_TRAILER ((id)nil);
5095 }
5096
5097
5098 - (BOOL)hasMarkedText
5099 {
5100 return workingText != nil;
5101 }
5102
5103
5104 - (NSRange)markedRange
5105 {
5106 NSRange rng = workingText != nil
5107 ? NSMakeRange (0, [workingText length]) : NSMakeRange (NSNotFound, 0);
5108 if (NS_KEYLOG)
5109 NSLog (@"markedRange request");
5110 return rng;
5111 }
5112
5113
5114 - (void)unmarkText
5115 {
5116 if (NS_KEYLOG)
5117 NSLog (@"unmark (accept) text");
5118 [self deleteWorkingText];
5119 processingCompose = NO;
5120 }
5121
5122
5123 /* used to position char selection windows, etc. */
5124 - (NSRect)firstRectForCharacterRange: (NSRange)theRange
5125 {
5126 NSRect rect;
5127 NSPoint pt;
5128 struct window *win = XWINDOW (FRAME_SELECTED_WINDOW (emacsframe));
5129 if (NS_KEYLOG)
5130 NSLog (@"firstRectForCharRange request");
5131
5132 rect.size.width = theRange.length * FRAME_COLUMN_WIDTH (emacsframe);
5133 rect.size.height = FRAME_LINE_HEIGHT (emacsframe);
5134 pt.x = WINDOW_TEXT_TO_FRAME_PIXEL_X (win, win->phys_cursor.x);
5135 pt.y = WINDOW_TO_FRAME_PIXEL_Y (win, win->phys_cursor.y
5136 +FRAME_LINE_HEIGHT (emacsframe));
5137
5138 pt = [self convertPoint: pt toView: nil];
5139 pt = [[self window] convertBaseToScreen: pt];
5140 rect.origin = pt;
5141 return rect;
5142 }
5143
5144
5145 - (NSInteger)conversationIdentifier
5146 {
5147 return (NSInteger)self;
5148 }
5149
5150
5151 - (void)doCommandBySelector: (SEL)aSelector
5152 {
5153 if (NS_KEYLOG)
5154 NSLog (@"doCommandBySelector: %@", NSStringFromSelector (aSelector));
5155
5156 if (aSelector == @selector (deleteBackward:))
5157 {
5158 /* happens when user backspaces over an ongoing composition:
5159 throw a 'delete' into the event queue */
5160 if (!emacs_event)
5161 return;
5162 emacs_event->kind = NON_ASCII_KEYSTROKE_EVENT;
5163 emacs_event->code = 0xFF08;
5164 EV_TRAILER ((id)nil);
5165 }
5166 }
5167
5168 - (NSArray *)validAttributesForMarkedText
5169 {
5170 static NSArray *arr = nil;
5171 if (arr == nil) arr = [NSArray new];
5172 /* [[NSArray arrayWithObject: NSUnderlineStyleAttributeName] retain]; */
5173 return arr;
5174 }
5175
5176 - (NSRange)selectedRange
5177 {
5178 if (NS_KEYLOG)
5179 NSLog (@"selectedRange request");
5180 return NSMakeRange (NSNotFound, 0);
5181 }
5182
5183 - (NSUInteger)characterIndexForPoint: (NSPoint)thePoint
5184 {
5185 if (NS_KEYLOG)
5186 NSLog (@"characterIndexForPoint request");
5187 return 0;
5188 }
5189
5190 - (NSAttributedString *)attributedSubstringFromRange: (NSRange)theRange
5191 {
5192 static NSAttributedString *str = nil;
5193 if (str == nil) str = [NSAttributedString new];
5194 if (NS_KEYLOG)
5195 NSLog (@"attributedSubstringFromRange request");
5196 return str;
5197 }
5198
5199 /* End <NSTextInput> impl. */
5200 /*****************************************************************************/
5201
5202
5203 /* This is what happens when the user presses a mouse button. */
5204 - (void)mouseDown: (NSEvent *)theEvent
5205 {
5206 NSPoint p = [self convertPoint: [theEvent locationInWindow] fromView: nil];
5207
5208 NSTRACE (mouseDown);
5209
5210 [self deleteWorkingText];
5211
5212 if (!emacs_event)
5213 return;
5214
5215 last_mouse_frame = emacsframe;
5216 /* appears to be needed to prevent spurious movement events generated on
5217 button clicks */
5218 last_mouse_frame->mouse_moved = 0;
5219
5220 if ([theEvent type] == NSScrollWheel)
5221 {
5222 float delta = [theEvent deltaY];
5223 /* Mac notebooks send wheel events w/delta =0 when trackpad scrolling */
5224 if (delta == 0)
5225 return;
5226 emacs_event->kind = WHEEL_EVENT;
5227 emacs_event->code = 0;
5228 emacs_event->modifiers = EV_MODIFIERS (theEvent) |
5229 ((delta > 0) ? up_modifier : down_modifier);
5230 }
5231 else
5232 {
5233 emacs_event->kind = MOUSE_CLICK_EVENT;
5234 emacs_event->code = EV_BUTTON (theEvent);
5235 emacs_event->modifiers = EV_MODIFIERS (theEvent)
5236 | EV_UDMODIFIERS (theEvent);
5237 }
5238 XSETINT (emacs_event->x, lrint (p.x));
5239 XSETINT (emacs_event->y, lrint (p.y));
5240 EV_TRAILER (theEvent);
5241 }
5242
5243
5244 - (void)rightMouseDown: (NSEvent *)theEvent
5245 {
5246 NSTRACE (rightMouseDown);
5247 [self mouseDown: theEvent];
5248 }
5249
5250
5251 - (void)otherMouseDown: (NSEvent *)theEvent
5252 {
5253 NSTRACE (otherMouseDown);
5254 [self mouseDown: theEvent];
5255 }
5256
5257
5258 - (void)mouseUp: (NSEvent *)theEvent
5259 {
5260 NSTRACE (mouseUp);
5261 [self mouseDown: theEvent];
5262 }
5263
5264
5265 - (void)rightMouseUp: (NSEvent *)theEvent
5266 {
5267 NSTRACE (rightMouseUp);
5268 [self mouseDown: theEvent];
5269 }
5270
5271
5272 - (void)otherMouseUp: (NSEvent *)theEvent
5273 {
5274 NSTRACE (otherMouseUp);
5275 [self mouseDown: theEvent];
5276 }
5277
5278
5279 - (void) scrollWheel: (NSEvent *)theEvent
5280 {
5281 NSTRACE (scrollWheel);
5282 [self mouseDown: theEvent];
5283 }
5284
5285
5286 /* Tell emacs the mouse has moved. */
5287 - (void)mouseMoved: (NSEvent *)e
5288 {
5289 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (emacsframe);
5290 Lisp_Object frame;
5291
5292 // NSTRACE (mouseMoved);
5293
5294 last_mouse_movement_time = EV_TIMESTAMP (e);
5295 last_mouse_motion_position
5296 = [self convertPoint: [e locationInWindow] fromView: nil];
5297
5298 /* update any mouse face */
5299 if (hlinfo->mouse_face_hidden)
5300 {
5301 hlinfo->mouse_face_hidden = 0;
5302 clear_mouse_face (hlinfo);
5303 }
5304
5305 /* tooltip handling */
5306 previous_help_echo_string = help_echo_string;
5307 help_echo_string = Qnil;
5308
5309 if (!note_mouse_movement (emacsframe, last_mouse_motion_position.x,
5310 last_mouse_motion_position.y))
5311 help_echo_string = previous_help_echo_string;
5312
5313 XSETFRAME (frame, emacsframe);
5314 if (!NILP (help_echo_string) || !NILP (previous_help_echo_string))
5315 {
5316 /* NOTE: help_echo_{window,pos,object} are set in xdisp.c
5317 (note_mouse_highlight), which is called through the
5318 note_mouse_movement () call above */
5319 gen_help_event (help_echo_string, frame, help_echo_window,
5320 help_echo_object, help_echo_pos);
5321 }
5322 else
5323 {
5324 help_echo_string = Qnil;
5325 gen_help_event (Qnil, frame, Qnil, Qnil, 0);
5326 }
5327
5328 if (emacsframe->mouse_moved && send_appdefined)
5329 ns_send_appdefined (-1);
5330 }
5331
5332
5333 - (void)mouseDragged: (NSEvent *)e
5334 {
5335 NSTRACE (mouseDragged);
5336 [self mouseMoved: e];
5337 }
5338
5339
5340 - (void)rightMouseDragged: (NSEvent *)e
5341 {
5342 NSTRACE (rightMouseDragged);
5343 [self mouseMoved: e];
5344 }
5345
5346
5347 - (void)otherMouseDragged: (NSEvent *)e
5348 {
5349 NSTRACE (otherMouseDragged);
5350 [self mouseMoved: e];
5351 }
5352
5353
5354 - (BOOL)windowShouldClose: (id)sender
5355 {
5356 NSEvent *e =[[self window] currentEvent];
5357
5358 NSTRACE (windowShouldClose);
5359 windowClosing = YES;
5360 if (!emacs_event)
5361 return NO;
5362 emacs_event->kind = DELETE_WINDOW_EVENT;
5363 emacs_event->modifiers = 0;
5364 emacs_event->code = 0;
5365 EV_TRAILER (e);
5366 /* Don't close this window, let this be done from lisp code. */
5367 return NO;
5368 }
5369
5370 - (void) updateFrameSize: (BOOL) delay;
5371 {
5372 NSWindow *window = [self window];
5373 NSRect wr = [window frame];
5374 #ifdef NS_IMPL_GNUSTEP
5375 int extra = 3;
5376 #else
5377 int extra = 0;
5378 #endif
5379
5380 int oldc = cols, oldr = rows;
5381 int oldw = FRAME_PIXEL_WIDTH (emacsframe),
5382 oldh = FRAME_PIXEL_HEIGHT (emacsframe);
5383 int neww, newh;
5384
5385 cols = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (emacsframe, wr.size.width + extra);
5386
5387 if (cols < MINWIDTH)
5388 cols = MINWIDTH;
5389
5390 rows = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES
5391 (emacsframe, wr.size.height
5392 - FRAME_NS_TITLEBAR_HEIGHT (emacsframe) + extra
5393 - FRAME_TOOLBAR_HEIGHT (emacsframe));
5394
5395 if (rows < MINHEIGHT)
5396 rows = MINHEIGHT;
5397
5398 neww = (int)wr.size.width - emacsframe->border_width;
5399 newh = ((int)wr.size.height
5400 - FRAME_NS_TITLEBAR_HEIGHT (emacsframe)
5401 - FRAME_TOOLBAR_HEIGHT (emacsframe));
5402
5403 if (oldr != rows || oldc != cols || neww != oldw || newh != oldh)
5404 {
5405 NSView *view = FRAME_NS_VIEW (emacsframe);
5406 FRAME_PIXEL_WIDTH (emacsframe) = neww;
5407 FRAME_PIXEL_HEIGHT (emacsframe) = newh;
5408 change_frame_size (emacsframe, rows, cols, 0, delay, 0);
5409 SET_FRAME_GARBAGED (emacsframe);
5410 cancel_mouse_face (emacsframe);
5411 [view setFrame: NSMakeRect (0, 0, neww, newh)];
5412 [self windowDidMove:nil]; // Update top/left.
5413 }
5414 }
5415
5416 - (NSSize)windowWillResize: (NSWindow *)sender toSize: (NSSize)frameSize
5417 /* normalize frame to gridded text size */
5418 {
5419 NSTRACE (windowWillResize);
5420 /*fprintf (stderr,"Window will resize: %.0f x %.0f\n",frameSize.width,frameSize.height); */
5421
5422 if (fs_state == FULLSCREEN_MAXIMIZED
5423 && (maximized_width != (int)frameSize.width
5424 || maximized_height != (int)frameSize.height))
5425 [self setFSValue: FULLSCREEN_NONE];
5426 else if (fs_state == FULLSCREEN_WIDTH
5427 && maximized_width != (int)frameSize.width)
5428 [self setFSValue: FULLSCREEN_NONE];
5429 else if (fs_state == FULLSCREEN_HEIGHT
5430 && maximized_height != (int)frameSize.height)
5431 [self setFSValue: FULLSCREEN_NONE];
5432 if (fs_state == FULLSCREEN_NONE)
5433 maximized_width = maximized_height = -1;
5434
5435 cols = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (emacsframe,
5436 #ifdef NS_IMPL_GNUSTEP
5437 frameSize.width + 3);
5438 #else
5439 frameSize.width);
5440 #endif
5441 if (cols < MINWIDTH)
5442 cols = MINWIDTH;
5443
5444 rows = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (emacsframe, frameSize.height
5445 #ifdef NS_IMPL_GNUSTEP
5446 - FRAME_NS_TITLEBAR_HEIGHT (emacsframe) + 3
5447 - FRAME_TOOLBAR_HEIGHT (emacsframe));
5448 #else
5449 - FRAME_NS_TITLEBAR_HEIGHT (emacsframe)
5450 - FRAME_TOOLBAR_HEIGHT (emacsframe));
5451 #endif
5452 if (rows < MINHEIGHT)
5453 rows = MINHEIGHT;
5454 #ifdef NS_IMPL_COCOA
5455 {
5456 /* this sets window title to have size in it; the wm does this under GS */
5457 NSRect r = [[self window] frame];
5458 if (r.size.height == frameSize.height && r.size.width == frameSize.width)
5459 {
5460 if (old_title != 0)
5461 {
5462 xfree (old_title);
5463 old_title = 0;
5464 }
5465 }
5466 else
5467 {
5468 char *size_title;
5469 NSWindow *window = [self window];
5470 if (old_title == 0)
5471 {
5472 const char *t = [[[self window] title] UTF8String];
5473 char *pos = strstr (t, " — ");
5474 if (pos)
5475 *pos = '\0';
5476 old_title = xstrdup (t);
5477 }
5478 size_title = xmalloc (strlen (old_title) + 40);
5479 esprintf (size_title, "%s — (%d x %d)", old_title, cols, rows);
5480 [window setTitle: [NSString stringWithUTF8String: size_title]];
5481 [window display];
5482 xfree (size_title);
5483 }
5484 }
5485 #endif /* NS_IMPL_COCOA */
5486 /*fprintf (stderr," ...size became %.0f x %.0f (%d x %d)\n",frameSize.width,frameSize.height,cols,rows); */
5487
5488 return frameSize;
5489 }
5490
5491
5492 - (void)windowDidResize: (NSNotification *)notification
5493 {
5494
5495 #if !defined (NEW_STYLE_FS) && ! defined (NS_IMPL_GNUSTEP)
5496 NSWindow *theWindow = [notification object];
5497 /* We can get notification on the non-FS window when in fullscreen mode. */
5498 if ([self window] != theWindow) return;
5499 #endif
5500
5501 #ifdef NS_IMPL_GNUSTEP
5502 NSWindow *theWindow = [notification object];
5503
5504 /* In GNUstep, at least currently, it's possible to get a didResize
5505 without getting a willResize.. therefore we need to act as if we got
5506 the willResize now */
5507 NSSize sz = [theWindow frame].size;
5508 sz = [self windowWillResize: theWindow toSize: sz];
5509 #endif /* NS_IMPL_GNUSTEP */
5510
5511 NSTRACE (windowDidResize);
5512 /*fprintf (stderr,"windowDidResize: %.0f\n",[theWindow frame].size.height); */
5513
5514 #ifdef NS_IMPL_COCOA
5515 if (old_title != 0)
5516 {
5517 xfree (old_title);
5518 old_title = 0;
5519 }
5520 #endif /* NS_IMPL_COCOA */
5521
5522 if (cols > 0 && rows > 0)
5523 {
5524 [self updateFrameSize: YES];
5525 }
5526
5527 ns_send_appdefined (-1);
5528 }
5529
5530
5531 - (void)windowDidBecomeKey: (NSNotification *)notification
5532 /* cf. x_detect_focus_change(), x_focus_changed(), x_new_focus_frame() */
5533 {
5534 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (emacsframe);
5535 struct frame *old_focus = dpyinfo->x_focus_frame;
5536
5537 NSTRACE (windowDidBecomeKey);
5538
5539 if (emacsframe != old_focus)
5540 dpyinfo->x_focus_frame = emacsframe;
5541
5542 ns_frame_rehighlight (emacsframe);
5543
5544 if (emacs_event)
5545 {
5546 emacs_event->kind = FOCUS_IN_EVENT;
5547 EV_TRAILER ((id)nil);
5548 }
5549 }
5550
5551
5552 - (void)windowDidResignKey: (NSNotification *)notification
5553 /* cf. x_detect_focus_change(), x_focus_changed(), x_new_focus_frame() */
5554 {
5555 struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (emacsframe);
5556 NSTRACE (windowDidResignKey);
5557
5558 if (dpyinfo->x_focus_frame == emacsframe)
5559 dpyinfo->x_focus_frame = 0;
5560
5561 ns_frame_rehighlight (emacsframe);
5562
5563 /* FIXME: for some reason needed on second and subsequent clicks away
5564 from sole-frame Emacs to get hollow box to show */
5565 if (!windowClosing && [[self window] isVisible] == YES)
5566 {
5567 x_update_cursor (emacsframe, 1);
5568 x_set_frame_alpha (emacsframe);
5569 }
5570
5571 if (emacs_event)
5572 {
5573 [self deleteWorkingText];
5574 emacs_event->kind = FOCUS_IN_EVENT;
5575 EV_TRAILER ((id)nil);
5576 }
5577 }
5578
5579
5580 - (void)windowWillMiniaturize: sender
5581 {
5582 NSTRACE (windowWillMiniaturize);
5583 }
5584
5585
5586 - (BOOL)isFlipped
5587 {
5588 return YES;
5589 }
5590
5591
5592 - (BOOL)isOpaque
5593 {
5594 return NO;
5595 }
5596
5597
5598 - initFrameFromEmacs: (struct frame *)f
5599 {
5600 NSRect r, wr;
5601 Lisp_Object tem;
5602 NSWindow *win;
5603 NSButton *toggleButton;
5604 NSSize sz;
5605 NSColor *col;
5606 NSString *name;
5607
5608 NSTRACE (initFrameFromEmacs);
5609
5610 windowClosing = NO;
5611 processingCompose = NO;
5612 scrollbarsNeedingUpdate = 0;
5613 fs_state = FULLSCREEN_NONE;
5614 fs_before_fs = next_maximized = -1;
5615 maximized_width = maximized_height = -1;
5616 nonfs_window = nil;
5617
5618 /*fprintf (stderr,"init with %d, %d\n",f->text_cols, f->text_lines); */
5619
5620 ns_userRect = NSMakeRect (0, 0, 0, 0);
5621 r = NSMakeRect (0, 0, FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, f->text_cols),
5622 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, f->text_lines));
5623 [self initWithFrame: r];
5624 [self setAutoresizingMask: NSViewWidthSizable | NSViewHeightSizable];
5625
5626 FRAME_NS_VIEW (f) = self;
5627 emacsframe = f;
5628 old_title = 0;
5629
5630 win = [[EmacsWindow alloc]
5631 initWithContentRect: r
5632 styleMask: (NSResizableWindowMask |
5633 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
5634 NSTitledWindowMask |
5635 #endif
5636 NSMiniaturizableWindowMask |
5637 NSClosableWindowMask)
5638 backing: NSBackingStoreBuffered
5639 defer: YES];
5640
5641 #ifdef NEW_STYLE_FS
5642 [win setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
5643 #endif
5644
5645 wr = [win frame];
5646 bwidth = f->border_width = wr.size.width - r.size.width;
5647 tibar_height = FRAME_NS_TITLEBAR_HEIGHT (f) = wr.size.height - r.size.height;
5648
5649 [win setAcceptsMouseMovedEvents: YES];
5650 [win setDelegate: self];
5651 [win useOptimizedDrawing: YES];
5652
5653 sz.width = FRAME_COLUMN_WIDTH (f);
5654 sz.height = FRAME_LINE_HEIGHT (f);
5655 [win setResizeIncrements: sz];
5656
5657 [[win contentView] addSubview: self];
5658
5659 if (ns_drag_types)
5660 [self registerForDraggedTypes: ns_drag_types];
5661
5662 tem = f->name;
5663 name = [NSString stringWithUTF8String:
5664 NILP (tem) ? "Emacs" : SSDATA (tem)];
5665 [win setTitle: name];
5666
5667 /* toolbar support */
5668 toolbar = [[EmacsToolbar alloc] initForView: self withIdentifier:
5669 [NSString stringWithFormat: @"Emacs Frame %d",
5670 ns_window_num]];
5671 [win setToolbar: toolbar];
5672 [toolbar setVisible: NO];
5673 #ifdef NS_IMPL_COCOA
5674 toggleButton = [win standardWindowButton: NSWindowToolbarButton];
5675 [toggleButton setTarget: self];
5676 [toggleButton setAction: @selector (toggleToolbar: )];
5677 #endif
5678 FRAME_TOOLBAR_HEIGHT (f) = 0;
5679
5680 tem = f->icon_name;
5681 if (!NILP (tem))
5682 [win setMiniwindowTitle:
5683 [NSString stringWithUTF8String: SSDATA (tem)]];
5684
5685 {
5686 NSScreen *screen = [win screen];
5687
5688 if (screen != 0)
5689 [win setFrameTopLeftPoint: NSMakePoint
5690 (IN_BOUND (-SCREENMAX, f->left_pos, SCREENMAX),
5691 IN_BOUND (-SCREENMAX,
5692 [screen frame].size.height - NS_TOP_POS (f), SCREENMAX))];
5693 }
5694
5695 [win makeFirstResponder: self];
5696
5697 col = ns_lookup_indexed_color (NS_FACE_BACKGROUND
5698 (FRAME_DEFAULT_FACE (emacsframe)), emacsframe);
5699 [win setBackgroundColor: col];
5700 if ([col alphaComponent] != 1.0)
5701 [win setOpaque: NO];
5702
5703 [self allocateGState];
5704
5705 [NSApp registerServicesMenuSendTypes: ns_send_types
5706 returnTypes: nil];
5707
5708 ns_window_num++;
5709 return self;
5710 }
5711
5712
5713 - (void)windowDidMove: sender
5714 {
5715 NSWindow *win = [self window];
5716 NSRect r = [win frame];
5717 NSArray *screens = [NSScreen screens];
5718 NSScreen *screen = [screens objectAtIndex: 0];
5719
5720 NSTRACE (windowDidMove);
5721
5722 if (!emacsframe->output_data.ns)
5723 return;
5724 if (screen != nil)
5725 {
5726 emacsframe->left_pos = r.origin.x;
5727 emacsframe->top_pos =
5728 [screen frame].size.height - (r.origin.y + r.size.height);
5729 }
5730 }
5731
5732
5733 /* Called AFTER method below, but before our windowWillResize call there leads
5734 to windowDidResize -> x_set_window_size. Update emacs' notion of frame
5735 location so set_window_size moves the frame. */
5736 - (BOOL)windowShouldZoom: (NSWindow *)sender toFrame: (NSRect)newFrame
5737 {
5738 emacsframe->output_data.ns->zooming = 1;
5739 return YES;
5740 }
5741
5742
5743 /* Override to do something slightly nonstandard, but nice. First click on
5744 zoom button will zoom vertically. Second will zoom completely. Third
5745 returns to original. */
5746 - (NSRect)windowWillUseStandardFrame:(NSWindow *)sender
5747 defaultFrame:(NSRect)defaultFrame
5748 {
5749 NSRect result = [sender frame];
5750
5751 NSTRACE (windowWillUseStandardFrame);
5752
5753 if (fs_before_fs != -1) /* Entering fullscreen */
5754 {
5755 result = defaultFrame;
5756 }
5757 else if (next_maximized == FULLSCREEN_HEIGHT
5758 || (next_maximized == -1
5759 && abs (defaultFrame.size.height - result.size.height)
5760 > FRAME_LINE_HEIGHT (emacsframe)))
5761 {
5762 /* first click */
5763 ns_userRect = result;
5764 maximized_height = result.size.height = defaultFrame.size.height;
5765 maximized_width = -1;
5766 result.origin.y = defaultFrame.origin.y;
5767 [self setFSValue: FULLSCREEN_HEIGHT];
5768 }
5769 else if (next_maximized == FULLSCREEN_WIDTH)
5770 {
5771 ns_userRect = result;
5772 maximized_width = result.size.width = defaultFrame.size.width;
5773 maximized_height = -1;
5774 result.origin.x = defaultFrame.origin.x;
5775 [self setFSValue: FULLSCREEN_WIDTH];
5776 }
5777 else if (next_maximized == FULLSCREEN_MAXIMIZED
5778 || (next_maximized == -1
5779 && abs (defaultFrame.size.width - result.size.width)
5780 > FRAME_COLUMN_WIDTH (emacsframe)))
5781 {
5782 result = defaultFrame; /* second click */
5783 maximized_width = result.size.width;
5784 maximized_height = result.size.height;
5785 [self setFSValue: FULLSCREEN_MAXIMIZED];
5786 }
5787 else
5788 {
5789 /* restore */
5790 result = ns_userRect.size.height ? ns_userRect : result;
5791 ns_userRect = NSMakeRect (0, 0, 0, 0);
5792 [self setFSValue: FULLSCREEN_NONE];
5793 maximized_width = maximized_width = -1;
5794 }
5795
5796 if (fs_before_fs == -1) next_maximized = -1;
5797 [self windowWillResize: sender toSize: result.size];
5798 return result;
5799 }
5800
5801
5802 - (void)windowDidDeminiaturize: sender
5803 {
5804 NSTRACE (windowDidDeminiaturize);
5805 if (!emacsframe->output_data.ns)
5806 return;
5807 emacsframe->async_iconified = 0;
5808 emacsframe->async_visible = 1;
5809 windows_or_buffers_changed++;
5810
5811 if (emacs_event)
5812 {
5813 emacs_event->kind = ICONIFY_EVENT;
5814 EV_TRAILER ((id)nil);
5815 }
5816 }
5817
5818
5819 - (void)windowDidExpose: sender
5820 {
5821 NSTRACE (windowDidExpose);
5822 if (!emacsframe->output_data.ns)
5823 return;
5824 emacsframe->async_visible = 1;
5825 SET_FRAME_GARBAGED (emacsframe);
5826
5827 if (send_appdefined)
5828 ns_send_appdefined (-1);
5829 }
5830
5831
5832 - (void)windowDidMiniaturize: sender
5833 {
5834 NSTRACE (windowDidMiniaturize);
5835 if (!emacsframe->output_data.ns)
5836 return;
5837
5838 emacsframe->async_iconified = 1;
5839 emacsframe->async_visible = 0;
5840
5841 if (emacs_event)
5842 {
5843 emacs_event->kind = ICONIFY_EVENT;
5844 EV_TRAILER ((id)nil);
5845 }
5846 }
5847
5848 - (void)windowWillEnterFullScreen:(NSNotification *)notification
5849 {
5850 fs_before_fs = fs_state;
5851 }
5852
5853 - (void)windowDidEnterFullScreen:(NSNotification *)notification
5854 {
5855 [self setFSValue: FULLSCREEN_BOTH];
5856 #ifdef NEW_STYLE_FS
5857 // Fix bad background.
5858 if ([toolbar isVisible])
5859 {
5860 [toolbar setVisible:NO];
5861 [toolbar setVisible:YES];
5862 }
5863 #else
5864 [self windowDidBecomeKey:notification];
5865 [nonfs_window orderOut:self];
5866 #endif
5867 }
5868
5869 - (void)windowWillExitFullScreen:(NSNotification *)notification
5870 {
5871 if (next_maximized != -1)
5872 fs_before_fs = next_maximized;
5873 }
5874
5875 - (void)windowDidExitFullScreen:(NSNotification *)notification
5876 {
5877 [self setFSValue: fs_before_fs];
5878 fs_before_fs = -1;
5879 if (next_maximized != -1)
5880 [[self window] performZoom:self];
5881 }
5882
5883 - (void)toggleFullScreen: (id)sender
5884 {
5885 #ifdef NEW_STYLE_FS
5886 [[self window] toggleFullScreen:sender];
5887 #else
5888 NSWindow *w = [self window], *fw;
5889 BOOL onFirstScreen = [[w screen]
5890 isEqual:[[NSScreen screens] objectAtIndex:0]];
5891 struct frame *f = emacsframe;
5892 NSSize sz;
5893 NSRect r, wr = [w frame];
5894 NSColor *col = ns_lookup_indexed_color (NS_FACE_BACKGROUND
5895 (FRAME_DEFAULT_FACE (f)),
5896 f);
5897
5898 sz.width = FRAME_COLUMN_WIDTH (f);
5899 sz.height = FRAME_LINE_HEIGHT (f);
5900
5901 if (fs_state != FULLSCREEN_BOTH)
5902 {
5903 /* Hide dock and menubar if we are on the primary screen. */
5904 if (onFirstScreen)
5905 {
5906 #if defined (NS_IMPL_COCOA) && \
5907 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
5908 NSApplicationPresentationOptions options
5909 = NSApplicationPresentationAutoHideDock
5910 | NSApplicationPresentationAutoHideMenuBar;
5911
5912 [NSApp setPresentationOptions: options];
5913 #else
5914 [NSMenu setMenuBarVisible:NO];
5915 #endif
5916 }
5917
5918 fw = [[EmacsFSWindow alloc]
5919 initWithContentRect:[w contentRectForFrameRect:wr]
5920 styleMask:NSBorderlessWindowMask
5921 backing:NSBackingStoreBuffered
5922 defer:YES
5923 screen:[w screen]];
5924
5925 [fw setContentView:[w contentView]];
5926 [fw setTitle:[w title]];
5927 [fw setDelegate:self];
5928 [fw setAcceptsMouseMovedEvents: YES];
5929 [fw useOptimizedDrawing: YES];
5930 [fw setResizeIncrements: sz];
5931 [fw setBackgroundColor: col];
5932 if ([col alphaComponent] != 1.0)
5933 [fw setOpaque: NO];
5934
5935 f->border_width = 0;
5936 FRAME_NS_TITLEBAR_HEIGHT (f) = 0;
5937 tobar_height = FRAME_TOOLBAR_HEIGHT (f);
5938 FRAME_TOOLBAR_HEIGHT (f) = 0;
5939 FRAME_EXTERNAL_TOOL_BAR (f) = 0;
5940
5941 nonfs_window = w;
5942
5943 [self windowWillEnterFullScreen:nil];
5944 [fw makeKeyAndOrderFront:NSApp];
5945 [fw makeFirstResponder:self];
5946 [w orderOut:self];
5947 r = [fw frameRectForContentRect:[[fw screen] frame]];
5948 [fw setFrame: r display:YES animate:YES];
5949 [self windowDidEnterFullScreen:nil];
5950 [fw display];
5951 }
5952 else
5953 {
5954 fw = w;
5955 w = nonfs_window;
5956 nonfs_window = nil;
5957
5958 if (onFirstScreen)
5959 {
5960 #if defined (NS_IMPL_COCOA) && \
5961 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
5962 [NSApp setPresentationOptions: NSApplicationPresentationDefault];
5963 #else
5964 [NSMenu setMenuBarVisible:YES];
5965 #endif
5966 }
5967
5968 [w setContentView:[fw contentView]];
5969 [w setResizeIncrements: sz];
5970 [w setBackgroundColor: col];
5971 if ([col alphaComponent] != 1.0)
5972 [w setOpaque: NO];
5973
5974 f->border_width = bwidth;
5975 FRAME_NS_TITLEBAR_HEIGHT (f) = tibar_height;
5976 FRAME_TOOLBAR_HEIGHT (f) = tobar_height;
5977 if (tobar_height)
5978 FRAME_EXTERNAL_TOOL_BAR (f) = 1;
5979
5980 [self windowWillExitFullScreen:nil];
5981 [fw setFrame: [w frame] display:YES animate:YES];
5982 [fw close];
5983 [w makeKeyAndOrderFront:NSApp];
5984 [self windowDidExitFullScreen:nil];
5985 }
5986 #endif
5987 }
5988
5989 - (void)handleFS
5990 {
5991 if (fs_state != emacsframe->want_fullscreen)
5992 {
5993 if (fs_state == FULLSCREEN_BOTH)
5994 {
5995 [self toggleFullScreen:self];
5996 }
5997
5998 switch (emacsframe->want_fullscreen)
5999 {
6000 case FULLSCREEN_BOTH:
6001 [self toggleFullScreen:self];
6002 break;
6003 case FULLSCREEN_WIDTH:
6004 next_maximized = FULLSCREEN_WIDTH;
6005 if (fs_state != FULLSCREEN_BOTH)
6006 [[self window] performZoom:self];
6007 break;
6008 case FULLSCREEN_HEIGHT:
6009 next_maximized = FULLSCREEN_HEIGHT;
6010 if (fs_state != FULLSCREEN_BOTH)
6011 [[self window] performZoom:self];
6012 break;
6013 case FULLSCREEN_MAXIMIZED:
6014 next_maximized = FULLSCREEN_MAXIMIZED;
6015 if (fs_state != FULLSCREEN_BOTH)
6016 [[self window] performZoom:self];
6017 break;
6018 case FULLSCREEN_NONE:
6019 if (fs_state != FULLSCREEN_BOTH)
6020 {
6021 next_maximized = FULLSCREEN_NONE;
6022 [[self window] performZoom:self];
6023 }
6024 break;
6025 }
6026
6027 emacsframe->want_fullscreen = FULLSCREEN_NONE;
6028 }
6029
6030 }
6031
6032 - (void) setFSValue: (int)value
6033 {
6034 Lisp_Object lval = Qnil;
6035 switch (value)
6036 {
6037 case FULLSCREEN_BOTH:
6038 lval = Qfullboth;
6039 break;
6040 case FULLSCREEN_WIDTH:
6041 lval = Qfullwidth;
6042 break;
6043 case FULLSCREEN_HEIGHT:
6044 lval = Qfullheight;
6045 break;
6046 case FULLSCREEN_MAXIMIZED:
6047 lval = Qmaximized;
6048 break;
6049 }
6050 store_frame_param (emacsframe, Qfullscreen, lval);
6051 fs_state = value;
6052 }
6053
6054 - (void)mouseEntered: (NSEvent *)theEvent
6055 {
6056 NSTRACE (mouseEntered);
6057 last_mouse_movement_time = EV_TIMESTAMP (theEvent);
6058 }
6059
6060
6061 - (void)mouseExited: (NSEvent *)theEvent
6062 {
6063 Mouse_HLInfo *hlinfo = emacsframe ? MOUSE_HL_INFO (emacsframe) : NULL;
6064
6065 NSTRACE (mouseExited);
6066
6067 if (!hlinfo)
6068 return;
6069
6070 last_mouse_movement_time = EV_TIMESTAMP (theEvent);
6071
6072 if (emacsframe == hlinfo->mouse_face_mouse_frame)
6073 {
6074 clear_mouse_face (hlinfo);
6075 hlinfo->mouse_face_mouse_frame = 0;
6076 }
6077 }
6078
6079
6080 - menuDown: sender
6081 {
6082 NSTRACE (menuDown);
6083 if (context_menu_value == -1)
6084 context_menu_value = [sender tag];
6085 else
6086 {
6087 NSInteger tag = [sender tag];
6088 find_and_call_menu_selection (emacsframe, emacsframe->menu_bar_items_used,
6089 emacsframe->menu_bar_vector,
6090 (void *)tag);
6091 }
6092
6093 ns_send_appdefined (-1);
6094 return self;
6095 }
6096
6097
6098 - (EmacsToolbar *)toolbar
6099 {
6100 return toolbar;
6101 }
6102
6103
6104 /* this gets called on toolbar button click */
6105 - toolbarClicked: (id)item
6106 {
6107 NSEvent *theEvent;
6108 int idx = [item tag] * TOOL_BAR_ITEM_NSLOTS;
6109
6110 NSTRACE (toolbarClicked);
6111
6112 if (!emacs_event)
6113 return self;
6114
6115 /* send first event (for some reason two needed) */
6116 theEvent = [[self window] currentEvent];
6117 emacs_event->kind = TOOL_BAR_EVENT;
6118 XSETFRAME (emacs_event->arg, emacsframe);
6119 EV_TRAILER (theEvent);
6120
6121 emacs_event->kind = TOOL_BAR_EVENT;
6122 /* XSETINT (emacs_event->code, 0); */
6123 emacs_event->arg = AREF (emacsframe->tool_bar_items,
6124 idx + TOOL_BAR_ITEM_KEY);
6125 emacs_event->modifiers = EV_MODIFIERS (theEvent);
6126 EV_TRAILER (theEvent);
6127 return self;
6128 }
6129
6130
6131 - toggleToolbar: (id)sender
6132 {
6133 if (!emacs_event)
6134 return self;
6135
6136 emacs_event->kind = NS_NONKEY_EVENT;
6137 emacs_event->code = KEY_NS_TOGGLE_TOOLBAR;
6138 EV_TRAILER ((id)nil);
6139 return self;
6140 }
6141
6142
6143 - (void)drawRect: (NSRect)rect
6144 {
6145 int x = NSMinX (rect), y = NSMinY (rect);
6146 int width = NSWidth (rect), height = NSHeight (rect);
6147
6148 NSTRACE (drawRect);
6149
6150 if (!emacsframe || !emacsframe->output_data.ns)
6151 return;
6152
6153 ns_clear_frame_area (emacsframe, x, y, width, height);
6154 expose_frame (emacsframe, x, y, width, height);
6155
6156 /*
6157 drawRect: may be called (at least in OS X 10.5) for invisible
6158 views as well for some reason. Thus, do not infer visibility
6159 here.
6160
6161 emacsframe->async_visible = 1;
6162 emacsframe->async_iconified = 0;
6163 */
6164 }
6165
6166
6167 /* NSDraggingDestination protocol methods. Actually this is not really a
6168 protocol, but a category of Object. O well... */
6169
6170 -(NSUInteger) draggingEntered: (id <NSDraggingInfo>) sender
6171 {
6172 NSTRACE (draggingEntered);
6173 return NSDragOperationGeneric;
6174 }
6175
6176
6177 -(BOOL)prepareForDragOperation: (id <NSDraggingInfo>) sender
6178 {
6179 return YES;
6180 }
6181
6182
6183 -(BOOL)performDragOperation: (id <NSDraggingInfo>) sender
6184 {
6185 id pb;
6186 int x, y;
6187 NSString *type;
6188 NSEvent *theEvent = [[self window] currentEvent];
6189 NSPoint position;
6190
6191 NSTRACE (performDragOperation);
6192
6193 if (!emacs_event)
6194 return NO;
6195
6196 position = [self convertPoint: [sender draggingLocation] fromView: nil];
6197 x = lrint (position.x); y = lrint (position.y);
6198
6199 pb = [sender draggingPasteboard];
6200 type = [pb availableTypeFromArray: ns_drag_types];
6201 if (type == 0)
6202 {
6203 return NO;
6204 }
6205 else if ([type isEqualToString: NSFilenamesPboardType])
6206 {
6207 NSArray *files;
6208 NSEnumerator *fenum;
6209 NSString *file;
6210
6211 if (!(files = [pb propertyListForType: type]))
6212 return NO;
6213
6214 fenum = [files objectEnumerator];
6215 while ( (file = [fenum nextObject]) )
6216 {
6217 emacs_event->kind = NS_NONKEY_EVENT;
6218 emacs_event->code = KEY_NS_DRAG_FILE;
6219 XSETINT (emacs_event->x, x);
6220 XSETINT (emacs_event->y, y);
6221 ns_input_file = append2 (ns_input_file,
6222 build_string ([file UTF8String]));
6223 emacs_event->modifiers = EV_MODIFIERS (theEvent);
6224 EV_TRAILER (theEvent);
6225 }
6226 return YES;
6227 }
6228 else if ([type isEqualToString: NSURLPboardType])
6229 {
6230 NSString *file;
6231 NSURL *fileURL;
6232
6233 if (!(fileURL = [NSURL URLFromPasteboard: pb]) ||
6234 [fileURL isFileURL] == NO)
6235 return NO;
6236
6237 file = [fileURL path];
6238 emacs_event->kind = NS_NONKEY_EVENT;
6239 emacs_event->code = KEY_NS_DRAG_FILE;
6240 XSETINT (emacs_event->x, x);
6241 XSETINT (emacs_event->y, y);
6242 ns_input_file = append2 (ns_input_file, build_string ([file UTF8String]));
6243 emacs_event->modifiers = EV_MODIFIERS (theEvent);
6244 EV_TRAILER (theEvent);
6245 return YES;
6246 }
6247 else if ([type isEqualToString: NSStringPboardType]
6248 || [type isEqualToString: NSTabularTextPboardType])
6249 {
6250 NSString *data;
6251
6252 if (! (data = [pb stringForType: type]))
6253 return NO;
6254
6255 emacs_event->kind = NS_NONKEY_EVENT;
6256 emacs_event->code = KEY_NS_DRAG_TEXT;
6257 XSETINT (emacs_event->x, x);
6258 XSETINT (emacs_event->y, y);
6259 ns_input_text = build_string ([data UTF8String]);
6260 emacs_event->modifiers = EV_MODIFIERS (theEvent);
6261 EV_TRAILER (theEvent);
6262 return YES;
6263 }
6264 else if ([type isEqualToString: NSColorPboardType])
6265 {
6266 NSColor *c = [NSColor colorFromPasteboard: pb];
6267 emacs_event->kind = NS_NONKEY_EVENT;
6268 emacs_event->code = KEY_NS_DRAG_COLOR;
6269 XSETINT (emacs_event->x, x);
6270 XSETINT (emacs_event->y, y);
6271 ns_input_color = ns_color_to_lisp (c);
6272 emacs_event->modifiers = EV_MODIFIERS (theEvent);
6273 EV_TRAILER (theEvent);
6274 return YES;
6275 }
6276 else if ([type isEqualToString: NSFontPboardType])
6277 {
6278 /* impl based on GNUstep NSTextView.m */
6279 NSData *data = [pb dataForType: NSFontPboardType];
6280 NSDictionary *dict = [NSUnarchiver unarchiveObjectWithData: data];
6281 NSFont *font = [dict objectForKey: NSFontAttributeName];
6282 char fontSize[10];
6283
6284 if (font == nil)
6285 return NO;
6286
6287 emacs_event->kind = NS_NONKEY_EVENT;
6288 emacs_event->code = KEY_NS_CHANGE_FONT;
6289 XSETINT (emacs_event->x, x);
6290 XSETINT (emacs_event->y, y);
6291 ns_input_font = build_string ([[font fontName] UTF8String]);
6292 snprintf (fontSize, 10, "%f", [font pointSize]);
6293 ns_input_fontsize = build_string (fontSize);
6294 emacs_event->modifiers = EV_MODIFIERS (theEvent);
6295 EV_TRAILER (theEvent);
6296 return YES;
6297 }
6298 else
6299 {
6300 error ("Invalid data type in dragging pasteboard.");
6301 return NO;
6302 }
6303 }
6304
6305
6306 - (id) validRequestorForSendType: (NSString *)typeSent
6307 returnType: (NSString *)typeReturned
6308 {
6309 NSTRACE (validRequestorForSendType);
6310 if (typeSent != nil && [ns_send_types indexOfObject: typeSent] != NSNotFound
6311 && typeReturned == nil)
6312 {
6313 if (! NILP (ns_get_local_selection (QPRIMARY, QUTF8_STRING)))
6314 return self;
6315 }
6316
6317 return [super validRequestorForSendType: typeSent
6318 returnType: typeReturned];
6319 }
6320
6321
6322 /* The next two methods are part of NSServicesRequests informal protocol,
6323 supposedly called when a services menu item is chosen from this app.
6324 But this should not happen because we override the services menu with our
6325 own entries which call ns-perform-service.
6326 Nonetheless, it appeared to happen (under strange circumstances): bug#1435.
6327 So let's at least stub them out until further investigation can be done. */
6328
6329 - (BOOL) readSelectionFromPasteboard: (NSPasteboard *)pb
6330 {
6331 /* we could call ns_string_from_pasteboard(pboard) here but then it should
6332 be written into the buffer in place of the existing selection..
6333 ordinary service calls go through functions defined in ns-win.el */
6334 return NO;
6335 }
6336
6337 - (BOOL) writeSelectionToPasteboard: (NSPasteboard *)pb types: (NSArray *)types
6338 {
6339 NSArray *typesDeclared;
6340 Lisp_Object val;
6341
6342 /* We only support NSStringPboardType */
6343 if ([types containsObject:NSStringPboardType] == NO) {
6344 return NO;
6345 }
6346
6347 val = ns_get_local_selection (QPRIMARY, QUTF8_STRING);
6348 if (CONSP (val) && SYMBOLP (XCAR (val)))
6349 {
6350 val = XCDR (val);
6351 if (CONSP (val) && NILP (XCDR (val)))
6352 val = XCAR (val);
6353 }
6354 if (! STRINGP (val))
6355 return NO;
6356
6357 typesDeclared = [NSArray arrayWithObject:NSStringPboardType];
6358 [pb declareTypes:typesDeclared owner:nil];
6359 ns_string_to_pasteboard (pb, val);
6360 return YES;
6361 }
6362
6363
6364 /* setMini =YES means set from internal (gives a finder icon), NO means set nil
6365 (gives a miniaturized version of the window); currently we use the latter for
6366 frames whose active buffer doesn't correspond to any file
6367 (e.g., '*scratch*') */
6368 - setMiniwindowImage: (BOOL) setMini
6369 {
6370 id image = [[self window] miniwindowImage];
6371 NSTRACE (setMiniwindowImage);
6372
6373 /* NOTE: under Cocoa miniwindowImage always returns nil, documentation
6374 about "AppleDockIconEnabled" notwithstanding, however the set message
6375 below has its effect nonetheless. */
6376 if (image != emacsframe->output_data.ns->miniimage)
6377 {
6378 if (image && [image isKindOfClass: [EmacsImage class]])
6379 [image release];
6380 [[self window] setMiniwindowImage:
6381 setMini ? emacsframe->output_data.ns->miniimage : nil];
6382 }
6383
6384 return self;
6385 }
6386
6387
6388 - (void) setRows: (int) r andColumns: (int) c
6389 {
6390 rows = r;
6391 cols = c;
6392 }
6393
6394 @end /* EmacsView */
6395
6396
6397
6398 /* ==========================================================================
6399
6400 EmacsWindow implementation
6401
6402 ========================================================================== */
6403
6404 @implementation EmacsWindow
6405
6406 #ifdef NS_IMPL_COCOA
6407 - (id)accessibilityAttributeValue:(NSString *)attribute
6408 {
6409 Lisp_Object str = Qnil;
6410 struct frame *f = SELECTED_FRAME ();
6411 struct buffer *curbuf = XBUFFER (XWINDOW (f->selected_window)->buffer);
6412
6413 if ([attribute isEqualToString:NSAccessibilityRoleAttribute])
6414 return NSAccessibilityTextFieldRole;
6415
6416 if ([attribute isEqualToString:NSAccessibilitySelectedTextAttribute]
6417 && curbuf && ! NILP (BVAR (curbuf, mark_active)))
6418 {
6419 str = ns_get_local_selection (QPRIMARY, QUTF8_STRING);
6420 }
6421 else if (curbuf && [attribute isEqualToString:NSAccessibilityValueAttribute])
6422 {
6423 if (! NILP (BVAR (curbuf, mark_active)))
6424 str = ns_get_local_selection (QPRIMARY, QUTF8_STRING);
6425
6426 if (NILP (str))
6427 {
6428 ptrdiff_t start_byte = BUF_BEGV_BYTE (curbuf);
6429 ptrdiff_t byte_range = BUF_ZV_BYTE (curbuf) - start_byte;
6430 ptrdiff_t range = BUF_ZV (curbuf) - BUF_BEGV (curbuf);
6431
6432 if (! NILP (BVAR (curbuf, enable_multibyte_characters)))
6433 str = make_uninit_multibyte_string (range, byte_range);
6434 else
6435 str = make_uninit_string (range);
6436 /* To check: This returns emacs-utf-8, which is a superset of utf-8.
6437 Is this a problem? */
6438 memcpy (SDATA (str), BYTE_POS_ADDR (start_byte), byte_range);
6439 }
6440 }
6441
6442
6443 if (! NILP (str))
6444 {
6445 if (CONSP (str) && SYMBOLP (XCAR (str)))
6446 {
6447 str = XCDR (str);
6448 if (CONSP (str) && NILP (XCDR (str)))
6449 str = XCAR (str);
6450 }
6451 if (STRINGP (str))
6452 {
6453 const char *utfStr = SSDATA (str);
6454 NSString *nsStr = [NSString stringWithUTF8String: utfStr];
6455 return nsStr;
6456 }
6457 }
6458
6459 return [super accessibilityAttributeValue:attribute];
6460 }
6461 #endif /* NS_IMPL_COCOA */
6462
6463 /* If we have multiple monitors, one above the other, we don't want to
6464 restrict the height to just one monitor. So we override this. */
6465 - (NSRect)constrainFrameRect:(NSRect)frameRect toScreen:(NSScreen *)screen
6466 {
6467 /* When making the frame visible for the first time or if there is just
6468 one screen, we want to constrain. Other times not. */
6469 NSUInteger nr_screens = [[NSScreen screens] count];
6470 struct frame *f = ((EmacsView *)[self delegate])->emacsframe;
6471 NSTRACE (constrainFrameRect);
6472
6473 if (nr_screens == 1)
6474 {
6475 NSRect r = [super constrainFrameRect:frameRect toScreen:screen];
6476 return r;
6477 }
6478
6479 if (f->output_data.ns->dont_constrain
6480 || ns_menu_bar_should_be_hidden ())
6481 return frameRect;
6482
6483 f->output_data.ns->dont_constrain = 1;
6484 return [super constrainFrameRect:frameRect toScreen:screen];
6485 }
6486
6487 @end /* EmacsWindow */
6488
6489
6490 @implementation EmacsFSWindow
6491
6492 - (BOOL)canBecomeKeyWindow
6493 {
6494 return YES;
6495 }
6496
6497 - (BOOL)canBecomeMainWindow
6498 {
6499 return YES;
6500 }
6501
6502 @end
6503
6504 /* ==========================================================================
6505
6506 EmacsScroller implementation
6507
6508 ========================================================================== */
6509
6510
6511 @implementation EmacsScroller
6512
6513 /* for repeat button push */
6514 #define SCROLL_BAR_FIRST_DELAY 0.5
6515 #define SCROLL_BAR_CONTINUOUS_DELAY (1.0 / 15)
6516
6517 + (CGFloat) scrollerWidth
6518 {
6519 /* TODO: if we want to allow variable widths, this is the place to do it,
6520 however neither GNUstep nor Cocoa support it very well */
6521 return [NSScroller scrollerWidth];
6522 }
6523
6524
6525 - initFrame: (NSRect )r window: (Lisp_Object)nwin
6526 {
6527 NSTRACE (EmacsScroller_initFrame);
6528
6529 r.size.width = [EmacsScroller scrollerWidth];
6530 [super initWithFrame: r/*NSMakeRect (0, 0, 0, 0)*/];
6531 [self setContinuous: YES];
6532 [self setEnabled: YES];
6533
6534 /* Ensure auto resizing of scrollbars occurs within the emacs frame's view
6535 locked against the top and bottom edges, and right edge on OS X, where
6536 scrollers are on right. */
6537 #ifdef NS_IMPL_GNUSTEP
6538 [self setAutoresizingMask: NSViewMaxXMargin | NSViewHeightSizable];
6539 #else
6540 [self setAutoresizingMask: NSViewMinXMargin | NSViewHeightSizable];
6541 #endif
6542
6543 win = nwin;
6544 condemned = NO;
6545 pixel_height = NSHeight (r);
6546 if (pixel_height == 0) pixel_height = 1;
6547 min_portion = 20 / pixel_height;
6548
6549 frame = XFRAME (XWINDOW (win)->frame);
6550 if (FRAME_LIVE_P (frame))
6551 {
6552 int i;
6553 EmacsView *view = FRAME_NS_VIEW (frame);
6554 NSView *sview = [[view window] contentView];
6555 NSArray *subs = [sview subviews];
6556
6557 /* disable optimization stopping redraw of other scrollbars */
6558 view->scrollbarsNeedingUpdate = 0;
6559 for (i =[subs count]-1; i >= 0; i--)
6560 if ([[subs objectAtIndex: i] isKindOfClass: [EmacsScroller class]])
6561 view->scrollbarsNeedingUpdate++;
6562 [sview addSubview: self];
6563 }
6564
6565 /* [self setFrame: r]; */
6566
6567 return self;
6568 }
6569
6570
6571 - (void)setFrame: (NSRect)newRect
6572 {
6573 NSTRACE (EmacsScroller_setFrame);
6574 /* block_input (); */
6575 pixel_height = NSHeight (newRect);
6576 if (pixel_height == 0) pixel_height = 1;
6577 min_portion = 20 / pixel_height;
6578 [super setFrame: newRect];
6579 [self display];
6580 /* unblock_input (); */
6581 }
6582
6583
6584 - (void)dealloc
6585 {
6586 NSTRACE (EmacsScroller_dealloc);
6587 if (!NILP (win))
6588 wset_vertical_scroll_bar (XWINDOW (win), Qnil);
6589 [super dealloc];
6590 }
6591
6592
6593 - condemn
6594 {
6595 NSTRACE (condemn);
6596 condemned =YES;
6597 return self;
6598 }
6599
6600
6601 - reprieve
6602 {
6603 NSTRACE (reprieve);
6604 condemned =NO;
6605 return self;
6606 }
6607
6608
6609 - judge
6610 {
6611 NSTRACE (judge);
6612 if (condemned)
6613 {
6614 EmacsView *view;
6615 block_input ();
6616 /* ensure other scrollbar updates after deletion */
6617 view = (EmacsView *)FRAME_NS_VIEW (frame);
6618 if (view != nil)
6619 view->scrollbarsNeedingUpdate++;
6620 [self removeFromSuperview];
6621 [self release];
6622 unblock_input ();
6623 }
6624 return self;
6625 }
6626
6627
6628 - (void)resetCursorRects
6629 {
6630 NSRect visible = [self visibleRect];
6631 NSTRACE (resetCursorRects);
6632
6633 if (!NSIsEmptyRect (visible))
6634 [self addCursorRect: visible cursor: [NSCursor arrowCursor]];
6635 [[NSCursor arrowCursor] setOnMouseEntered: YES];
6636 }
6637
6638
6639 - (int) checkSamePosition: (int) position portion: (int) portion
6640 whole: (int) whole
6641 {
6642 return em_position ==position && em_portion ==portion && em_whole ==whole
6643 && portion != whole; /* needed for resize empty buf */
6644 }
6645
6646
6647 - setPosition: (int)position portion: (int)portion whole: (int)whole
6648 {
6649 NSTRACE (setPosition);
6650
6651 em_position = position;
6652 em_portion = portion;
6653 em_whole = whole;
6654
6655 if (portion >= whole)
6656 {
6657 #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_5
6658 [self setKnobProportion: 1.0];
6659 [self setDoubleValue: 1.0];
6660 #else
6661 [self setFloatValue: 0.0 knobProportion: 1.0];
6662 #endif
6663 }
6664 else
6665 {
6666 float pos, por;
6667 portion = max ((float)whole*min_portion/pixel_height, portion);
6668 pos = (float)position / (whole - portion);
6669 por = (float)portion/whole;
6670 #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_5
6671 [self setKnobProportion: por];
6672 [self setDoubleValue: pos];
6673 #else
6674 [self setFloatValue: pos knobProportion: por];
6675 #endif
6676 }
6677
6678 /* Events may come here even if the event loop is not running.
6679 If we don't enter the event loop, the scroll bar will not update.
6680 So send SIGIO to ourselves. */
6681 if (apploopnr == 0) kill (0, SIGIO);
6682
6683 return self;
6684 }
6685
6686 /* FIXME: unused at moment (see ns_mouse_position) at the moment because
6687 drag events will go directly to the EmacsScroller. Leaving in for now. */
6688 -(void)getMouseMotionPart: (int *)part window: (Lisp_Object *)window
6689 x: (Lisp_Object *)x y: ( Lisp_Object *)y
6690 {
6691 *part = last_hit_part;
6692 *window = win;
6693 XSETINT (*y, pixel_height);
6694 if ([self floatValue] > 0.999)
6695 XSETINT (*x, pixel_height);
6696 else
6697 XSETINT (*x, pixel_height * [self floatValue]);
6698 }
6699
6700
6701 /* set up emacs_event */
6702 - (void) sendScrollEventAtLoc: (float)loc fromEvent: (NSEvent *)e
6703 {
6704 if (!emacs_event)
6705 return;
6706
6707 emacs_event->part = last_hit_part;
6708 emacs_event->code = 0;
6709 emacs_event->modifiers = EV_MODIFIERS (e) | down_modifier;
6710 emacs_event->frame_or_window = win;
6711 emacs_event->timestamp = EV_TIMESTAMP (e);
6712 emacs_event->kind = SCROLL_BAR_CLICK_EVENT;
6713 emacs_event->arg = Qnil;
6714 XSETINT (emacs_event->x, loc * pixel_height);
6715 XSETINT (emacs_event->y, pixel_height-20);
6716
6717 if (q_event_ptr)
6718 {
6719 n_emacs_events_pending++;
6720 kbd_buffer_store_event_hold (emacs_event, q_event_ptr);
6721 }
6722 else
6723 hold_event (emacs_event);
6724 EVENT_INIT (*emacs_event);
6725 ns_send_appdefined (-1);
6726 }
6727
6728
6729 /* called manually thru timer to implement repeated button action w/hold-down */
6730 - repeatScroll: (NSTimer *)scrollEntry
6731 {
6732 NSEvent *e = [[self window] currentEvent];
6733 NSPoint p = [[self window] mouseLocationOutsideOfEventStream];
6734 BOOL inKnob = [self testPart: p] == NSScrollerKnob;
6735
6736 /* clear timer if need be */
6737 if (inKnob || [scroll_repeat_entry timeInterval] == SCROLL_BAR_FIRST_DELAY)
6738 {
6739 [scroll_repeat_entry invalidate];
6740 [scroll_repeat_entry release];
6741 scroll_repeat_entry = nil;
6742
6743 if (inKnob)
6744 return self;
6745
6746 scroll_repeat_entry
6747 = [[NSTimer scheduledTimerWithTimeInterval:
6748 SCROLL_BAR_CONTINUOUS_DELAY
6749 target: self
6750 selector: @selector (repeatScroll:)
6751 userInfo: 0
6752 repeats: YES]
6753 retain];
6754 }
6755
6756 [self sendScrollEventAtLoc: 0 fromEvent: e];
6757 return self;
6758 }
6759
6760
6761 /* Asynchronous mouse tracking for scroller. This allows us to dispatch
6762 mouseDragged events without going into a modal loop. */
6763 - (void)mouseDown: (NSEvent *)e
6764 {
6765 NSRect sr, kr;
6766 /* hitPart is only updated AFTER event is passed on */
6767 NSScrollerPart part = [self testPart: [e locationInWindow]];
6768 double inc = 0.0, loc, kloc, pos;
6769 int edge = 0;
6770
6771 NSTRACE (EmacsScroller_mouseDown);
6772
6773 switch (part)
6774 {
6775 case NSScrollerDecrementPage:
6776 last_hit_part = scroll_bar_above_handle; inc = -1.0; break;
6777 case NSScrollerIncrementPage:
6778 last_hit_part = scroll_bar_below_handle; inc = 1.0; break;
6779 case NSScrollerDecrementLine:
6780 last_hit_part = scroll_bar_up_arrow; inc = -0.1; break;
6781 case NSScrollerIncrementLine:
6782 last_hit_part = scroll_bar_down_arrow; inc = 0.1; break;
6783 case NSScrollerKnob:
6784 last_hit_part = scroll_bar_handle; break;
6785 case NSScrollerKnobSlot: /* GNUstep-only */
6786 last_hit_part = scroll_bar_move_ratio; break;
6787 default: /* NSScrollerNoPart? */
6788 fprintf (stderr, "EmacsScoller-mouseDown: unexpected part %ld\n",
6789 (long) part);
6790 return;
6791 }
6792
6793 if (inc != 0.0)
6794 {
6795 pos = 0; /* ignored */
6796
6797 /* set a timer to repeat, as we can't let superclass do this modally */
6798 scroll_repeat_entry
6799 = [[NSTimer scheduledTimerWithTimeInterval: SCROLL_BAR_FIRST_DELAY
6800 target: self
6801 selector: @selector (repeatScroll:)
6802 userInfo: 0
6803 repeats: YES]
6804 retain];
6805 }
6806 else
6807 {
6808 /* handle, or on GNUstep possibly slot */
6809 NSEvent *fake_event;
6810
6811 /* compute float loc in slot and mouse offset on knob */
6812 sr = [self convertRect: [self rectForPart: NSScrollerKnobSlot]
6813 toView: nil];
6814 loc = NSHeight (sr) - ([e locationInWindow].y - NSMinY (sr));
6815 if (loc <= 0.0)
6816 {
6817 loc = 0.0;
6818 edge = -1;
6819 }
6820 else if (loc >= NSHeight (sr))
6821 {
6822 loc = NSHeight (sr);
6823 edge = 1;
6824 }
6825
6826 if (edge)
6827 kloc = 0.5 * edge;
6828 else
6829 {
6830 kr = [self convertRect: [self rectForPart: NSScrollerKnob]
6831 toView: nil];
6832 kloc = NSHeight (kr) - ([e locationInWindow].y - NSMinY (kr));
6833 }
6834 last_mouse_offset = kloc;
6835
6836 /* if knob, tell emacs a location offset by knob pos
6837 (to indicate top of handle) */
6838 if (part == NSScrollerKnob)
6839 pos = (loc - last_mouse_offset) / NSHeight (sr);
6840 else
6841 /* else this is a slot click on GNUstep: go straight there */
6842 pos = loc / NSHeight (sr);
6843
6844 /* send a fake mouse-up to super to preempt modal -trackKnob: mode */
6845 fake_event = [NSEvent mouseEventWithType: NSLeftMouseUp
6846 location: [e locationInWindow]
6847 modifierFlags: [e modifierFlags]
6848 timestamp: [e timestamp]
6849 windowNumber: [e windowNumber]
6850 context: [e context]
6851 eventNumber: [e eventNumber]
6852 clickCount: [e clickCount]
6853 pressure: [e pressure]];
6854 [super mouseUp: fake_event];
6855 }
6856
6857 if (part != NSScrollerKnob)
6858 [self sendScrollEventAtLoc: pos fromEvent: e];
6859 }
6860
6861
6862 /* Called as we manually track scroller drags, rather than superclass. */
6863 - (void)mouseDragged: (NSEvent *)e
6864 {
6865 NSRect sr;
6866 double loc, pos;
6867 int edge = 0;
6868
6869 NSTRACE (EmacsScroller_mouseDragged);
6870
6871 sr = [self convertRect: [self rectForPart: NSScrollerKnobSlot]
6872 toView: nil];
6873 loc = NSHeight (sr) - ([e locationInWindow].y - NSMinY (sr));
6874
6875 if (loc <= 0.0)
6876 {
6877 loc = 0.0;
6878 edge = -1;
6879 }
6880 else if (loc >= NSHeight (sr) + last_mouse_offset)
6881 {
6882 loc = NSHeight (sr) + last_mouse_offset;
6883 edge = 1;
6884 }
6885
6886 pos = /*(edge ? loc :*/ (loc - last_mouse_offset) / NSHeight (sr);
6887 [self sendScrollEventAtLoc: pos fromEvent: e];
6888 }
6889
6890
6891 - (void)mouseUp: (NSEvent *)e
6892 {
6893 if (scroll_repeat_entry)
6894 {
6895 [scroll_repeat_entry invalidate];
6896 [scroll_repeat_entry release];
6897 scroll_repeat_entry = nil;
6898 }
6899 last_hit_part = 0;
6900 }
6901
6902
6903 /* treat scrollwheel events in the bar as though they were in the main window */
6904 - (void) scrollWheel: (NSEvent *)theEvent
6905 {
6906 EmacsView *view = (EmacsView *)FRAME_NS_VIEW (frame);
6907 [view mouseDown: theEvent];
6908 }
6909
6910 @end /* EmacsScroller */
6911
6912
6913
6914
6915 /* ==========================================================================
6916
6917 Font-related functions; these used to be in nsfaces.m
6918
6919 ========================================================================== */
6920
6921
6922 Lisp_Object
6923 x_new_font (struct frame *f, Lisp_Object font_object, int fontset)
6924 {
6925 struct font *font = XFONT_OBJECT (font_object);
6926
6927 if (fontset < 0)
6928 fontset = fontset_from_font (font_object);
6929 FRAME_FONTSET (f) = fontset;
6930
6931 if (FRAME_FONT (f) == font)
6932 /* This font is already set in frame F. There's nothing more to
6933 do. */
6934 return font_object;
6935
6936 FRAME_FONT (f) = font;
6937
6938 FRAME_BASELINE_OFFSET (f) = font->baseline_offset;
6939 FRAME_COLUMN_WIDTH (f) = font->average_width;
6940 FRAME_SPACE_WIDTH (f) = font->space_width;
6941 FRAME_LINE_HEIGHT (f) = font->height;
6942
6943 compute_fringe_widths (f, 1);
6944
6945 /* Compute the scroll bar width in character columns. */
6946 if (FRAME_CONFIG_SCROLL_BAR_WIDTH (f) > 0)
6947 {
6948 int wid = FRAME_COLUMN_WIDTH (f);
6949 FRAME_CONFIG_SCROLL_BAR_COLS (f)
6950 = (FRAME_CONFIG_SCROLL_BAR_WIDTH (f) + wid - 1) / wid;
6951 }
6952 else
6953 {
6954 int wid = FRAME_COLUMN_WIDTH (f);
6955 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (14 + wid - 1) / wid;
6956 }
6957
6958 /* Now make the frame display the given font. */
6959 if (FRAME_NS_WINDOW (f) != 0)
6960 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
6961
6962 return font_object;
6963 }
6964
6965
6966 /* XLFD: -foundry-family-weight-slant-swidth-adstyle-pxlsz-ptSz-resx-resy-spc-avgWidth-rgstry-encoding */
6967 /* Note: ns_font_to_xlfd and ns_fontname_to_xlfd no longer needed, removed
6968 in 1.43. */
6969
6970 const char *
6971 ns_xlfd_to_fontname (const char *xlfd)
6972 /* --------------------------------------------------------------------------
6973 Convert an X font name (XLFD) to an NS font name.
6974 Only family is used.
6975 The string returned is temporarily allocated.
6976 -------------------------------------------------------------------------- */
6977 {
6978 char *name = xmalloc (180);
6979 int i, len;
6980 const char *ret;
6981
6982 if (!strncmp (xlfd, "--", 2))
6983 sscanf (xlfd, "--%*[^-]-%[^-]179-", name);
6984 else
6985 sscanf (xlfd, "-%*[^-]-%[^-]179-", name);
6986
6987 /* stopgap for malformed XLFD input */
6988 if (strlen (name) == 0)
6989 strcpy (name, "Monaco");
6990
6991 /* undo hack in ns_fontname_to_xlfd, converting '$' to '-', '_' to ' '
6992 also uppercase after '-' or ' ' */
6993 name[0] = c_toupper (name[0]);
6994 for (len =strlen (name), i =0; i<len; i++)
6995 {
6996 if (name[i] == '$')
6997 {
6998 name[i] = '-';
6999 if (i+1<len)
7000 name[i+1] = c_toupper (name[i+1]);
7001 }
7002 else if (name[i] == '_')
7003 {
7004 name[i] = ' ';
7005 if (i+1<len)
7006 name[i+1] = c_toupper (name[i+1]);
7007 }
7008 }
7009 /*fprintf (stderr, "converted '%s' to '%s'\n",xlfd,name); */
7010 ret = [[NSString stringWithUTF8String: name] UTF8String];
7011 xfree (name);
7012 return ret;
7013 }
7014
7015
7016 void
7017 syms_of_nsterm (void)
7018 {
7019 NSTRACE (syms_of_nsterm);
7020
7021 ns_antialias_threshold = 10.0;
7022
7023 /* from 23+ we need to tell emacs what modifiers there are.. */
7024 DEFSYM (Qmodifier_value, "modifier-value");
7025 DEFSYM (Qalt, "alt");
7026 DEFSYM (Qhyper, "hyper");
7027 DEFSYM (Qmeta, "meta");
7028 DEFSYM (Qsuper, "super");
7029 DEFSYM (Qcontrol, "control");
7030 DEFSYM (QUTF8_STRING, "UTF8_STRING");
7031
7032 Fput (Qalt, Qmodifier_value, make_number (alt_modifier));
7033 Fput (Qhyper, Qmodifier_value, make_number (hyper_modifier));
7034 Fput (Qmeta, Qmodifier_value, make_number (meta_modifier));
7035 Fput (Qsuper, Qmodifier_value, make_number (super_modifier));
7036 Fput (Qcontrol, Qmodifier_value, make_number (ctrl_modifier));
7037
7038 DEFVAR_LISP ("ns-input-file", ns_input_file,
7039 "The file specified in the last NS event.");
7040 ns_input_file =Qnil;
7041
7042 DEFVAR_LISP ("ns-input-text", ns_input_text,
7043 "The data received in the last NS text drag event.");
7044 ns_input_text =Qnil;
7045
7046 DEFVAR_LISP ("ns-working-text", ns_working_text,
7047 "String for visualizing working composition sequence.");
7048 ns_working_text =Qnil;
7049
7050 DEFVAR_LISP ("ns-input-font", ns_input_font,
7051 "The font specified in the last NS event.");
7052 ns_input_font =Qnil;
7053
7054 DEFVAR_LISP ("ns-input-fontsize", ns_input_fontsize,
7055 "The fontsize specified in the last NS event.");
7056 ns_input_fontsize =Qnil;
7057
7058 DEFVAR_LISP ("ns-input-line", ns_input_line,
7059 "The line specified in the last NS event.");
7060 ns_input_line =Qnil;
7061
7062 DEFVAR_LISP ("ns-input-color", ns_input_color,
7063 "The color specified in the last NS event.");
7064 ns_input_color =Qnil;
7065
7066 DEFVAR_LISP ("ns-input-spi-name", ns_input_spi_name,
7067 "The service name specified in the last NS event.");
7068 ns_input_spi_name =Qnil;
7069
7070 DEFVAR_LISP ("ns-input-spi-arg", ns_input_spi_arg,
7071 "The service argument specified in the last NS event.");
7072 ns_input_spi_arg =Qnil;
7073
7074 DEFVAR_LISP ("ns-alternate-modifier", ns_alternate_modifier,
7075 "This variable describes the behavior of the alternate or option key.\n\
7076 Set to control, meta, alt, super, or hyper means it is taken to be that key.\n\
7077 Set to none means that the alternate / option key is not interpreted by Emacs\n\
7078 at all, allowing it to be used at a lower level for accented character entry.");
7079 ns_alternate_modifier = Qmeta;
7080
7081 DEFVAR_LISP ("ns-right-alternate-modifier", ns_right_alternate_modifier,
7082 "This variable describes the behavior of the right alternate or option key.\n\
7083 Set to control, meta, alt, super, or hyper means it is taken to be that key.\n\
7084 Set to left means be the same key as `ns-alternate-modifier'.\n\
7085 Set to none means that the alternate / option key is not interpreted by Emacs\n\
7086 at all, allowing it to be used at a lower level for accented character entry.");
7087 ns_right_alternate_modifier = Qleft;
7088
7089 DEFVAR_LISP ("ns-command-modifier", ns_command_modifier,
7090 "This variable describes the behavior of the command key.\n\
7091 Set to control, meta, alt, super, or hyper means it is taken to be that key.");
7092 ns_command_modifier = Qsuper;
7093
7094 DEFVAR_LISP ("ns-right-command-modifier", ns_right_command_modifier,
7095 "This variable describes the behavior of the right command key.\n\
7096 Set to control, meta, alt, super, or hyper means it is taken to be that key.\n\
7097 Set to left means be the same key as `ns-command-modifier'.\n\
7098 Set to none means that the command / option key is not interpreted by Emacs\n\
7099 at all, allowing it to be used at a lower level for accented character entry.");
7100 ns_right_command_modifier = Qleft;
7101
7102 DEFVAR_LISP ("ns-control-modifier", ns_control_modifier,
7103 "This variable describes the behavior of the control key.\n\
7104 Set to control, meta, alt, super, or hyper means it is taken to be that key.");
7105 ns_control_modifier = Qcontrol;
7106
7107 DEFVAR_LISP ("ns-right-control-modifier", ns_right_control_modifier,
7108 "This variable describes the behavior of the right control key.\n\
7109 Set to control, meta, alt, super, or hyper means it is taken to be that key.\n\
7110 Set to left means be the same key as `ns-control-modifier'.\n\
7111 Set to none means that the control / option key is not interpreted by Emacs\n\
7112 at all, allowing it to be used at a lower level for accented character entry.");
7113 ns_right_control_modifier = Qleft;
7114
7115 DEFVAR_LISP ("ns-function-modifier", ns_function_modifier,
7116 "This variable describes the behavior of the function key (on laptops).\n\
7117 Set to control, meta, alt, super, or hyper means it is taken to be that key.\n\
7118 Set to none means that the function key is not interpreted by Emacs at all,\n\
7119 allowing it to be used at a lower level for accented character entry.");
7120 ns_function_modifier = Qnone;
7121
7122 DEFVAR_LISP ("ns-antialias-text", ns_antialias_text,
7123 "Non-nil (the default) means to render text antialiased.");
7124 ns_antialias_text = Qt;
7125
7126 DEFVAR_LISP ("ns-confirm-quit", ns_confirm_quit,
7127 "Whether to confirm application quit using dialog.");
7128 ns_confirm_quit = Qnil;
7129
7130 staticpro (&ns_display_name_list);
7131 ns_display_name_list = Qnil;
7132
7133 staticpro (&last_mouse_motion_frame);
7134 last_mouse_motion_frame = Qnil;
7135
7136 DEFVAR_LISP ("ns-auto-hide-menu-bar", ns_auto_hide_menu_bar,
7137 doc: /* Non-nil means that the menu bar is hidden, but appears when the mouse is near.
7138 Only works on OSX 10.6 or later. */);
7139 ns_auto_hide_menu_bar = Qnil;
7140
7141 /* TODO: move to common code */
7142 DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars,
7143 doc: /* Which toolkit scroll bars Emacs uses, if any.
7144 A value of nil means Emacs doesn't use toolkit scroll bars.
7145 With the X Window system, the value is a symbol describing the
7146 X toolkit. Possible values are: gtk, motif, xaw, or xaw3d.
7147 With MS Windows or Nextstep, the value is t. */);
7148 Vx_toolkit_scroll_bars = Qt;
7149
7150 DEFVAR_BOOL ("x-use-underline-position-properties",
7151 x_use_underline_position_properties,
7152 doc: /*Non-nil means make use of UNDERLINE_POSITION font properties.
7153 A value of nil means ignore them. If you encounter fonts with bogus
7154 UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
7155 to 4.1, set this to nil. */);
7156 x_use_underline_position_properties = 0;
7157
7158 DEFVAR_BOOL ("x-underline-at-descent-line",
7159 x_underline_at_descent_line,
7160 doc: /* Non-nil means to draw the underline at the same place as the descent line.
7161 A value of nil means to draw the underline according to the value of the
7162 variable `x-use-underline-position-properties', which is usually at the
7163 baseline level. The default value is nil. */);
7164 x_underline_at_descent_line = 0;
7165
7166 /* Tell emacs about this window system. */
7167 Fprovide (intern ("ns"), Qnil);
7168 }