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