428
|
1 /* Generic glyph/image implementation + display tables
|
|
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
|
|
3 Copyright (C) 1995 Tinker Systems
|
793
|
4 Copyright (C) 1995, 1996, 2000, 2001, 2002 Ben Wing
|
428
|
5 Copyright (C) 1995 Sun Microsystems
|
438
|
6 Copyright (C) 1998, 1999, 2000 Andy Piper
|
428
|
7
|
|
8 This file is part of XEmacs.
|
|
9
|
|
10 XEmacs is free software; you can redistribute it and/or modify it
|
|
11 under the terms of the GNU General Public License as published by the
|
|
12 Free Software Foundation; either version 2, or (at your option) any
|
|
13 later version.
|
|
14
|
|
15 XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
18 for more details.
|
|
19
|
|
20 You should have received a copy of the GNU General Public License
|
|
21 along with XEmacs; see the file COPYING. If not, write to
|
|
22 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
23 Boston, MA 02111-1307, USA. */
|
|
24
|
|
25 /* Synched up with: Not in FSF. */
|
|
26
|
438
|
27 /* Written by Ben Wing and Chuck Thompson. Heavily modified /
|
|
28 rewritten by Andy Piper. */
|
428
|
29
|
|
30 #include <config.h>
|
|
31 #include "lisp.h"
|
|
32
|
442
|
33 #include "blocktype.h"
|
428
|
34 #include "buffer.h"
|
442
|
35 #include "chartab.h"
|
428
|
36 #include "device.h"
|
|
37 #include "elhash.h"
|
|
38 #include "faces.h"
|
|
39 #include "frame.h"
|
442
|
40 #include "glyphs.h"
|
800
|
41 #include "gui.h"
|
428
|
42 #include "insdel.h"
|
442
|
43 #include "objects.h"
|
428
|
44 #include "opaque.h"
|
442
|
45 #include "rangetab.h"
|
428
|
46 #include "redisplay.h"
|
442
|
47 #include "specifier.h"
|
428
|
48 #include "window.h"
|
|
49
|
771
|
50 #include "sysfile.h"
|
|
51
|
462
|
52 #if defined (HAVE_XPM) && !defined (HAVE_GTK)
|
428
|
53 #include <X11/xpm.h>
|
|
54 #endif
|
|
55
|
|
56 Lisp_Object Qimage_conversion_error;
|
|
57
|
|
58 Lisp_Object Qglyphp, Qcontrib_p, Qbaseline;
|
|
59 Lisp_Object Qbuffer_glyph_p, Qpointer_glyph_p, Qicon_glyph_p;
|
|
60 Lisp_Object Qnothing_image_instance_p, Qtext_image_instance_p;
|
|
61 Lisp_Object Qmono_pixmap_image_instance_p;
|
|
62 Lisp_Object Qcolor_pixmap_image_instance_p;
|
|
63 Lisp_Object Qpointer_image_instance_p;
|
|
64 Lisp_Object Qsubwindow_image_instance_p;
|
|
65 Lisp_Object Qwidget_image_instance_p;
|
|
66 Lisp_Object Qconst_glyph_variable;
|
|
67 Lisp_Object Qmono_pixmap, Qcolor_pixmap, Qsubwindow;
|
|
68 Lisp_Object Q_file, Q_data, Q_face, Q_pixel_width, Q_pixel_height;
|
|
69 Lisp_Object Qformatted_string;
|
|
70 Lisp_Object Vcurrent_display_table;
|
|
71 Lisp_Object Vtruncation_glyph, Vcontinuation_glyph, Voctal_escape_glyph;
|
|
72 Lisp_Object Vcontrol_arrow_glyph, Vinvisible_text_glyph, Vhscroll_glyph;
|
|
73 Lisp_Object Vxemacs_logo;
|
|
74 Lisp_Object Vthe_nothing_vector;
|
|
75 Lisp_Object Vimage_instantiator_format_list;
|
|
76 Lisp_Object Vimage_instance_type_list;
|
|
77 Lisp_Object Vglyph_type_list;
|
|
78
|
|
79 int disable_animated_pixmaps;
|
|
80
|
|
81 DEFINE_IMAGE_INSTANTIATOR_FORMAT (nothing);
|
|
82 DEFINE_IMAGE_INSTANTIATOR_FORMAT (inherit);
|
|
83 DEFINE_IMAGE_INSTANTIATOR_FORMAT (string);
|
|
84 DEFINE_IMAGE_INSTANTIATOR_FORMAT (formatted_string);
|
|
85 DEFINE_IMAGE_INSTANTIATOR_FORMAT (subwindow);
|
|
86 DEFINE_IMAGE_INSTANTIATOR_FORMAT (text);
|
442
|
87 DEFINE_IMAGE_INSTANTIATOR_FORMAT (pointer);
|
428
|
88
|
|
89 #ifdef HAVE_WINDOW_SYSTEM
|
|
90 DEFINE_IMAGE_INSTANTIATOR_FORMAT (xbm);
|
|
91 Lisp_Object Qxbm;
|
|
92
|
|
93 Lisp_Object Q_mask_file, Q_mask_data, Q_hotspot_x, Q_hotspot_y;
|
|
94 Lisp_Object Q_foreground, Q_background;
|
|
95 #ifndef BitmapSuccess
|
|
96 #define BitmapSuccess 0
|
|
97 #define BitmapOpenFailed 1
|
|
98 #define BitmapFileInvalid 2
|
|
99 #define BitmapNoMemory 3
|
|
100 #endif
|
|
101 #endif
|
|
102
|
|
103 #ifdef HAVE_XFACE
|
|
104 DEFINE_IMAGE_INSTANTIATOR_FORMAT (xface);
|
|
105 Lisp_Object Qxface;
|
|
106 #endif
|
|
107
|
|
108 #ifdef HAVE_XPM
|
|
109 DEFINE_IMAGE_INSTANTIATOR_FORMAT (xpm);
|
|
110 Lisp_Object Qxpm;
|
|
111 Lisp_Object Q_color_symbols;
|
|
112 #endif
|
|
113
|
|
114 typedef struct image_instantiator_format_entry image_instantiator_format_entry;
|
|
115 struct image_instantiator_format_entry
|
|
116 {
|
|
117 Lisp_Object symbol;
|
|
118 Lisp_Object device;
|
|
119 struct image_instantiator_methods *meths;
|
|
120 };
|
|
121
|
|
122 typedef struct
|
|
123 {
|
|
124 Dynarr_declare (struct image_instantiator_format_entry);
|
|
125 } image_instantiator_format_entry_dynarr;
|
|
126
|
442
|
127 /* This contains one entry per format, per device it's defined on. */
|
428
|
128 image_instantiator_format_entry_dynarr *
|
|
129 the_image_instantiator_format_entry_dynarr;
|
|
130
|
442
|
131 static Lisp_Object allocate_image_instance (Lisp_Object governing_domain,
|
|
132 Lisp_Object parent,
|
|
133 Lisp_Object instantiator);
|
428
|
134 static void image_validate (Lisp_Object instantiator);
|
|
135 static void glyph_property_was_changed (Lisp_Object glyph,
|
|
136 Lisp_Object property,
|
|
137 Lisp_Object locale);
|
442
|
138 static void set_image_instance_dirty_p (Lisp_Object instance, int dirty);
|
428
|
139 static void register_ignored_expose (struct frame* f, int x, int y, int width, int height);
|
442
|
140 static void cache_subwindow_instance_in_frame_maybe (Lisp_Object instance);
|
|
141 static void update_image_instance (Lisp_Object image_instance,
|
|
142 Lisp_Object instantiator);
|
428
|
143 /* Unfortunately windows and X are different. In windows BeginPaint()
|
|
144 will prevent WM_PAINT messages being generated so it is unnecessary
|
|
145 to register exposures as they will not occur. Under X they will
|
|
146 always occur. */
|
|
147 int hold_ignored_expose_registration;
|
|
148
|
|
149 EXFUN (Fimage_instance_type, 1);
|
|
150 EXFUN (Fglyph_type, 1);
|
442
|
151 EXFUN (Fnext_window, 4);
|
428
|
152
|
|
153
|
|
154 /****************************************************************************
|
|
155 * Image Instantiators *
|
|
156 ****************************************************************************/
|
|
157
|
|
158 struct image_instantiator_methods *
|
|
159 decode_device_ii_format (Lisp_Object device, Lisp_Object format,
|
578
|
160 Error_Behavior errb)
|
428
|
161 {
|
|
162 int i;
|
|
163
|
|
164 if (!SYMBOLP (format))
|
|
165 {
|
|
166 if (ERRB_EQ (errb, ERROR_ME))
|
|
167 CHECK_SYMBOL (format);
|
|
168 return 0;
|
|
169 }
|
|
170
|
|
171 for (i = 0; i < Dynarr_length (the_image_instantiator_format_entry_dynarr);
|
|
172 i++)
|
|
173 {
|
|
174 if ( EQ (format,
|
|
175 Dynarr_at (the_image_instantiator_format_entry_dynarr, i).
|
|
176 symbol) )
|
|
177 {
|
|
178 Lisp_Object d = Dynarr_at (the_image_instantiator_format_entry_dynarr, i).
|
|
179 device;
|
|
180 if ((NILP (d) && NILP (device))
|
|
181 ||
|
|
182 (!NILP (device) &&
|
440
|
183 EQ (CONSOLE_TYPE (XCONSOLE
|
428
|
184 (DEVICE_CONSOLE (XDEVICE (device)))), d)))
|
|
185 return Dynarr_at (the_image_instantiator_format_entry_dynarr, i).meths;
|
|
186 }
|
|
187 }
|
|
188
|
563
|
189 maybe_invalid_argument ("Invalid image-instantiator format", format,
|
428
|
190 Qimage, errb);
|
|
191
|
|
192 return 0;
|
|
193 }
|
|
194
|
|
195 struct image_instantiator_methods *
|
578
|
196 decode_image_instantiator_format (Lisp_Object format, Error_Behavior errb)
|
428
|
197 {
|
|
198 return decode_device_ii_format (Qnil, format, errb);
|
|
199 }
|
|
200
|
|
201 static int
|
|
202 valid_image_instantiator_format_p (Lisp_Object format, Lisp_Object locale)
|
|
203 {
|
|
204 int i;
|
|
205 struct image_instantiator_methods* meths =
|
|
206 decode_image_instantiator_format (format, ERROR_ME_NOT);
|
|
207 Lisp_Object contype = Qnil;
|
|
208 /* mess with the locale */
|
|
209 if (!NILP (locale) && SYMBOLP (locale))
|
|
210 contype = locale;
|
|
211 else
|
|
212 {
|
|
213 struct console* console = decode_console (locale);
|
|
214 contype = console ? CONSOLE_TYPE (console) : locale;
|
|
215 }
|
|
216 /* nothing is valid in all locales */
|
|
217 if (EQ (format, Qnothing))
|
|
218 return 1;
|
|
219 /* reject unknown formats */
|
|
220 else if (NILP (contype) || !meths)
|
|
221 return 0;
|
|
222
|
|
223 for (i = 0; i < Dynarr_length (meths->consoles); i++)
|
|
224 if (EQ (contype, Dynarr_at (meths->consoles, i).symbol))
|
|
225 return 1;
|
|
226 return 0;
|
|
227 }
|
|
228
|
|
229 DEFUN ("valid-image-instantiator-format-p", Fvalid_image_instantiator_format_p,
|
|
230 1, 2, 0, /*
|
|
231 Given an IMAGE-INSTANTIATOR-FORMAT, return non-nil if it is valid.
|
444
|
232 If LOCALE is non-nil then the format is checked in that locale.
|
428
|
233 If LOCALE is nil the current console is used.
|
442
|
234
|
428
|
235 Valid formats are some subset of 'nothing, 'string, 'formatted-string,
|
|
236 'xpm, 'xbm, 'xface, 'gif, 'jpeg, 'png, 'tiff, 'cursor-font, 'font,
|
442
|
237 'autodetect, 'subwindow, 'inherit, 'mswindows-resource, 'bmp,
|
|
238 'native-layout, 'layout, 'label, 'tab-control, 'tree-view,
|
|
239 'progress-gauge, 'scrollbar, 'combo-box, 'edit-field, 'button,
|
|
240 'widget, 'pointer, and 'text, depending on how XEmacs was compiled.
|
428
|
241 */
|
|
242 (image_instantiator_format, locale))
|
|
243 {
|
442
|
244 return valid_image_instantiator_format_p (image_instantiator_format,
|
|
245 locale) ?
|
428
|
246 Qt : Qnil;
|
|
247 }
|
|
248
|
|
249 DEFUN ("image-instantiator-format-list", Fimage_instantiator_format_list,
|
|
250 0, 0, 0, /*
|
|
251 Return a list of valid image-instantiator formats.
|
|
252 */
|
|
253 ())
|
|
254 {
|
|
255 return Fcopy_sequence (Vimage_instantiator_format_list);
|
|
256 }
|
|
257
|
|
258 void
|
|
259 add_entry_to_device_ii_format_list (Lisp_Object device, Lisp_Object symbol,
|
|
260 struct image_instantiator_methods *meths)
|
|
261 {
|
|
262 struct image_instantiator_format_entry entry;
|
|
263
|
|
264 entry.symbol = symbol;
|
|
265 entry.device = device;
|
|
266 entry.meths = meths;
|
|
267 Dynarr_add (the_image_instantiator_format_entry_dynarr, entry);
|
442
|
268 if (NILP (memq_no_quit (symbol, Vimage_instantiator_format_list)))
|
|
269 Vimage_instantiator_format_list =
|
|
270 Fcons (symbol, Vimage_instantiator_format_list);
|
428
|
271 }
|
|
272
|
|
273 void
|
|
274 add_entry_to_image_instantiator_format_list (Lisp_Object symbol,
|
|
275 struct
|
|
276 image_instantiator_methods *meths)
|
|
277 {
|
|
278 add_entry_to_device_ii_format_list (Qnil, symbol, meths);
|
|
279 }
|
|
280
|
|
281 static Lisp_Object *
|
|
282 get_image_conversion_list (Lisp_Object console_type)
|
|
283 {
|
|
284 return &decode_console_type (console_type, ERROR_ME)->image_conversion_list;
|
|
285 }
|
|
286
|
|
287 DEFUN ("set-console-type-image-conversion-list", Fset_console_type_image_conversion_list,
|
|
288 2, 2, 0, /*
|
444
|
289 Set the image-conversion-list for consoles of the given CONSOLE-TYPE.
|
428
|
290 The image-conversion-list specifies how image instantiators that
|
|
291 are strings should be interpreted. Each element of the list should be
|
|
292 a list of two elements (a regular expression string and a vector) or
|
|
293 a list of three elements (the preceding two plus an integer index into
|
|
294 the vector). The string is converted to the vector associated with the
|
|
295 first matching regular expression. If a vector index is specified, the
|
|
296 string itself is substituted into that position in the vector.
|
|
297
|
|
298 Note: The conversion above is applied when the image instantiator is
|
|
299 added to an image specifier, not when the specifier is actually
|
|
300 instantiated. Therefore, changing the image-conversion-list only affects
|
|
301 newly-added instantiators. Existing instantiators in glyphs and image
|
|
302 specifiers will not be affected.
|
|
303 */
|
|
304 (console_type, list))
|
|
305 {
|
|
306 Lisp_Object tail;
|
|
307 Lisp_Object *imlist = get_image_conversion_list (console_type);
|
|
308
|
|
309 /* Check the list to make sure that it only has valid entries. */
|
|
310
|
|
311 EXTERNAL_LIST_LOOP (tail, list)
|
|
312 {
|
|
313 Lisp_Object mapping = XCAR (tail);
|
|
314
|
|
315 /* Mapping form should be (STRING VECTOR) or (STRING VECTOR INTEGER) */
|
|
316 if (!CONSP (mapping) ||
|
|
317 !CONSP (XCDR (mapping)) ||
|
|
318 (!NILP (XCDR (XCDR (mapping))) &&
|
|
319 (!CONSP (XCDR (XCDR (mapping))) ||
|
|
320 !NILP (XCDR (XCDR (XCDR (mapping)))))))
|
563
|
321 invalid_argument ("Invalid mapping form", mapping);
|
428
|
322 else
|
|
323 {
|
|
324 Lisp_Object exp = XCAR (mapping);
|
|
325 Lisp_Object typevec = XCAR (XCDR (mapping));
|
|
326 Lisp_Object pos = Qnil;
|
|
327 Lisp_Object newvec;
|
|
328 struct gcpro gcpro1;
|
|
329
|
|
330 CHECK_STRING (exp);
|
|
331 CHECK_VECTOR (typevec);
|
|
332 if (!NILP (XCDR (XCDR (mapping))))
|
|
333 {
|
|
334 pos = XCAR (XCDR (XCDR (mapping)));
|
|
335 CHECK_INT (pos);
|
|
336 if (XINT (pos) < 0 ||
|
|
337 XINT (pos) >= XVECTOR_LENGTH (typevec))
|
|
338 args_out_of_range_3
|
|
339 (pos, Qzero, make_int (XVECTOR_LENGTH (typevec) - 1));
|
|
340 }
|
|
341
|
|
342 newvec = Fcopy_sequence (typevec);
|
|
343 if (INTP (pos))
|
|
344 XVECTOR_DATA (newvec)[XINT (pos)] = exp;
|
|
345 GCPRO1 (newvec);
|
|
346 image_validate (newvec);
|
|
347 UNGCPRO;
|
|
348 }
|
|
349 }
|
|
350
|
|
351 *imlist = Fcopy_tree (list, Qt);
|
|
352 return list;
|
|
353 }
|
|
354
|
|
355 DEFUN ("console-type-image-conversion-list", Fconsole_type_image_conversion_list,
|
|
356 1, 1, 0, /*
|
444
|
357 Return the image-conversion-list for devices of the given CONSOLE-TYPE.
|
428
|
358 The image-conversion-list specifies how to interpret image string
|
|
359 instantiators for the specified console type. See
|
|
360 `set-console-type-image-conversion-list' for a description of its syntax.
|
|
361 */
|
|
362 (console_type))
|
|
363 {
|
|
364 return Fcopy_tree (*get_image_conversion_list (console_type), Qt);
|
|
365 }
|
|
366
|
|
367 /* Process a string instantiator according to the image-conversion-list for
|
|
368 CONSOLE_TYPE. Returns a vector. */
|
|
369
|
|
370 static Lisp_Object
|
|
371 process_image_string_instantiator (Lisp_Object data,
|
|
372 Lisp_Object console_type,
|
|
373 int dest_mask)
|
|
374 {
|
|
375 Lisp_Object tail;
|
|
376
|
|
377 LIST_LOOP (tail, *get_image_conversion_list (console_type))
|
|
378 {
|
|
379 Lisp_Object mapping = XCAR (tail);
|
|
380 Lisp_Object exp = XCAR (mapping);
|
|
381 Lisp_Object typevec = XCAR (XCDR (mapping));
|
|
382
|
|
383 /* if the result is of a type that can't be instantiated
|
|
384 (e.g. a string when we're dealing with a pointer glyph),
|
|
385 skip it. */
|
|
386 if (!(dest_mask &
|
|
387 IIFORMAT_METH (decode_image_instantiator_format
|
450
|
388 (INSTANTIATOR_TYPE (typevec), ERROR_ME),
|
428
|
389 possible_dest_types, ())))
|
|
390 continue;
|
|
391 if (fast_string_match (exp, 0, data, 0, -1, 0, ERROR_ME, 0) >= 0)
|
|
392 {
|
|
393 if (!NILP (XCDR (XCDR (mapping))))
|
|
394 {
|
|
395 int pos = XINT (XCAR (XCDR (XCDR (mapping))));
|
|
396 Lisp_Object newvec = Fcopy_sequence (typevec);
|
|
397 XVECTOR_DATA (newvec)[pos] = data;
|
|
398 return newvec;
|
|
399 }
|
|
400 else
|
|
401 return typevec;
|
|
402 }
|
|
403 }
|
|
404
|
|
405 /* Oh well. */
|
563
|
406 invalid_argument ("Unable to interpret glyph instantiator",
|
428
|
407 data);
|
|
408
|
|
409 return Qnil;
|
|
410 }
|
|
411
|
|
412 Lisp_Object
|
|
413 find_keyword_in_vector_or_given (Lisp_Object vector, Lisp_Object keyword,
|
|
414 Lisp_Object default_)
|
|
415 {
|
|
416 Lisp_Object *elt;
|
|
417 int instantiator_len;
|
|
418
|
|
419 elt = XVECTOR_DATA (vector);
|
|
420 instantiator_len = XVECTOR_LENGTH (vector);
|
|
421
|
|
422 elt++;
|
|
423 instantiator_len--;
|
|
424
|
|
425 while (instantiator_len > 0)
|
|
426 {
|
|
427 if (EQ (elt[0], keyword))
|
|
428 return elt[1];
|
|
429 elt += 2;
|
|
430 instantiator_len -= 2;
|
|
431 }
|
|
432
|
|
433 return default_;
|
|
434 }
|
|
435
|
|
436 Lisp_Object
|
|
437 find_keyword_in_vector (Lisp_Object vector, Lisp_Object keyword)
|
|
438 {
|
|
439 return find_keyword_in_vector_or_given (vector, keyword, Qnil);
|
|
440 }
|
|
441
|
442
|
442 static Lisp_Object
|
|
443 find_instantiator_differences (Lisp_Object new, Lisp_Object old)
|
|
444 {
|
|
445 Lisp_Object alist = Qnil;
|
|
446 Lisp_Object *elt = XVECTOR_DATA (new);
|
|
447 Lisp_Object *old_elt = XVECTOR_DATA (old);
|
|
448 int len = XVECTOR_LENGTH (new);
|
|
449 struct gcpro gcpro1;
|
|
450
|
|
451 /* If the vector length has changed then consider everything
|
|
452 changed. We could try and figure out what properties have
|
|
453 disappeared or been added, but this code is only used as an
|
|
454 optimization anyway so lets not bother. */
|
|
455 if (len != XVECTOR_LENGTH (old))
|
|
456 return new;
|
|
457
|
|
458 GCPRO1 (alist);
|
|
459
|
|
460 for (len -= 2; len >= 1; len -= 2)
|
|
461 {
|
|
462 /* Keyword comparisons can be done with eq, the value must be
|
|
463 done with equal.
|
|
464 #### Note that this does not optimize re-ordering. */
|
|
465 if (!EQ (elt[len], old_elt[len])
|
|
466 || !internal_equal (elt[len+1], old_elt[len+1], 0))
|
|
467 alist = Fcons (Fcons (elt[len], elt[len+1]), alist);
|
|
468 }
|
|
469
|
|
470 {
|
|
471 Lisp_Object result = alist_to_tagged_vector (elt[0], alist);
|
|
472 free_alist (alist);
|
|
473 RETURN_UNGCPRO (result);
|
|
474 }
|
|
475 }
|
|
476
|
|
477 DEFUN ("set-instantiator-property", Fset_instantiator_property,
|
|
478 3, 3, 0, /*
|
444
|
479 Destructively set the property KEYWORD of INSTANTIATOR to VALUE.
|
442
|
480 If the property is not set then it is added to a copy of the
|
|
481 instantiator and the new instantiator returned.
|
|
482 Use `set-glyph-image' on glyphs to register instantiator changes. */
|
444
|
483 (instantiator, keyword, value))
|
442
|
484 {
|
|
485 Lisp_Object *elt;
|
|
486 int len;
|
|
487
|
|
488 CHECK_VECTOR (instantiator);
|
|
489 if (!KEYWORDP (keyword))
|
563
|
490 invalid_argument ("instantiator property must be a keyword", keyword);
|
442
|
491
|
|
492 elt = XVECTOR_DATA (instantiator);
|
|
493 len = XVECTOR_LENGTH (instantiator);
|
|
494
|
|
495 for (len -= 2; len >= 1; len -= 2)
|
|
496 {
|
|
497 if (EQ (elt[len], keyword))
|
|
498 {
|
444
|
499 elt[len+1] = value;
|
442
|
500 break;
|
|
501 }
|
|
502 }
|
|
503
|
|
504 /* Didn't find it so add it. */
|
|
505 if (len < 1)
|
|
506 {
|
|
507 Lisp_Object alist = Qnil, result;
|
|
508 struct gcpro gcpro1;
|
|
509
|
|
510 GCPRO1 (alist);
|
|
511 alist = tagged_vector_to_alist (instantiator);
|
444
|
512 alist = Fcons (Fcons (keyword, value), alist);
|
442
|
513 result = alist_to_tagged_vector (elt[0], alist);
|
|
514 free_alist (alist);
|
|
515 RETURN_UNGCPRO (result);
|
|
516 }
|
|
517
|
|
518 return instantiator;
|
|
519 }
|
|
520
|
428
|
521 void
|
|
522 check_valid_string (Lisp_Object data)
|
|
523 {
|
|
524 CHECK_STRING (data);
|
|
525 }
|
|
526
|
|
527 void
|
|
528 check_valid_vector (Lisp_Object data)
|
|
529 {
|
|
530 CHECK_VECTOR (data);
|
|
531 }
|
|
532
|
|
533 void
|
|
534 check_valid_face (Lisp_Object data)
|
|
535 {
|
|
536 Fget_face (data);
|
|
537 }
|
|
538
|
|
539 void
|
|
540 check_valid_int (Lisp_Object data)
|
|
541 {
|
|
542 CHECK_INT (data);
|
|
543 }
|
|
544
|
|
545 void
|
|
546 file_or_data_must_be_present (Lisp_Object instantiator)
|
|
547 {
|
|
548 if (NILP (find_keyword_in_vector (instantiator, Q_file)) &&
|
|
549 NILP (find_keyword_in_vector (instantiator, Q_data)))
|
563
|
550 sferror ("Must supply either :file or :data",
|
428
|
551 instantiator);
|
|
552 }
|
|
553
|
|
554 void
|
|
555 data_must_be_present (Lisp_Object instantiator)
|
|
556 {
|
|
557 if (NILP (find_keyword_in_vector (instantiator, Q_data)))
|
563
|
558 sferror ("Must supply :data", instantiator);
|
428
|
559 }
|
|
560
|
|
561 static void
|
|
562 face_must_be_present (Lisp_Object instantiator)
|
|
563 {
|
|
564 if (NILP (find_keyword_in_vector (instantiator, Q_face)))
|
563
|
565 sferror ("Must supply :face", instantiator);
|
428
|
566 }
|
|
567
|
|
568 /* utility function useful in retrieving data from a file. */
|
|
569
|
|
570 Lisp_Object
|
|
571 make_string_from_file (Lisp_Object file)
|
|
572 {
|
|
573 /* This function can call lisp */
|
|
574 int count = specpdl_depth ();
|
|
575 Lisp_Object temp_buffer;
|
|
576 struct gcpro gcpro1;
|
|
577 Lisp_Object data;
|
|
578
|
|
579 specbind (Qinhibit_quit, Qt);
|
|
580 record_unwind_protect (Fset_buffer, Fcurrent_buffer ());
|
|
581 temp_buffer = Fget_buffer_create (build_string (" *pixmap conversion*"));
|
|
582 GCPRO1 (temp_buffer);
|
|
583 set_buffer_internal (XBUFFER (temp_buffer));
|
|
584 Ferase_buffer (Qnil);
|
|
585 specbind (intern ("format-alist"), Qnil);
|
|
586 Finsert_file_contents_internal (file, Qnil, Qnil, Qnil, Qnil, Qnil, Qnil);
|
|
587 data = Fbuffer_substring (Qnil, Qnil, Qnil);
|
771
|
588 unbind_to (count);
|
428
|
589 UNGCPRO;
|
|
590 return data;
|
|
591 }
|
|
592
|
|
593 /* The following two functions are provided to make it easier for
|
|
594 the normalize methods to work with keyword-value vectors.
|
|
595 Hash tables are kind of heavyweight for this purpose.
|
|
596 (If vectors were resizable, we could avoid this problem;
|
|
597 but they're not.) An alternative approach that might be
|
|
598 more efficient but require more work is to use a type of
|
|
599 assoc-Dynarr and provide primitives for deleting elements out
|
|
600 of it. (However, you'd also have to add an unwind-protect
|
|
601 to make sure the Dynarr got freed in case of an error in
|
|
602 the normalization process.) */
|
|
603
|
|
604 Lisp_Object
|
|
605 tagged_vector_to_alist (Lisp_Object vector)
|
|
606 {
|
|
607 Lisp_Object *elt = XVECTOR_DATA (vector);
|
|
608 int len = XVECTOR_LENGTH (vector);
|
|
609 Lisp_Object result = Qnil;
|
|
610
|
|
611 assert (len & 1);
|
|
612 for (len -= 2; len >= 1; len -= 2)
|
|
613 result = Fcons (Fcons (elt[len], elt[len+1]), result);
|
|
614
|
|
615 return result;
|
|
616 }
|
|
617
|
|
618 Lisp_Object
|
|
619 alist_to_tagged_vector (Lisp_Object tag, Lisp_Object alist)
|
|
620 {
|
|
621 int len = 1 + 2 * XINT (Flength (alist));
|
|
622 Lisp_Object *elt = alloca_array (Lisp_Object, len);
|
|
623 int i;
|
|
624 Lisp_Object rest;
|
|
625
|
|
626 i = 0;
|
|
627 elt[i++] = tag;
|
|
628 LIST_LOOP (rest, alist)
|
|
629 {
|
|
630 Lisp_Object pair = XCAR (rest);
|
|
631 elt[i] = XCAR (pair);
|
|
632 elt[i+1] = XCDR (pair);
|
|
633 i += 2;
|
|
634 }
|
|
635
|
|
636 return Fvector (len, elt);
|
|
637 }
|
|
638
|
442
|
639 #ifdef ERROR_CHECK_GLYPHS
|
|
640 static int
|
|
641 check_instance_cache_mapper (Lisp_Object key, Lisp_Object value,
|
|
642 void *flag_closure)
|
|
643 {
|
|
644 /* This function can GC */
|
|
645 /* value can be nil; we cache failures as well as successes */
|
|
646 if (!NILP (value))
|
|
647 {
|
|
648 Lisp_Object window;
|
|
649 VOID_TO_LISP (window, flag_closure);
|
|
650 assert (EQ (XIMAGE_INSTANCE_DOMAIN (value), window));
|
|
651 }
|
|
652
|
|
653 return 0;
|
|
654 }
|
|
655
|
|
656 void
|
|
657 check_window_subwindow_cache (struct window* w)
|
|
658 {
|
793
|
659 Lisp_Object window = wrap_window (w);
|
|
660
|
442
|
661
|
|
662 assert (!NILP (w->subwindow_instance_cache));
|
|
663 elisp_maphash (check_instance_cache_mapper,
|
|
664 w->subwindow_instance_cache,
|
|
665 LISP_TO_VOID (window));
|
|
666 }
|
|
667
|
|
668 void
|
|
669 check_image_instance_structure (Lisp_Object instance)
|
|
670 {
|
|
671 /* Weird nothing images exist at startup when the console is
|
|
672 deleted. */
|
|
673 if (!NOTHING_IMAGE_INSTANCEP (instance))
|
|
674 {
|
|
675 assert (DOMAIN_LIVE_P (instance));
|
|
676 assert (VECTORP (XIMAGE_INSTANCE_INSTANTIATOR (instance)));
|
|
677 }
|
|
678 if (WINDOWP (XIMAGE_INSTANCE_DOMAIN (instance)))
|
|
679 check_window_subwindow_cache
|
|
680 (XWINDOW (XIMAGE_INSTANCE_DOMAIN (instance)));
|
|
681 }
|
|
682 #endif
|
|
683
|
|
684 /* Determine what kind of domain governs the image instance.
|
|
685 Verify that the given domain is at least as specific, and extract
|
|
686 the governing domain from it. */
|
428
|
687 static Lisp_Object
|
442
|
688 get_image_instantiator_governing_domain (Lisp_Object instantiator,
|
|
689 Lisp_Object domain)
|
|
690 {
|
|
691 int governing_domain;
|
|
692
|
|
693 struct image_instantiator_methods *meths =
|
450
|
694 decode_image_instantiator_format (INSTANTIATOR_TYPE (instantiator),
|
442
|
695 ERROR_ME);
|
|
696 governing_domain = IIFORMAT_METH_OR_GIVEN (meths, governing_domain, (),
|
|
697 GOVERNING_DOMAIN_DEVICE);
|
|
698
|
|
699 if (governing_domain == GOVERNING_DOMAIN_WINDOW
|
|
700 && NILP (DOMAIN_WINDOW (domain)))
|
563
|
701 invalid_argument_2
|
|
702 ("Domain for this instantiator must be resolvable to a window",
|
|
703 instantiator, domain);
|
442
|
704 else if (governing_domain == GOVERNING_DOMAIN_FRAME
|
|
705 && NILP (DOMAIN_FRAME (domain)))
|
563
|
706 invalid_argument_2
|
442
|
707 ("Domain for this instantiator must be resolvable to a frame",
|
|
708 instantiator, domain);
|
|
709
|
|
710 if (governing_domain == GOVERNING_DOMAIN_WINDOW)
|
|
711 domain = DOMAIN_WINDOW (domain);
|
|
712 else if (governing_domain == GOVERNING_DOMAIN_FRAME)
|
|
713 domain = DOMAIN_FRAME (domain);
|
|
714 else if (governing_domain == GOVERNING_DOMAIN_DEVICE)
|
|
715 domain = DOMAIN_DEVICE (domain);
|
|
716 else
|
|
717 abort ();
|
|
718
|
|
719 return domain;
|
|
720 }
|
|
721
|
|
722 Lisp_Object
|
428
|
723 normalize_image_instantiator (Lisp_Object instantiator,
|
|
724 Lisp_Object contype,
|
|
725 Lisp_Object dest_mask)
|
|
726 {
|
|
727 if (IMAGE_INSTANCEP (instantiator))
|
|
728 return instantiator;
|
|
729
|
|
730 if (STRINGP (instantiator))
|
|
731 instantiator = process_image_string_instantiator (instantiator, contype,
|
|
732 XINT (dest_mask));
|
442
|
733 /* Subsequent validation will pick this up. */
|
|
734 if (!VECTORP (instantiator))
|
|
735 return instantiator;
|
428
|
736 /* We have to always store the actual pixmap data and not the
|
|
737 filename even though this is a potential memory pig. We have to
|
|
738 do this because it is quite possible that we will need to
|
|
739 instantiate a new instance of the pixmap and the file will no
|
|
740 longer exist (e.g. w3 pixmaps are almost always from temporary
|
|
741 files). */
|
|
742 {
|
|
743 struct gcpro gcpro1;
|
|
744 struct image_instantiator_methods *meths;
|
|
745
|
|
746 GCPRO1 (instantiator);
|
440
|
747
|
450
|
748 meths = decode_image_instantiator_format (INSTANTIATOR_TYPE (instantiator),
|
428
|
749 ERROR_ME);
|
|
750 RETURN_UNGCPRO (IIFORMAT_METH_OR_GIVEN (meths, normalize,
|
442
|
751 (instantiator, contype, dest_mask),
|
428
|
752 instantiator));
|
|
753 }
|
|
754 }
|
|
755
|
|
756 static Lisp_Object
|
442
|
757 instantiate_image_instantiator (Lisp_Object governing_domain,
|
|
758 Lisp_Object domain,
|
428
|
759 Lisp_Object instantiator,
|
|
760 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
|
438
|
761 int dest_mask, Lisp_Object glyph)
|
428
|
762 {
|
442
|
763 Lisp_Object ii = allocate_image_instance (governing_domain,
|
|
764 IMAGE_INSTANCEP (domain) ?
|
|
765 domain : glyph, instantiator);
|
|
766 Lisp_Image_Instance* p = XIMAGE_INSTANCE (ii);
|
|
767 struct image_instantiator_methods *meths, *device_meths;
|
428
|
768 struct gcpro gcpro1;
|
|
769
|
|
770 GCPRO1 (ii);
|
450
|
771 if (!valid_image_instantiator_format_p (INSTANTIATOR_TYPE (instantiator),
|
442
|
772 DOMAIN_DEVICE (governing_domain)))
|
563
|
773 invalid_argument
|
428
|
774 ("Image instantiator format is invalid in this locale.",
|
|
775 instantiator);
|
|
776
|
450
|
777 meths = decode_image_instantiator_format (INSTANTIATOR_TYPE (instantiator),
|
428
|
778 ERROR_ME);
|
|
779 MAYBE_IIFORMAT_METH (meths, instantiate, (ii, instantiator, pointer_fg,
|
|
780 pointer_bg, dest_mask, domain));
|
440
|
781
|
442
|
782 /* Now do device specific instantiation. */
|
|
783 device_meths = decode_device_ii_format (DOMAIN_DEVICE (governing_domain),
|
450
|
784 INSTANTIATOR_TYPE (instantiator),
|
442
|
785 ERROR_ME_NOT);
|
|
786
|
|
787 if (!HAS_IIFORMAT_METH_P (meths, instantiate)
|
|
788 && (!device_meths || !HAS_IIFORMAT_METH_P (device_meths, instantiate)))
|
563
|
789 invalid_argument
|
428
|
790 ("Don't know how to instantiate this image instantiator?",
|
|
791 instantiator);
|
442
|
792
|
|
793 /* In general native window system methods will require sane
|
|
794 geometry values, thus the instance needs to have been laid-out
|
|
795 before they get called. */
|
|
796 image_instance_layout (ii, XIMAGE_INSTANCE_WIDTH (ii),
|
|
797 XIMAGE_INSTANCE_HEIGHT (ii),
|
|
798 IMAGE_UNCHANGED_GEOMETRY,
|
|
799 IMAGE_UNCHANGED_GEOMETRY, domain);
|
|
800
|
|
801 MAYBE_IIFORMAT_METH (device_meths, instantiate, (ii, instantiator, pointer_fg,
|
|
802 pointer_bg, dest_mask, domain));
|
|
803 /* Do post instantiation. */
|
|
804 MAYBE_IIFORMAT_METH (meths, post_instantiate, (ii, instantiator, domain));
|
|
805 MAYBE_IIFORMAT_METH (device_meths, post_instantiate, (ii, instantiator, domain));
|
|
806
|
|
807 /* We're done. */
|
|
808 IMAGE_INSTANCE_INITIALIZED (p) = 1;
|
|
809 /* Now that we're done verify that we really are laid out. */
|
|
810 if (IMAGE_INSTANCE_LAYOUT_CHANGED (p))
|
|
811 image_instance_layout (ii, XIMAGE_INSTANCE_WIDTH (ii),
|
|
812 XIMAGE_INSTANCE_HEIGHT (ii),
|
|
813 IMAGE_UNCHANGED_GEOMETRY,
|
|
814 IMAGE_UNCHANGED_GEOMETRY, domain);
|
|
815
|
|
816 /* We *must* have a clean image at this point. */
|
|
817 IMAGE_INSTANCE_TEXT_CHANGED (p) = 0;
|
|
818 IMAGE_INSTANCE_SIZE_CHANGED (p) = 0;
|
|
819 IMAGE_INSTANCE_LAYOUT_CHANGED (p) = 0;
|
|
820 IMAGE_INSTANCE_DIRTYP (p) = 0;
|
|
821
|
|
822 assert ( XIMAGE_INSTANCE_HEIGHT (ii) >= 0
|
|
823 && XIMAGE_INSTANCE_WIDTH (ii) >= 0 );
|
|
824
|
|
825 ERROR_CHECK_IMAGE_INSTANCE (ii);
|
|
826
|
|
827 RETURN_UNGCPRO (ii);
|
428
|
828 }
|
|
829
|
|
830
|
|
831 /****************************************************************************
|
|
832 * Image-Instance Object *
|
|
833 ****************************************************************************/
|
|
834
|
|
835 Lisp_Object Qimage_instancep;
|
|
836
|
|
837 static Lisp_Object
|
|
838 mark_image_instance (Lisp_Object obj)
|
|
839 {
|
440
|
840 Lisp_Image_Instance *i = XIMAGE_INSTANCE (obj);
|
428
|
841
|
442
|
842 /* #### I want to check the instance here, but there are way too
|
|
843 many instances of the instance being marked while the domain is
|
|
844 dead. For instance you can get marked through an event when using
|
|
845 callback_ex.*/
|
|
846 #if 0
|
|
847 ERROR_CHECK_IMAGE_INSTANCE (obj);
|
|
848 #endif
|
|
849
|
428
|
850 mark_object (i->name);
|
442
|
851 mark_object (i->instantiator);
|
|
852 /* Is this legal in marking? We may get in the situation where the
|
|
853 domain has been deleted - making the instance unusable. It seems
|
|
854 better to remove the domain so that it can be finalized. */
|
|
855 if (!DOMAIN_LIVE_P (i->domain))
|
|
856 i->domain = Qnil;
|
|
857 else
|
|
858 mark_object (i->domain);
|
|
859
|
438
|
860 /* We don't mark the glyph reference since that would create a
|
442
|
861 circularity preventing GC. Ditto the instantiator. */
|
428
|
862 switch (IMAGE_INSTANCE_TYPE (i))
|
|
863 {
|
|
864 case IMAGE_TEXT:
|
|
865 mark_object (IMAGE_INSTANCE_TEXT_STRING (i));
|
|
866 break;
|
|
867 case IMAGE_MONO_PIXMAP:
|
|
868 case IMAGE_COLOR_PIXMAP:
|
|
869 mark_object (IMAGE_INSTANCE_PIXMAP_FILENAME (i));
|
|
870 mark_object (IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (i));
|
|
871 mark_object (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (i));
|
|
872 mark_object (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (i));
|
|
873 mark_object (IMAGE_INSTANCE_PIXMAP_FG (i));
|
|
874 mark_object (IMAGE_INSTANCE_PIXMAP_BG (i));
|
|
875 break;
|
|
876
|
|
877 case IMAGE_WIDGET:
|
|
878 mark_object (IMAGE_INSTANCE_WIDGET_TYPE (i));
|
|
879 mark_object (IMAGE_INSTANCE_WIDGET_PROPS (i));
|
442
|
880 mark_object (IMAGE_INSTANCE_SUBWINDOW_FACE (i));
|
428
|
881 mark_object (IMAGE_INSTANCE_WIDGET_ITEMS (i));
|
442
|
882 mark_object (IMAGE_INSTANCE_LAYOUT_CHILDREN (i));
|
|
883 mark_object (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (i));
|
|
884 mark_object (IMAGE_INSTANCE_WIDGET_HEIGHT_SUBR (i));
|
|
885 mark_object (IMAGE_INSTANCE_WIDGET_WIDTH_SUBR (i));
|
428
|
886 case IMAGE_SUBWINDOW:
|
|
887 break;
|
|
888
|
|
889 default:
|
|
890 break;
|
|
891 }
|
|
892
|
442
|
893 /* The image may have been previously finalized (yes that's weird,
|
|
894 see Fdelete_frame() and mark_window_as_deleted()), in which case
|
|
895 the domain will be nil, so cope with this. */
|
|
896 if (!NILP (IMAGE_INSTANCE_DEVICE (i)))
|
|
897 MAYBE_DEVMETH (XDEVICE (IMAGE_INSTANCE_DEVICE (i)),
|
|
898 mark_image_instance, (i));
|
428
|
899
|
|
900 return i->device;
|
|
901 }
|
|
902
|
|
903 static void
|
|
904 print_image_instance (Lisp_Object obj, Lisp_Object printcharfun,
|
|
905 int escapeflag)
|
|
906 {
|
440
|
907 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (obj);
|
428
|
908
|
|
909 if (print_readably)
|
563
|
910 printing_unreadable_object ("#<image-instance 0x%x>",
|
428
|
911 ii->header.uid);
|
800
|
912 write_fmt_string_lisp (printcharfun, "#<image-instance (%s) ", 1,
|
|
913 Fimage_instance_type (obj));
|
428
|
914 if (!NILP (ii->name))
|
800
|
915 write_fmt_string_lisp (printcharfun, "%S ", 1, ii->name);
|
|
916 write_fmt_string_lisp (printcharfun, "on %s ", 1, ii->domain);
|
428
|
917 switch (IMAGE_INSTANCE_TYPE (ii))
|
|
918 {
|
|
919 case IMAGE_NOTHING:
|
|
920 break;
|
|
921
|
|
922 case IMAGE_TEXT:
|
|
923 print_internal (IMAGE_INSTANCE_TEXT_STRING (ii), printcharfun, 1);
|
|
924 break;
|
|
925
|
|
926 case IMAGE_MONO_PIXMAP:
|
|
927 case IMAGE_COLOR_PIXMAP:
|
|
928 case IMAGE_POINTER:
|
|
929 if (STRINGP (IMAGE_INSTANCE_PIXMAP_FILENAME (ii)))
|
|
930 {
|
771
|
931 Intbyte *s;
|
428
|
932 Lisp_Object filename = IMAGE_INSTANCE_PIXMAP_FILENAME (ii);
|
771
|
933 s = qxestrrchr (XSTRING_DATA (filename), '/');
|
428
|
934 if (s)
|
771
|
935 print_internal (build_intstring (s + 1), printcharfun, 1);
|
428
|
936 else
|
|
937 print_internal (filename, printcharfun, 1);
|
|
938 }
|
|
939 if (IMAGE_INSTANCE_PIXMAP_DEPTH (ii) > 1)
|
800
|
940 write_fmt_string (printcharfun, " %dx%dx%d",
|
|
941 IMAGE_INSTANCE_PIXMAP_WIDTH (ii),
|
|
942 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii),
|
|
943 IMAGE_INSTANCE_PIXMAP_DEPTH (ii));
|
428
|
944 else
|
800
|
945 write_fmt_string (printcharfun, " %dx%d",
|
|
946 IMAGE_INSTANCE_PIXMAP_WIDTH (ii),
|
|
947 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii));
|
428
|
948 if (!NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii)) ||
|
|
949 !NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii)))
|
|
950 {
|
|
951 write_c_string (" @", printcharfun);
|
|
952 if (!NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii)))
|
800
|
953 write_fmt_string (printcharfun, "%ld",
|
|
954 XINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii)));
|
428
|
955 else
|
|
956 write_c_string ("??", printcharfun);
|
|
957 write_c_string (",", printcharfun);
|
|
958 if (!NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii)))
|
800
|
959 write_fmt_string (printcharfun, "%ld",
|
|
960 XINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii)));
|
428
|
961 else
|
|
962 write_c_string ("??", printcharfun);
|
|
963 }
|
|
964 if (!NILP (IMAGE_INSTANCE_PIXMAP_FG (ii)) ||
|
|
965 !NILP (IMAGE_INSTANCE_PIXMAP_BG (ii)))
|
|
966 {
|
|
967 write_c_string (" (", printcharfun);
|
|
968 if (!NILP (IMAGE_INSTANCE_PIXMAP_FG (ii)))
|
|
969 {
|
|
970 print_internal
|
|
971 (XCOLOR_INSTANCE
|
|
972 (IMAGE_INSTANCE_PIXMAP_FG (ii))->name, printcharfun, 0);
|
|
973 }
|
|
974 write_c_string ("/", printcharfun);
|
|
975 if (!NILP (IMAGE_INSTANCE_PIXMAP_BG (ii)))
|
|
976 {
|
|
977 print_internal
|
|
978 (XCOLOR_INSTANCE
|
|
979 (IMAGE_INSTANCE_PIXMAP_BG (ii))->name, printcharfun, 0);
|
|
980 }
|
|
981 write_c_string (")", printcharfun);
|
|
982 }
|
|
983 break;
|
|
984
|
|
985 case IMAGE_WIDGET:
|
442
|
986 print_internal (IMAGE_INSTANCE_WIDGET_TYPE (ii), printcharfun, 0);
|
|
987
|
|
988 if (GUI_ITEMP (IMAGE_INSTANCE_WIDGET_ITEM (ii)))
|
800
|
989 write_fmt_string_lisp (printcharfun, " %S", 1,
|
|
990 IMAGE_INSTANCE_WIDGET_TEXT (ii));
|
442
|
991
|
428
|
992 if (!NILP (IMAGE_INSTANCE_WIDGET_FACE (ii)))
|
800
|
993 write_fmt_string_lisp (printcharfun, " face=%s", 1,
|
|
994 IMAGE_INSTANCE_WIDGET_FACE (ii));
|
454
|
995 /* fallthrough */
|
428
|
996
|
|
997 case IMAGE_SUBWINDOW:
|
800
|
998 write_fmt_string (printcharfun, " %dx%d", IMAGE_INSTANCE_WIDTH (ii),
|
|
999 IMAGE_INSTANCE_HEIGHT (ii));
|
428
|
1000
|
|
1001 /* This is stolen from frame.c. Subwindows are strange in that they
|
|
1002 are specific to a particular frame so we want to print in their
|
|
1003 description what that frame is. */
|
|
1004
|
|
1005 write_c_string (" on #<", printcharfun);
|
|
1006 {
|
442
|
1007 struct frame* f = XFRAME (IMAGE_INSTANCE_FRAME (ii));
|
440
|
1008
|
428
|
1009 if (!FRAME_LIVE_P (f))
|
|
1010 write_c_string ("dead", printcharfun);
|
440
|
1011 else
|
428
|
1012 write_c_string (DEVICE_TYPE_NAME (XDEVICE (FRAME_DEVICE (f))),
|
|
1013 printcharfun);
|
|
1014 }
|
442
|
1015 write_c_string ("-frame>", printcharfun);
|
800
|
1016 write_fmt_string (printcharfun, " 0x%p",
|
|
1017 IMAGE_INSTANCE_SUBWINDOW_ID (ii));
|
440
|
1018
|
428
|
1019 break;
|
|
1020
|
|
1021 default:
|
|
1022 abort ();
|
|
1023 }
|
|
1024
|
442
|
1025 MAYBE_DEVMETH (DOMAIN_XDEVICE (ii->domain), print_image_instance,
|
428
|
1026 (ii, printcharfun, escapeflag));
|
800
|
1027 write_fmt_string (printcharfun, " 0x%x>", ii->header.uid);
|
428
|
1028 }
|
|
1029
|
|
1030 static void
|
|
1031 finalize_image_instance (void *header, int for_disksave)
|
|
1032 {
|
440
|
1033 Lisp_Image_Instance *i = (Lisp_Image_Instance *) header;
|
428
|
1034
|
442
|
1035 /* objects like this exist at dump time, so don't bomb out. */
|
|
1036 if (IMAGE_INSTANCE_TYPE (i) == IMAGE_NOTHING
|
|
1037 ||
|
|
1038 NILP (IMAGE_INSTANCE_DEVICE (i)))
|
428
|
1039 return;
|
|
1040 if (for_disksave) finalose (i);
|
|
1041
|
442
|
1042 /* We can't use the domain here, because it might have
|
|
1043 disappeared. */
|
|
1044 MAYBE_DEVMETH (XDEVICE (IMAGE_INSTANCE_DEVICE (i)),
|
|
1045 finalize_image_instance, (i));
|
|
1046
|
|
1047 /* Make sure we don't try this twice. */
|
|
1048 IMAGE_INSTANCE_DEVICE (i) = Qnil;
|
428
|
1049 }
|
|
1050
|
|
1051 static int
|
|
1052 image_instance_equal (Lisp_Object obj1, Lisp_Object obj2, int depth)
|
|
1053 {
|
440
|
1054 Lisp_Image_Instance *i1 = XIMAGE_INSTANCE (obj1);
|
|
1055 Lisp_Image_Instance *i2 = XIMAGE_INSTANCE (obj2);
|
442
|
1056
|
|
1057 ERROR_CHECK_IMAGE_INSTANCE (obj1);
|
|
1058 ERROR_CHECK_IMAGE_INSTANCE (obj2);
|
|
1059
|
|
1060 if (!EQ (IMAGE_INSTANCE_DOMAIN (i1),
|
|
1061 IMAGE_INSTANCE_DOMAIN (i2))
|
|
1062 || IMAGE_INSTANCE_TYPE (i1) != IMAGE_INSTANCE_TYPE (i2)
|
438
|
1063 || IMAGE_INSTANCE_WIDTH (i1) != IMAGE_INSTANCE_WIDTH (i2)
|
442
|
1064 || IMAGE_INSTANCE_MARGIN_WIDTH (i1) !=
|
|
1065 IMAGE_INSTANCE_MARGIN_WIDTH (i2)
|
438
|
1066 || IMAGE_INSTANCE_HEIGHT (i1) != IMAGE_INSTANCE_HEIGHT (i2)
|
|
1067 || IMAGE_INSTANCE_XOFFSET (i1) != IMAGE_INSTANCE_XOFFSET (i2)
|
|
1068 || IMAGE_INSTANCE_YOFFSET (i1) != IMAGE_INSTANCE_YOFFSET (i2))
|
428
|
1069 return 0;
|
|
1070 if (!internal_equal (IMAGE_INSTANCE_NAME (i1), IMAGE_INSTANCE_NAME (i2),
|
|
1071 depth + 1))
|
|
1072 return 0;
|
442
|
1073 if (!internal_equal (IMAGE_INSTANCE_INSTANTIATOR (i1),
|
|
1074 IMAGE_INSTANCE_INSTANTIATOR (i2),
|
|
1075 depth + 1))
|
|
1076 return 0;
|
428
|
1077
|
|
1078 switch (IMAGE_INSTANCE_TYPE (i1))
|
|
1079 {
|
|
1080 case IMAGE_NOTHING:
|
|
1081 break;
|
|
1082
|
|
1083 case IMAGE_TEXT:
|
|
1084 if (!internal_equal (IMAGE_INSTANCE_TEXT_STRING (i1),
|
|
1085 IMAGE_INSTANCE_TEXT_STRING (i2),
|
|
1086 depth + 1))
|
|
1087 return 0;
|
|
1088 break;
|
|
1089
|
|
1090 case IMAGE_MONO_PIXMAP:
|
|
1091 case IMAGE_COLOR_PIXMAP:
|
|
1092 case IMAGE_POINTER:
|
438
|
1093 if (!(IMAGE_INSTANCE_PIXMAP_DEPTH (i1) ==
|
428
|
1094 IMAGE_INSTANCE_PIXMAP_DEPTH (i2) &&
|
|
1095 IMAGE_INSTANCE_PIXMAP_SLICE (i1) ==
|
|
1096 IMAGE_INSTANCE_PIXMAP_SLICE (i2) &&
|
|
1097 EQ (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (i1),
|
|
1098 IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (i2)) &&
|
|
1099 EQ (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (i1),
|
|
1100 IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (i2)) &&
|
|
1101 internal_equal (IMAGE_INSTANCE_PIXMAP_FILENAME (i1),
|
|
1102 IMAGE_INSTANCE_PIXMAP_FILENAME (i2),
|
|
1103 depth + 1) &&
|
|
1104 internal_equal (IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (i1),
|
|
1105 IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (i2),
|
|
1106 depth + 1)))
|
|
1107 return 0;
|
|
1108 break;
|
|
1109
|
|
1110 case IMAGE_WIDGET:
|
|
1111 if (!(EQ (IMAGE_INSTANCE_WIDGET_TYPE (i1),
|
|
1112 IMAGE_INSTANCE_WIDGET_TYPE (i2))
|
438
|
1113 && IMAGE_INSTANCE_SUBWINDOW_ID (i1) ==
|
|
1114 IMAGE_INSTANCE_SUBWINDOW_ID (i2)
|
442
|
1115 &&
|
|
1116 EQ (IMAGE_INSTANCE_WIDGET_FACE (i1),
|
|
1117 IMAGE_INSTANCE_WIDGET_TYPE (i2))
|
428
|
1118 && internal_equal (IMAGE_INSTANCE_WIDGET_ITEMS (i1),
|
|
1119 IMAGE_INSTANCE_WIDGET_ITEMS (i2),
|
|
1120 depth + 1)
|
442
|
1121 && internal_equal (IMAGE_INSTANCE_LAYOUT_CHILDREN (i1),
|
|
1122 IMAGE_INSTANCE_LAYOUT_CHILDREN (i2),
|
|
1123 depth + 1)
|
428
|
1124 && internal_equal (IMAGE_INSTANCE_WIDGET_PROPS (i1),
|
|
1125 IMAGE_INSTANCE_WIDGET_PROPS (i2),
|
|
1126 depth + 1)
|
442
|
1127 && internal_equal (IMAGE_INSTANCE_WIDGET_WIDTH_SUBR (i1),
|
|
1128 IMAGE_INSTANCE_WIDGET_WIDTH_SUBR (i2),
|
|
1129 depth + 1)
|
|
1130 && internal_equal (IMAGE_INSTANCE_WIDGET_HEIGHT_SUBR (i1),
|
|
1131 IMAGE_INSTANCE_WIDGET_HEIGHT_SUBR (i2),
|
|
1132 depth + 1)
|
428
|
1133 ))
|
|
1134 return 0;
|
438
|
1135 break;
|
440
|
1136
|
428
|
1137 case IMAGE_SUBWINDOW:
|
438
|
1138 if (!(IMAGE_INSTANCE_SUBWINDOW_ID (i1) ==
|
428
|
1139 IMAGE_INSTANCE_SUBWINDOW_ID (i2)))
|
|
1140 return 0;
|
|
1141 break;
|
|
1142
|
|
1143 default:
|
|
1144 abort ();
|
|
1145 }
|
|
1146
|
442
|
1147 return DEVMETH_OR_GIVEN (DOMAIN_XDEVICE (i1->domain),
|
|
1148 image_instance_equal, (i1, i2, depth), 1);
|
|
1149 }
|
|
1150
|
|
1151 /* Image instance domain manipulators. We can't error check in these
|
|
1152 otherwise we get into infinite recursion. */
|
|
1153 Lisp_Object
|
|
1154 image_instance_device (Lisp_Object instance)
|
|
1155 {
|
|
1156 return XIMAGE_INSTANCE_DEVICE (instance);
|
|
1157 }
|
|
1158
|
|
1159 Lisp_Object
|
|
1160 image_instance_frame (Lisp_Object instance)
|
|
1161 {
|
|
1162 return XIMAGE_INSTANCE_FRAME (instance);
|
|
1163 }
|
|
1164
|
|
1165 Lisp_Object
|
|
1166 image_instance_window (Lisp_Object instance)
|
|
1167 {
|
|
1168 return DOMAIN_WINDOW (XIMAGE_INSTANCE_DOMAIN (instance));
|
|
1169 }
|
|
1170
|
|
1171 int
|
|
1172 image_instance_live_p (Lisp_Object instance)
|
|
1173 {
|
|
1174 return DOMAIN_LIVE_P (XIMAGE_INSTANCE_DOMAIN (instance));
|
428
|
1175 }
|
|
1176
|
665
|
1177 static Hashcode
|
428
|
1178 image_instance_hash (Lisp_Object obj, int depth)
|
|
1179 {
|
440
|
1180 Lisp_Image_Instance *i = XIMAGE_INSTANCE (obj);
|
665
|
1181 Hashcode hash = HASH5 (LISP_HASH (IMAGE_INSTANCE_DOMAIN (i)),
|
647
|
1182 IMAGE_INSTANCE_WIDTH (i),
|
|
1183 IMAGE_INSTANCE_MARGIN_WIDTH (i),
|
|
1184 IMAGE_INSTANCE_HEIGHT (i),
|
|
1185 internal_hash (IMAGE_INSTANCE_INSTANTIATOR (i),
|
|
1186 depth + 1));
|
442
|
1187
|
|
1188 ERROR_CHECK_IMAGE_INSTANCE (obj);
|
428
|
1189
|
|
1190 switch (IMAGE_INSTANCE_TYPE (i))
|
|
1191 {
|
|
1192 case IMAGE_NOTHING:
|
|
1193 break;
|
|
1194
|
|
1195 case IMAGE_TEXT:
|
|
1196 hash = HASH2 (hash, internal_hash (IMAGE_INSTANCE_TEXT_STRING (i),
|
|
1197 depth + 1));
|
|
1198 break;
|
|
1199
|
|
1200 case IMAGE_MONO_PIXMAP:
|
|
1201 case IMAGE_COLOR_PIXMAP:
|
|
1202 case IMAGE_POINTER:
|
438
|
1203 hash = HASH4 (hash, IMAGE_INSTANCE_PIXMAP_DEPTH (i),
|
428
|
1204 IMAGE_INSTANCE_PIXMAP_SLICE (i),
|
|
1205 internal_hash (IMAGE_INSTANCE_PIXMAP_FILENAME (i),
|
|
1206 depth + 1));
|
|
1207 break;
|
|
1208
|
|
1209 case IMAGE_WIDGET:
|
442
|
1210 /* We need the hash to be equivalent to what should be
|
|
1211 displayed. */
|
|
1212 hash = HASH5 (hash,
|
|
1213 LISP_HASH (IMAGE_INSTANCE_WIDGET_TYPE (i)),
|
428
|
1214 internal_hash (IMAGE_INSTANCE_WIDGET_PROPS (i), depth + 1),
|
442
|
1215 internal_hash (IMAGE_INSTANCE_WIDGET_ITEMS (i), depth + 1),
|
|
1216 internal_hash (IMAGE_INSTANCE_LAYOUT_CHILDREN (i),
|
|
1217 depth + 1));
|
438
|
1218 case IMAGE_SUBWINDOW:
|
442
|
1219 hash = HASH2 (hash, (EMACS_INT) IMAGE_INSTANCE_SUBWINDOW_ID (i));
|
438
|
1220 break;
|
|
1221
|
428
|
1222 default:
|
|
1223 abort ();
|
|
1224 }
|
|
1225
|
442
|
1226 return HASH2 (hash, DEVMETH_OR_GIVEN
|
|
1227 (XDEVICE (image_instance_device (obj)),
|
|
1228 image_instance_hash, (i, depth),
|
|
1229 0));
|
428
|
1230 }
|
|
1231
|
|
1232 DEFINE_LRECORD_IMPLEMENTATION ("image-instance", image_instance,
|
|
1233 mark_image_instance, print_image_instance,
|
|
1234 finalize_image_instance, image_instance_equal,
|
|
1235 image_instance_hash, 0,
|
440
|
1236 Lisp_Image_Instance);
|
428
|
1237
|
|
1238 static Lisp_Object
|
442
|
1239 allocate_image_instance (Lisp_Object governing_domain, Lisp_Object parent,
|
|
1240 Lisp_Object instantiator)
|
428
|
1241 {
|
440
|
1242 Lisp_Image_Instance *lp =
|
|
1243 alloc_lcrecord_type (Lisp_Image_Instance, &lrecord_image_instance);
|
428
|
1244 Lisp_Object val;
|
|
1245
|
|
1246 zero_lcrecord (lp);
|
442
|
1247 /* It's not possible to simply keep a record of the domain in which
|
|
1248 the instance was instantiated. This is because caching may mean
|
|
1249 that the domain becomes invalid but the instance remains
|
|
1250 valid. However, the only truly relevant domain is the domain in
|
|
1251 which the instance is cached since this is the one that will be
|
|
1252 common to the instances. */
|
|
1253 lp->domain = governing_domain;
|
|
1254 /* The cache domain is not quite sufficient since the domain can get
|
|
1255 deleted before the image instance does. We need to know the
|
|
1256 domain device in order to finalize the image instance
|
|
1257 properly. We therefore record the device also. */
|
|
1258 lp->device = DOMAIN_DEVICE (governing_domain);
|
428
|
1259 lp->type = IMAGE_NOTHING;
|
|
1260 lp->name = Qnil;
|
|
1261 lp->x_offset = 0;
|
|
1262 lp->y_offset = 0;
|
442
|
1263 lp->width = IMAGE_UNSPECIFIED_GEOMETRY;
|
|
1264 lp->margin_width = 0;
|
|
1265 lp->height = IMAGE_UNSPECIFIED_GEOMETRY;
|
|
1266 lp->parent = parent;
|
|
1267 lp->instantiator = instantiator;
|
|
1268 /* So that layouts get done. */
|
|
1269 lp->layout_changed = 1;
|
|
1270 lp->initialized = 0;
|
|
1271
|
793
|
1272 val = wrap_image_instance (lp);
|
442
|
1273 MARK_GLYPHS_CHANGED;
|
|
1274
|
428
|
1275 return val;
|
|
1276 }
|
|
1277
|
|
1278 static enum image_instance_type
|
578
|
1279 decode_image_instance_type (Lisp_Object type, Error_Behavior errb)
|
428
|
1280 {
|
|
1281 if (ERRB_EQ (errb, ERROR_ME))
|
|
1282 CHECK_SYMBOL (type);
|
|
1283
|
|
1284 if (EQ (type, Qnothing)) return IMAGE_NOTHING;
|
|
1285 if (EQ (type, Qtext)) return IMAGE_TEXT;
|
|
1286 if (EQ (type, Qmono_pixmap)) return IMAGE_MONO_PIXMAP;
|
|
1287 if (EQ (type, Qcolor_pixmap)) return IMAGE_COLOR_PIXMAP;
|
|
1288 if (EQ (type, Qpointer)) return IMAGE_POINTER;
|
|
1289 if (EQ (type, Qsubwindow)) return IMAGE_SUBWINDOW;
|
|
1290 if (EQ (type, Qwidget)) return IMAGE_WIDGET;
|
|
1291
|
563
|
1292 maybe_invalid_constant ("Invalid image-instance type", type,
|
428
|
1293 Qimage, errb);
|
|
1294
|
|
1295 return IMAGE_UNKNOWN; /* not reached */
|
|
1296 }
|
|
1297
|
|
1298 static Lisp_Object
|
|
1299 encode_image_instance_type (enum image_instance_type type)
|
|
1300 {
|
|
1301 switch (type)
|
|
1302 {
|
|
1303 case IMAGE_NOTHING: return Qnothing;
|
|
1304 case IMAGE_TEXT: return Qtext;
|
|
1305 case IMAGE_MONO_PIXMAP: return Qmono_pixmap;
|
|
1306 case IMAGE_COLOR_PIXMAP: return Qcolor_pixmap;
|
|
1307 case IMAGE_POINTER: return Qpointer;
|
|
1308 case IMAGE_SUBWINDOW: return Qsubwindow;
|
|
1309 case IMAGE_WIDGET: return Qwidget;
|
|
1310 default:
|
|
1311 abort ();
|
|
1312 }
|
|
1313
|
|
1314 return Qnil; /* not reached */
|
|
1315 }
|
|
1316
|
|
1317 static int
|
|
1318 decode_image_instance_type_list (Lisp_Object list)
|
|
1319 {
|
|
1320 Lisp_Object rest;
|
|
1321 int mask = 0;
|
|
1322
|
|
1323 if (NILP (list))
|
|
1324 return ~0;
|
|
1325
|
|
1326 if (!CONSP (list))
|
|
1327 {
|
|
1328 enum image_instance_type type =
|
|
1329 decode_image_instance_type (list, ERROR_ME);
|
|
1330 return image_instance_type_to_mask (type);
|
|
1331 }
|
|
1332
|
|
1333 EXTERNAL_LIST_LOOP (rest, list)
|
|
1334 {
|
|
1335 enum image_instance_type type =
|
|
1336 decode_image_instance_type (XCAR (rest), ERROR_ME);
|
|
1337 mask |= image_instance_type_to_mask (type);
|
|
1338 }
|
|
1339
|
|
1340 return mask;
|
|
1341 }
|
|
1342
|
|
1343 static Lisp_Object
|
|
1344 encode_image_instance_type_list (int mask)
|
|
1345 {
|
|
1346 int count = 0;
|
|
1347 Lisp_Object result = Qnil;
|
|
1348
|
|
1349 while (mask)
|
|
1350 {
|
|
1351 count++;
|
|
1352 if (mask & 1)
|
|
1353 result = Fcons (encode_image_instance_type
|
|
1354 ((enum image_instance_type) count), result);
|
|
1355 mask >>= 1;
|
|
1356 }
|
|
1357
|
|
1358 return Fnreverse (result);
|
|
1359 }
|
|
1360
|
|
1361 DOESNT_RETURN
|
|
1362 incompatible_image_types (Lisp_Object instantiator, int given_dest_mask,
|
|
1363 int desired_dest_mask)
|
|
1364 {
|
563
|
1365 signal_error_1
|
|
1366 (Qinvalid_argument,
|
428
|
1367 list2
|
771
|
1368 (emacs_sprintf_string_lisp
|
|
1369 ("No compatible image-instance types given: wanted one of %s, got %s",
|
|
1370 Qnil, 2, encode_image_instance_type_list (desired_dest_mask),
|
428
|
1371 encode_image_instance_type_list (given_dest_mask)),
|
|
1372 instantiator));
|
|
1373 }
|
|
1374
|
|
1375 static int
|
|
1376 valid_image_instance_type_p (Lisp_Object type)
|
|
1377 {
|
|
1378 return !NILP (memq_no_quit (type, Vimage_instance_type_list));
|
|
1379 }
|
|
1380
|
|
1381 DEFUN ("valid-image-instance-type-p", Fvalid_image_instance_type_p, 1, 1, 0, /*
|
|
1382 Given an IMAGE-INSTANCE-TYPE, return non-nil if it is valid.
|
|
1383 Valid types are some subset of 'nothing, 'text, 'mono-pixmap, 'color-pixmap,
|
442
|
1384 'pointer, 'subwindow, and 'widget, depending on how XEmacs was compiled.
|
428
|
1385 */
|
|
1386 (image_instance_type))
|
|
1387 {
|
|
1388 return valid_image_instance_type_p (image_instance_type) ? Qt : Qnil;
|
|
1389 }
|
|
1390
|
|
1391 DEFUN ("image-instance-type-list", Fimage_instance_type_list, 0, 0, 0, /*
|
|
1392 Return a list of valid image-instance types.
|
|
1393 */
|
|
1394 ())
|
|
1395 {
|
|
1396 return Fcopy_sequence (Vimage_instance_type_list);
|
|
1397 }
|
|
1398
|
578
|
1399 Error_Behavior
|
444
|
1400 decode_error_behavior_flag (Lisp_Object noerror)
|
|
1401 {
|
|
1402 if (NILP (noerror)) return ERROR_ME;
|
|
1403 else if (EQ (noerror, Qt)) return ERROR_ME_NOT;
|
793
|
1404 else if (EQ (noerror, Qdebug)) return ERROR_ME_DEBUG_WARN;
|
444
|
1405 else return ERROR_ME_WARN;
|
428
|
1406 }
|
|
1407
|
|
1408 Lisp_Object
|
578
|
1409 encode_error_behavior_flag (Error_Behavior errb)
|
428
|
1410 {
|
|
1411 if (ERRB_EQ (errb, ERROR_ME))
|
|
1412 return Qnil;
|
|
1413 else if (ERRB_EQ (errb, ERROR_ME_NOT))
|
|
1414 return Qt;
|
793
|
1415 else if (ERRB_EQ (errb, ERROR_ME_DEBUG_WARN))
|
|
1416 return Qdebug;
|
428
|
1417 else
|
|
1418 {
|
|
1419 assert (ERRB_EQ (errb, ERROR_ME_WARN));
|
|
1420 return Qwarning;
|
|
1421 }
|
|
1422 }
|
|
1423
|
442
|
1424 /* Recurse up the hierarchy looking for the topmost glyph. This means
|
|
1425 that instances in layouts will inherit face properties from their
|
|
1426 parent. */
|
|
1427 Lisp_Object image_instance_parent_glyph (Lisp_Image_Instance* ii)
|
|
1428 {
|
|
1429 if (IMAGE_INSTANCEP (IMAGE_INSTANCE_PARENT (ii)))
|
|
1430 {
|
|
1431 return image_instance_parent_glyph
|
|
1432 (XIMAGE_INSTANCE (IMAGE_INSTANCE_PARENT (ii)));
|
|
1433 }
|
|
1434 return IMAGE_INSTANCE_PARENT (ii);
|
|
1435 }
|
|
1436
|
428
|
1437 static Lisp_Object
|
442
|
1438 make_image_instance_1 (Lisp_Object data, Lisp_Object domain,
|
428
|
1439 Lisp_Object dest_types)
|
|
1440 {
|
|
1441 Lisp_Object ii;
|
|
1442 struct gcpro gcpro1;
|
|
1443 int dest_mask;
|
442
|
1444 Lisp_Object governing_domain;
|
|
1445
|
428
|
1446 if (IMAGE_INSTANCEP (data))
|
563
|
1447 invalid_argument ("Image instances not allowed here", data);
|
428
|
1448 image_validate (data);
|
442
|
1449 domain = decode_domain (domain);
|
|
1450 /* instantiate_image_instantiator() will abort if given an
|
|
1451 image instance ... */
|
428
|
1452 dest_mask = decode_image_instance_type_list (dest_types);
|
442
|
1453 data = normalize_image_instantiator (data,
|
|
1454 DEVICE_TYPE (DOMAIN_XDEVICE (domain)),
|
428
|
1455 make_int (dest_mask));
|
|
1456 GCPRO1 (data);
|
442
|
1457 /* After normalizing the data, it's always either an image instance (which
|
|
1458 we filtered out above) or a vector. */
|
450
|
1459 if (EQ (INSTANTIATOR_TYPE (data), Qinherit))
|
563
|
1460 invalid_argument ("Inheritance not allowed here", data);
|
442
|
1461 governing_domain =
|
|
1462 get_image_instantiator_governing_domain (data, domain);
|
|
1463 ii = instantiate_image_instantiator (governing_domain, domain, data,
|
438
|
1464 Qnil, Qnil, dest_mask, Qnil);
|
428
|
1465 RETURN_UNGCPRO (ii);
|
|
1466 }
|
|
1467
|
|
1468 DEFUN ("make-image-instance", Fmake_image_instance, 1, 4, 0, /*
|
|
1469 Return a new `image-instance' object.
|
|
1470
|
|
1471 Image-instance objects encapsulate the way a particular image (pixmap,
|
|
1472 etc.) is displayed on a particular device. In most circumstances, you
|
|
1473 do not need to directly create image instances; use a glyph instead.
|
|
1474 However, it may occasionally be useful to explicitly create image
|
|
1475 instances, if you want more control over the instantiation process.
|
|
1476
|
|
1477 DATA is an image instantiator, which describes the image; see
|
442
|
1478 `make-image-specifier' for a description of the allowed values.
|
428
|
1479
|
|
1480 DEST-TYPES should be a list of allowed image instance types that can
|
|
1481 be generated. The recognized image instance types are
|
|
1482
|
|
1483 'nothing
|
|
1484 Nothing is displayed.
|
|
1485 'text
|
|
1486 Displayed as text. The foreground and background colors and the
|
|
1487 font of the text are specified independent of the pixmap. Typically
|
|
1488 these attributes will come from the face of the surrounding text,
|
|
1489 unless a face is specified for the glyph in which the image appears.
|
|
1490 'mono-pixmap
|
|
1491 Displayed as a mono pixmap (a pixmap with only two colors where the
|
|
1492 foreground and background can be specified independent of the pixmap;
|
|
1493 typically the pixmap assumes the foreground and background colors of
|
|
1494 the text around it, unless a face is specified for the glyph in which
|
|
1495 the image appears).
|
|
1496 'color-pixmap
|
|
1497 Displayed as a color pixmap.
|
|
1498 'pointer
|
|
1499 Used as the mouse pointer for a window.
|
|
1500 'subwindow
|
|
1501 A child window that is treated as an image. This allows (e.g.)
|
|
1502 another program to be responsible for drawing into the window.
|
|
1503 'widget
|
|
1504 A child window that contains a window-system widget, e.g. a push
|
442
|
1505 button, text field, or slider.
|
|
1506
|
|
1507 The DEST-TYPES list is unordered. If multiple destination types are
|
|
1508 possible for a given instantiator, the "most natural" type for the
|
|
1509 instantiator's format is chosen. (For XBM, the most natural types are
|
|
1510 `mono-pixmap', followed by `color-pixmap', followed by `pointer'. For
|
|
1511 the other normal image formats, the most natural types are
|
|
1512 `color-pixmap', followed by `mono-pixmap', followed by `pointer'. For
|
|
1513 the string and formatted-string formats, the most natural types are
|
|
1514 `text', followed by `mono-pixmap' (not currently implemented),
|
|
1515 followed by `color-pixmap' (not currently implemented). For MS
|
|
1516 Windows resources, the most natural type for pointer resources is
|
|
1517 `pointer', and for the others it's `color-pixmap'. The other formats
|
|
1518 can only be instantiated as one type. (If you want to control more
|
|
1519 specifically the order of the types into which an image is
|
|
1520 instantiated, just call `make-image-instance' repeatedly until it
|
|
1521 succeeds, passing less and less preferred destination types each
|
|
1522 time.)
|
|
1523
|
|
1524 See `make-image-specifier' for a description of the different image
|
|
1525 instantiator formats.
|
428
|
1526
|
|
1527 If DEST-TYPES is omitted, all possible types are allowed.
|
|
1528
|
442
|
1529 DOMAIN specifies the domain to which the image instance will be attached.
|
|
1530 This domain is termed the \"governing domain\". The type of the governing
|
|
1531 domain depends on the image instantiator format. (Although, more correctly,
|
|
1532 it should probably depend on the image instance type.) For example, pixmap
|
|
1533 image instances are specific to a device, but widget image instances are
|
|
1534 specific to a particular XEmacs window because in order to display such a
|
|
1535 widget when two windows onto the same buffer want to display the widget,
|
|
1536 two separate underlying widgets must be created. (That's because a widget
|
|
1537 is actually a child window-system window, and all window-system windows have
|
|
1538 a unique existence on the screen.) This means that the governing domain for
|
|
1539 a pixmap image instance will be some device (most likely, the only existing
|
|
1540 device), whereas the governing domain for a widget image instance will be
|
|
1541 some XEmacs window.
|
|
1542
|
|
1543 If you specify an overly general DOMAIN (e.g. a frame when a window was
|
|
1544 wanted), an error is signaled. If you specify an overly specific DOMAIN
|
|
1545 \(e.g. a window when a device was wanted), the corresponding general domain
|
|
1546 is fetched and used instead. For `make-image-instance', it makes no
|
|
1547 difference whether you specify an overly specific domain or the properly
|
|
1548 general domain derived from it. However, it does matter when creating an
|
|
1549 image instance by instantiating a specifier or glyph (e.g. with
|
|
1550 `glyph-image-instance'), because the more specific domain causes spec lookup
|
|
1551 to start there and proceed to more general domains. (It would also matter
|
|
1552 when creating an image instance with an instantiator format of `inherit',
|
|
1553 but we currently disallow this. #### We should fix this.)
|
|
1554
|
|
1555 If omitted, DOMAIN defaults to the selected window.
|
|
1556
|
444
|
1557 NOERROR controls what happens when the image cannot be generated.
|
428
|
1558 If nil, an error message is generated. If t, no messages are
|
|
1559 generated and this function returns nil. If anything else, a warning
|
440
|
1560 message is generated and this function returns nil.
|
428
|
1561 */
|
444
|
1562 (data, domain, dest_types, noerror))
|
|
1563 {
|
578
|
1564 Error_Behavior errb = decode_error_behavior_flag (noerror);
|
428
|
1565
|
|
1566 return call_with_suspended_errors ((lisp_fn_t) make_image_instance_1,
|
|
1567 Qnil, Qimage, errb,
|
442
|
1568 3, data, domain, dest_types);
|
428
|
1569 }
|
|
1570
|
|
1571 DEFUN ("image-instance-p", Fimage_instance_p, 1, 1, 0, /*
|
|
1572 Return non-nil if OBJECT is an image instance.
|
|
1573 */
|
|
1574 (object))
|
|
1575 {
|
|
1576 return IMAGE_INSTANCEP (object) ? Qt : Qnil;
|
|
1577 }
|
|
1578
|
|
1579 DEFUN ("image-instance-type", Fimage_instance_type, 1, 1, 0, /*
|
|
1580 Return the type of the given image instance.
|
|
1581 The return value will be one of 'nothing, 'text, 'mono-pixmap,
|
|
1582 'color-pixmap, 'pointer, or 'subwindow.
|
|
1583 */
|
|
1584 (image_instance))
|
|
1585 {
|
|
1586 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1587 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1588 return encode_image_instance_type (XIMAGE_INSTANCE_TYPE (image_instance));
|
|
1589 }
|
|
1590
|
|
1591 DEFUN ("image-instance-name", Fimage_instance_name, 1, 1, 0, /*
|
|
1592 Return the name of the given image instance.
|
|
1593 */
|
|
1594 (image_instance))
|
|
1595 {
|
|
1596 CHECK_IMAGE_INSTANCE (image_instance);
|
|
1597 return XIMAGE_INSTANCE_NAME (image_instance);
|
|
1598 }
|
|
1599
|
442
|
1600 DEFUN ("image-instance-domain", Fimage_instance_domain, 1, 1, 0, /*
|
|
1601 Return the governing domain of the given image instance.
|
|
1602 The governing domain of an image instance is the domain that the image
|
|
1603 instance is specific to. It is NOT necessarily the domain that was
|
|
1604 given to the call to `specifier-instance' that resulted in the creation
|
|
1605 of this image instance. See `make-image-instance' for more information
|
|
1606 on governing domains.
|
|
1607 */
|
|
1608 (image_instance))
|
|
1609 {
|
|
1610 CHECK_IMAGE_INSTANCE (image_instance);
|
|
1611 return XIMAGE_INSTANCE_DOMAIN (image_instance);
|
|
1612 }
|
|
1613
|
428
|
1614 DEFUN ("image-instance-string", Fimage_instance_string, 1, 1, 0, /*
|
|
1615 Return the string of the given image instance.
|
|
1616 This will only be non-nil for text image instances and widgets.
|
|
1617 */
|
|
1618 (image_instance))
|
|
1619 {
|
|
1620 CHECK_IMAGE_INSTANCE (image_instance);
|
|
1621 if (XIMAGE_INSTANCE_TYPE (image_instance) == IMAGE_TEXT)
|
|
1622 return XIMAGE_INSTANCE_TEXT_STRING (image_instance);
|
|
1623 else if (XIMAGE_INSTANCE_TYPE (image_instance) == IMAGE_WIDGET)
|
|
1624 return XIMAGE_INSTANCE_WIDGET_TEXT (image_instance);
|
|
1625 else
|
|
1626 return Qnil;
|
|
1627 }
|
|
1628
|
|
1629 DEFUN ("image-instance-property", Fimage_instance_property, 2, 2, 0, /*
|
440
|
1630 Return the given property of the given image instance.
|
428
|
1631 Returns nil if the property or the property method do not exist for
|
440
|
1632 the image instance in the domain.
|
428
|
1633 */
|
|
1634 (image_instance, prop))
|
|
1635 {
|
440
|
1636 Lisp_Image_Instance* ii;
|
428
|
1637 Lisp_Object type, ret;
|
|
1638 struct image_instantiator_methods* meths;
|
|
1639
|
|
1640 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1641 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1642 CHECK_SYMBOL (prop);
|
|
1643 ii = XIMAGE_INSTANCE (image_instance);
|
|
1644
|
|
1645 /* ... then try device specific methods ... */
|
|
1646 type = encode_image_instance_type (IMAGE_INSTANCE_TYPE (ii));
|
442
|
1647 meths = decode_device_ii_format (image_instance_device (image_instance),
|
428
|
1648 type, ERROR_ME_NOT);
|
|
1649 if (meths && HAS_IIFORMAT_METH_P (meths, property)
|
440
|
1650 &&
|
428
|
1651 !UNBOUNDP (ret = IIFORMAT_METH (meths, property, (image_instance, prop))))
|
|
1652 {
|
|
1653 return ret;
|
|
1654 }
|
|
1655 /* ... then format specific methods ... */
|
|
1656 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
|
|
1657 if (meths && HAS_IIFORMAT_METH_P (meths, property)
|
|
1658 &&
|
|
1659 !UNBOUNDP (ret = IIFORMAT_METH (meths, property, (image_instance, prop))))
|
|
1660 {
|
|
1661 return ret;
|
|
1662 }
|
|
1663 /* ... then fail */
|
|
1664 return Qnil;
|
|
1665 }
|
|
1666
|
|
1667 DEFUN ("image-instance-file-name", Fimage_instance_file_name, 1, 1, 0, /*
|
|
1668 Return the file name from which IMAGE-INSTANCE was read, if known.
|
|
1669 */
|
|
1670 (image_instance))
|
|
1671 {
|
|
1672 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1673 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1674
|
|
1675 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1676 {
|
|
1677 case IMAGE_MONO_PIXMAP:
|
|
1678 case IMAGE_COLOR_PIXMAP:
|
|
1679 case IMAGE_POINTER:
|
|
1680 return XIMAGE_INSTANCE_PIXMAP_FILENAME (image_instance);
|
|
1681
|
|
1682 default:
|
|
1683 return Qnil;
|
|
1684 }
|
|
1685 }
|
|
1686
|
|
1687 DEFUN ("image-instance-mask-file-name", Fimage_instance_mask_file_name, 1, 1, 0, /*
|
|
1688 Return the file name from which IMAGE-INSTANCE's mask was read, if known.
|
|
1689 */
|
|
1690 (image_instance))
|
|
1691 {
|
|
1692 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1693 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1694
|
|
1695 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1696 {
|
|
1697 case IMAGE_MONO_PIXMAP:
|
|
1698 case IMAGE_COLOR_PIXMAP:
|
|
1699 case IMAGE_POINTER:
|
|
1700 return XIMAGE_INSTANCE_PIXMAP_MASK_FILENAME (image_instance);
|
|
1701
|
|
1702 default:
|
|
1703 return Qnil;
|
|
1704 }
|
|
1705 }
|
|
1706
|
|
1707 DEFUN ("image-instance-depth", Fimage_instance_depth, 1, 1, 0, /*
|
|
1708 Return the depth of the image instance.
|
|
1709 This is 0 for a bitmap, or a positive integer for a pixmap.
|
|
1710 */
|
|
1711 (image_instance))
|
|
1712 {
|
|
1713 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1714 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1715
|
|
1716 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1717 {
|
|
1718 case IMAGE_MONO_PIXMAP:
|
|
1719 case IMAGE_COLOR_PIXMAP:
|
|
1720 case IMAGE_POINTER:
|
|
1721 return make_int (XIMAGE_INSTANCE_PIXMAP_DEPTH (image_instance));
|
|
1722
|
|
1723 default:
|
|
1724 return Qnil;
|
|
1725 }
|
|
1726 }
|
|
1727
|
|
1728 DEFUN ("image-instance-height", Fimage_instance_height, 1, 1, 0, /*
|
|
1729 Return the height of the image instance, in pixels.
|
|
1730 */
|
|
1731 (image_instance))
|
|
1732 {
|
|
1733 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1734 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1735
|
|
1736 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1737 {
|
|
1738 case IMAGE_MONO_PIXMAP:
|
|
1739 case IMAGE_COLOR_PIXMAP:
|
|
1740 case IMAGE_POINTER:
|
|
1741 case IMAGE_SUBWINDOW:
|
|
1742 case IMAGE_WIDGET:
|
438
|
1743 return make_int (XIMAGE_INSTANCE_HEIGHT (image_instance));
|
428
|
1744
|
|
1745 default:
|
|
1746 return Qnil;
|
|
1747 }
|
|
1748 }
|
|
1749
|
|
1750 DEFUN ("image-instance-width", Fimage_instance_width, 1, 1, 0, /*
|
|
1751 Return the width of the image instance, in pixels.
|
|
1752 */
|
|
1753 (image_instance))
|
|
1754 {
|
|
1755 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1756 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1757
|
|
1758 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1759 {
|
|
1760 case IMAGE_MONO_PIXMAP:
|
|
1761 case IMAGE_COLOR_PIXMAP:
|
|
1762 case IMAGE_POINTER:
|
|
1763 case IMAGE_SUBWINDOW:
|
|
1764 case IMAGE_WIDGET:
|
438
|
1765 return make_int (XIMAGE_INSTANCE_WIDTH (image_instance));
|
428
|
1766
|
|
1767 default:
|
|
1768 return Qnil;
|
|
1769 }
|
|
1770 }
|
|
1771
|
|
1772 DEFUN ("image-instance-hotspot-x", Fimage_instance_hotspot_x, 1, 1, 0, /*
|
|
1773 Return the X coordinate of the image instance's hotspot, if known.
|
|
1774 This is a point relative to the origin of the pixmap. When an image is
|
|
1775 used as a mouse pointer, the hotspot is the point on the image that sits
|
|
1776 over the location that the pointer points to. This is, for example, the
|
|
1777 tip of the arrow or the center of the crosshairs.
|
|
1778 This will always be nil for a non-pointer image instance.
|
|
1779 */
|
|
1780 (image_instance))
|
|
1781 {
|
|
1782 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1783 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1784
|
|
1785 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1786 {
|
|
1787 case IMAGE_MONO_PIXMAP:
|
|
1788 case IMAGE_COLOR_PIXMAP:
|
|
1789 case IMAGE_POINTER:
|
|
1790 return XIMAGE_INSTANCE_PIXMAP_HOTSPOT_X (image_instance);
|
|
1791
|
|
1792 default:
|
|
1793 return Qnil;
|
|
1794 }
|
|
1795 }
|
|
1796
|
|
1797 DEFUN ("image-instance-hotspot-y", Fimage_instance_hotspot_y, 1, 1, 0, /*
|
|
1798 Return the Y coordinate of the image instance's hotspot, if known.
|
|
1799 This is a point relative to the origin of the pixmap. When an image is
|
|
1800 used as a mouse pointer, the hotspot is the point on the image that sits
|
|
1801 over the location that the pointer points to. This is, for example, the
|
|
1802 tip of the arrow or the center of the crosshairs.
|
|
1803 This will always be nil for a non-pointer image instance.
|
|
1804 */
|
|
1805 (image_instance))
|
|
1806 {
|
|
1807 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1808 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1809
|
|
1810 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1811 {
|
|
1812 case IMAGE_MONO_PIXMAP:
|
|
1813 case IMAGE_COLOR_PIXMAP:
|
|
1814 case IMAGE_POINTER:
|
|
1815 return XIMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (image_instance);
|
|
1816
|
|
1817 default:
|
|
1818 return Qnil;
|
|
1819 }
|
|
1820 }
|
|
1821
|
|
1822 DEFUN ("image-instance-foreground", Fimage_instance_foreground, 1, 1, 0, /*
|
|
1823 Return the foreground color of IMAGE-INSTANCE, if applicable.
|
|
1824 This will be a color instance or nil. (It will only be non-nil for
|
|
1825 colorized mono pixmaps and for pointers.)
|
|
1826 */
|
|
1827 (image_instance))
|
|
1828 {
|
|
1829 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1830 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1831
|
|
1832 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1833 {
|
|
1834 case IMAGE_MONO_PIXMAP:
|
|
1835 case IMAGE_COLOR_PIXMAP:
|
|
1836 case IMAGE_POINTER:
|
|
1837 return XIMAGE_INSTANCE_PIXMAP_FG (image_instance);
|
|
1838
|
|
1839 case IMAGE_WIDGET:
|
|
1840 return FACE_FOREGROUND (
|
|
1841 XIMAGE_INSTANCE_WIDGET_FACE (image_instance),
|
442
|
1842 XIMAGE_INSTANCE_FRAME
|
428
|
1843 (image_instance));
|
|
1844
|
|
1845 default:
|
|
1846 return Qnil;
|
|
1847 }
|
|
1848 }
|
|
1849
|
|
1850 DEFUN ("image-instance-background", Fimage_instance_background, 1, 1, 0, /*
|
|
1851 Return the background color of IMAGE-INSTANCE, if applicable.
|
|
1852 This will be a color instance or nil. (It will only be non-nil for
|
|
1853 colorized mono pixmaps and for pointers.)
|
|
1854 */
|
|
1855 (image_instance))
|
|
1856 {
|
|
1857 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1858 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1859
|
|
1860 switch (XIMAGE_INSTANCE_TYPE (image_instance))
|
|
1861 {
|
|
1862 case IMAGE_MONO_PIXMAP:
|
|
1863 case IMAGE_COLOR_PIXMAP:
|
|
1864 case IMAGE_POINTER:
|
|
1865 return XIMAGE_INSTANCE_PIXMAP_BG (image_instance);
|
|
1866
|
|
1867 case IMAGE_WIDGET:
|
|
1868 return FACE_BACKGROUND (
|
|
1869 XIMAGE_INSTANCE_WIDGET_FACE (image_instance),
|
442
|
1870 XIMAGE_INSTANCE_FRAME
|
428
|
1871 (image_instance));
|
|
1872
|
|
1873 default:
|
|
1874 return Qnil;
|
|
1875 }
|
|
1876 }
|
|
1877
|
|
1878
|
|
1879 DEFUN ("colorize-image-instance", Fcolorize_image_instance, 3, 3, 0, /*
|
|
1880 Make the image instance be displayed in the given colors.
|
|
1881 This function returns a new image instance that is exactly like the
|
|
1882 specified one except that (if possible) the foreground and background
|
|
1883 colors and as specified. Currently, this only does anything if the image
|
|
1884 instance is a mono pixmap; otherwise, the same image instance is returned.
|
|
1885 */
|
|
1886 (image_instance, foreground, background))
|
|
1887 {
|
|
1888 Lisp_Object new;
|
|
1889 Lisp_Object device;
|
|
1890
|
|
1891 CHECK_IMAGE_INSTANCE (image_instance);
|
442
|
1892 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
428
|
1893 CHECK_COLOR_INSTANCE (foreground);
|
|
1894 CHECK_COLOR_INSTANCE (background);
|
|
1895
|
442
|
1896 device = image_instance_device (image_instance);
|
428
|
1897 if (!HAS_DEVMETH_P (XDEVICE (device), colorize_image_instance))
|
|
1898 return image_instance;
|
|
1899
|
430
|
1900 /* #### There should be a copy_image_instance(), which calls a
|
|
1901 device-specific method to copy the window-system subobject. */
|
442
|
1902 new = allocate_image_instance (XIMAGE_INSTANCE_DOMAIN (image_instance),
|
|
1903 Qnil, Qnil);
|
428
|
1904 copy_lcrecord (XIMAGE_INSTANCE (new), XIMAGE_INSTANCE (image_instance));
|
|
1905 /* note that if this method returns non-zero, this method MUST
|
|
1906 copy any window-system resources, so that when one image instance is
|
|
1907 freed, the other one is not hosed. */
|
|
1908 if (!DEVMETH (XDEVICE (device), colorize_image_instance, (new, foreground,
|
|
1909 background)))
|
|
1910 return image_instance;
|
|
1911 return new;
|
|
1912 }
|
|
1913
|
438
|
1914
|
|
1915 /************************************************************************/
|
|
1916 /* Geometry calculations */
|
|
1917 /************************************************************************/
|
|
1918
|
|
1919 /* Find out desired geometry of the image instance. If there is no
|
|
1920 special function then just return the width and / or height. */
|
|
1921 void
|
440
|
1922 image_instance_query_geometry (Lisp_Object image_instance,
|
442
|
1923 int* width, int* height,
|
438
|
1924 enum image_instance_geometry disp,
|
|
1925 Lisp_Object domain)
|
|
1926 {
|
440
|
1927 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (image_instance);
|
438
|
1928 Lisp_Object type;
|
|
1929 struct image_instantiator_methods* meths;
|
442
|
1930 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
438
|
1931
|
|
1932 type = encode_image_instance_type (IMAGE_INSTANCE_TYPE (ii));
|
|
1933 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
|
440
|
1934
|
438
|
1935 if (meths && HAS_IIFORMAT_METH_P (meths, query_geometry))
|
|
1936 {
|
440
|
1937 IIFORMAT_METH (meths, query_geometry, (image_instance, width, height,
|
438
|
1938 disp, domain));
|
|
1939 }
|
|
1940 else
|
|
1941 {
|
|
1942 if (width)
|
|
1943 *width = IMAGE_INSTANCE_WIDTH (ii);
|
|
1944 if (height)
|
|
1945 *height = IMAGE_INSTANCE_HEIGHT (ii);
|
|
1946 }
|
|
1947 }
|
|
1948
|
|
1949 /* Layout the image instance using the provided dimensions. Layout
|
|
1950 widgets are going to do different kinds of calculations to
|
|
1951 determine what size to give things so we could make the layout
|
|
1952 function relatively simple to take account of that. An alternative
|
|
1953 approach is to consider separately the two cases, one where you
|
|
1954 don't mind what size you have (normal widgets) and one where you
|
442
|
1955 want to specify something (layout widgets). */
|
438
|
1956 void
|
440
|
1957 image_instance_layout (Lisp_Object image_instance,
|
442
|
1958 int width, int height,
|
|
1959 int xoffset, int yoffset,
|
438
|
1960 Lisp_Object domain)
|
|
1961 {
|
440
|
1962 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (image_instance);
|
438
|
1963 Lisp_Object type;
|
|
1964 struct image_instantiator_methods* meths;
|
|
1965
|
442
|
1966 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
|
1967
|
|
1968 /* Nothing is as nothing does. */
|
|
1969 if (NOTHING_IMAGE_INSTANCEP (image_instance))
|
|
1970 return;
|
|
1971
|
|
1972 /* We don't want carefully calculated offsets to be mucked up by
|
|
1973 random layouts. */
|
|
1974 if (xoffset != IMAGE_UNCHANGED_GEOMETRY)
|
|
1975 XIMAGE_INSTANCE_XOFFSET (image_instance) = xoffset;
|
|
1976 if (yoffset != IMAGE_UNCHANGED_GEOMETRY)
|
|
1977 XIMAGE_INSTANCE_YOFFSET (image_instance) = yoffset;
|
|
1978
|
|
1979 assert (XIMAGE_INSTANCE_YOFFSET (image_instance) >= 0
|
|
1980 && XIMAGE_INSTANCE_XOFFSET (image_instance) >= 0);
|
|
1981
|
438
|
1982 /* If geometry is unspecified then get some reasonable values for it. */
|
|
1983 if (width == IMAGE_UNSPECIFIED_GEOMETRY
|
|
1984 ||
|
|
1985 height == IMAGE_UNSPECIFIED_GEOMETRY)
|
|
1986 {
|
442
|
1987 int dwidth = IMAGE_UNSPECIFIED_GEOMETRY;
|
|
1988 int dheight = IMAGE_UNSPECIFIED_GEOMETRY;
|
438
|
1989 /* Get the desired geometry. */
|
450
|
1990 image_instance_query_geometry (image_instance,
|
|
1991 &dwidth, &dheight,
|
|
1992 IMAGE_DESIRED_GEOMETRY,
|
|
1993 domain);
|
438
|
1994 /* Compare with allowed geometry. */
|
|
1995 if (width == IMAGE_UNSPECIFIED_GEOMETRY)
|
|
1996 width = dwidth;
|
|
1997 if (height == IMAGE_UNSPECIFIED_GEOMETRY)
|
|
1998 height = dheight;
|
|
1999 }
|
|
2000
|
442
|
2001 /* If we don't have sane values then we cannot layout at this point and
|
|
2002 must just return. */
|
|
2003 if (width == IMAGE_UNSPECIFIED_GEOMETRY
|
|
2004 ||
|
|
2005 height == IMAGE_UNSPECIFIED_GEOMETRY)
|
|
2006 return;
|
|
2007
|
438
|
2008 /* At this point width and height should contain sane values. Thus
|
|
2009 we set the glyph geometry and lay it out. */
|
442
|
2010 if (IMAGE_INSTANCE_WIDTH (ii) != width
|
|
2011 ||
|
|
2012 IMAGE_INSTANCE_HEIGHT (ii) != height)
|
|
2013 {
|
|
2014 IMAGE_INSTANCE_SIZE_CHANGED (ii) = 1;
|
|
2015 }
|
|
2016
|
438
|
2017 IMAGE_INSTANCE_WIDTH (ii) = width;
|
|
2018 IMAGE_INSTANCE_HEIGHT (ii) = height;
|
440
|
2019
|
450
|
2020 type = encode_image_instance_type (IMAGE_INSTANCE_TYPE (ii));
|
|
2021 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
|
|
2022
|
|
2023 MAYBE_IIFORMAT_METH (meths, layout,
|
|
2024 (image_instance, width, height, xoffset, yoffset,
|
|
2025 domain));
|
|
2026 /* Do not clear the dirty flag here - redisplay will do this for
|
|
2027 us at the end. */
|
|
2028 IMAGE_INSTANCE_LAYOUT_CHANGED (ii) = 0;
|
442
|
2029 }
|
|
2030
|
|
2031 /* Update an image instance from its changed instantiator. */
|
|
2032 static void
|
|
2033 update_image_instance (Lisp_Object image_instance,
|
|
2034 Lisp_Object instantiator)
|
|
2035 {
|
|
2036 struct image_instantiator_methods* meths;
|
|
2037 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
|
|
2038
|
|
2039 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
|
2040
|
|
2041 if (NOTHING_IMAGE_INSTANCEP (image_instance))
|
|
2042 return;
|
|
2043
|
|
2044 assert (!internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, 0)
|
|
2045 || (internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, 0)
|
|
2046 && internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, -10)));
|
|
2047
|
|
2048 /* If the instantiator is identical then do nothing. We must use
|
|
2049 equal here because the specifier code copies the instantiator. */
|
|
2050 if (!internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, 0))
|
438
|
2051 {
|
442
|
2052 /* Extract the changed properties so that device / format
|
|
2053 methods only have to cope with these. We assume that
|
|
2054 normalization has already been done. */
|
|
2055 Lisp_Object diffs = find_instantiator_differences
|
|
2056 (instantiator,
|
|
2057 IMAGE_INSTANCE_INSTANTIATOR (ii));
|
|
2058 Lisp_Object type = encode_image_instance_type
|
|
2059 (IMAGE_INSTANCE_TYPE (ii));
|
|
2060 struct gcpro gcpro1;
|
|
2061 GCPRO1 (diffs);
|
|
2062
|
|
2063 /* try device specific methods first ... */
|
|
2064 meths = decode_device_ii_format (image_instance_device (image_instance),
|
|
2065 type, ERROR_ME_NOT);
|
|
2066 MAYBE_IIFORMAT_METH (meths, update, (image_instance, diffs));
|
|
2067 /* ... then format specific methods ... */
|
|
2068 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
|
|
2069 MAYBE_IIFORMAT_METH (meths, update, (image_instance, diffs));
|
|
2070
|
|
2071 /* Instance and therefore glyph has changed so mark as dirty.
|
|
2072 If we don't do this output optimizations will assume the
|
|
2073 glyph is unchanged. */
|
|
2074 set_image_instance_dirty_p (image_instance, 1);
|
|
2075 /* Structure has changed. */
|
|
2076 IMAGE_INSTANCE_LAYOUT_CHANGED (ii) = 1;
|
|
2077
|
|
2078 UNGCPRO;
|
438
|
2079 }
|
442
|
2080 /* We should now have a consistent instantiator so keep a record of
|
|
2081 it. It is important that we don't actually update the window
|
|
2082 system widgets here - we must do that when redisplay tells us
|
|
2083 to.
|
|
2084
|
|
2085 #### should we delay doing this until the display is up-to-date
|
|
2086 also? */
|
|
2087 IMAGE_INSTANCE_INSTANTIATOR (ii) = instantiator;
|
440
|
2088 }
|
|
2089
|
|
2090 /*
|
|
2091 * Mark image instance in W as dirty if (a) W's faces have changed and
|
|
2092 * (b) GLYPH_OR_II instance in W is a string.
|
|
2093 *
|
|
2094 * Return non-zero if instance has been marked dirty.
|
|
2095 */
|
|
2096 int
|
|
2097 invalidate_glyph_geometry_maybe (Lisp_Object glyph_or_ii, struct window* w)
|
|
2098 {
|
|
2099 if (XFRAME(WINDOW_FRAME(w))->faces_changed)
|
|
2100 {
|
|
2101 Lisp_Object image = glyph_or_ii;
|
|
2102
|
|
2103 if (GLYPHP (glyph_or_ii))
|
|
2104 {
|
793
|
2105 Lisp_Object window = wrap_window (w);
|
|
2106
|
|
2107 image = glyph_image_instance (glyph_or_ii, window,
|
|
2108 ERROR_ME_DEBUG_WARN, 1);
|
440
|
2109 }
|
|
2110
|
|
2111 if (TEXT_IMAGE_INSTANCEP (image))
|
|
2112 {
|
442
|
2113 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (image);
|
|
2114 IMAGE_INSTANCE_DIRTYP (ii) = 1;
|
|
2115 IMAGE_INSTANCE_LAYOUT_CHANGED (ii) = 1;
|
440
|
2116 if (GLYPHP (glyph_or_ii))
|
|
2117 XGLYPH_DIRTYP (glyph_or_ii) = 1;
|
|
2118 return 1;
|
|
2119 }
|
|
2120 }
|
|
2121
|
|
2122 return 0;
|
438
|
2123 }
|
|
2124
|
428
|
2125
|
|
2126 /************************************************************************/
|
|
2127 /* error helpers */
|
|
2128 /************************************************************************/
|
|
2129 DOESNT_RETURN
|
771
|
2130 signal_image_error (const CIntbyte *reason, Lisp_Object frob)
|
428
|
2131 {
|
563
|
2132 signal_error (Qimage_conversion_error, reason, frob);
|
428
|
2133 }
|
|
2134
|
|
2135 DOESNT_RETURN
|
771
|
2136 signal_image_error_2 (const CIntbyte *reason, Lisp_Object frob0, Lisp_Object frob1)
|
428
|
2137 {
|
563
|
2138 signal_error_2 (Qimage_conversion_error, reason, frob0, frob1);
|
|
2139 }
|
|
2140
|
|
2141 DOESNT_RETURN
|
771
|
2142 signal_double_image_error (const CIntbyte *string1, const CIntbyte *string2,
|
563
|
2143 Lisp_Object data)
|
|
2144 {
|
|
2145 signal_error_1 (Qimage_conversion_error,
|
771
|
2146 list3 (build_msg_string (string1),
|
|
2147 build_msg_string (string2),
|
563
|
2148 data));
|
|
2149 }
|
|
2150
|
|
2151 DOESNT_RETURN
|
771
|
2152 signal_double_image_error_2 (const CIntbyte *string1, const CIntbyte *string2,
|
563
|
2153 Lisp_Object data1, Lisp_Object data2)
|
|
2154 {
|
|
2155 signal_error_1 (Qimage_conversion_error,
|
771
|
2156 list4 (build_msg_string (string1),
|
|
2157 build_msg_string (string2),
|
563
|
2158 data1, data2));
|
428
|
2159 }
|
|
2160
|
|
2161 /****************************************************************************
|
|
2162 * nothing *
|
|
2163 ****************************************************************************/
|
|
2164
|
|
2165 static int
|
|
2166 nothing_possible_dest_types (void)
|
|
2167 {
|
|
2168 return IMAGE_NOTHING_MASK;
|
|
2169 }
|
|
2170
|
|
2171 static void
|
|
2172 nothing_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
|
|
2173 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
|
|
2174 int dest_mask, Lisp_Object domain)
|
|
2175 {
|
440
|
2176 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
|
428
|
2177
|
|
2178 if (dest_mask & IMAGE_NOTHING_MASK)
|
442
|
2179 {
|
|
2180 IMAGE_INSTANCE_TYPE (ii) = IMAGE_NOTHING;
|
|
2181 IMAGE_INSTANCE_HEIGHT (ii) = 0;
|
|
2182 IMAGE_INSTANCE_WIDTH (ii) = 0;
|
|
2183 }
|
428
|
2184 else
|
|
2185 incompatible_image_types (instantiator, dest_mask, IMAGE_NOTHING_MASK);
|
|
2186 }
|
|
2187
|
|
2188
|
|
2189 /****************************************************************************
|
|
2190 * inherit *
|
|
2191 ****************************************************************************/
|
|
2192
|
|
2193 static void
|
|
2194 inherit_validate (Lisp_Object instantiator)
|
|
2195 {
|
|
2196 face_must_be_present (instantiator);
|
|
2197 }
|
|
2198
|
|
2199 static Lisp_Object
|
442
|
2200 inherit_normalize (Lisp_Object inst, Lisp_Object console_type,
|
|
2201 Lisp_Object dest_mask)
|
428
|
2202 {
|
|
2203 Lisp_Object face;
|
|
2204
|
|
2205 assert (XVECTOR_LENGTH (inst) == 3);
|
|
2206 face = XVECTOR_DATA (inst)[2];
|
|
2207 if (!FACEP (face))
|
|
2208 inst = vector3 (Qinherit, Q_face, Fget_face (face));
|
|
2209 return inst;
|
|
2210 }
|
|
2211
|
|
2212 static int
|
|
2213 inherit_possible_dest_types (void)
|
|
2214 {
|
|
2215 return IMAGE_MONO_PIXMAP_MASK;
|
|
2216 }
|
|
2217
|
|
2218 static void
|
|
2219 inherit_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
|
|
2220 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
|
|
2221 int dest_mask, Lisp_Object domain)
|
|
2222 {
|
|
2223 /* handled specially in image_instantiate */
|
|
2224 abort ();
|
|
2225 }
|
|
2226
|
|
2227
|
|
2228 /****************************************************************************
|
|
2229 * string *
|
|
2230 ****************************************************************************/
|
|
2231
|
|
2232 static void
|
|
2233 string_validate (Lisp_Object instantiator)
|
|
2234 {
|
|
2235 data_must_be_present (instantiator);
|
|
2236 }
|
|
2237
|
|
2238 static int
|
|
2239 string_possible_dest_types (void)
|
|
2240 {
|
|
2241 return IMAGE_TEXT_MASK;
|
|
2242 }
|
|
2243
|
438
|
2244 /* Called from autodetect_instantiate() */
|
428
|
2245 void
|
|
2246 string_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
|
|
2247 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
|
|
2248 int dest_mask, Lisp_Object domain)
|
|
2249 {
|
434
|
2250 Lisp_Object string = find_keyword_in_vector (instantiator, Q_data);
|
440
|
2251 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
|
|
2252
|
438
|
2253 /* Should never get here with a domain other than a window. */
|
442
|
2254 assert (!NILP (string) && WINDOWP (DOMAIN_WINDOW (domain)));
|
428
|
2255 if (dest_mask & IMAGE_TEXT_MASK)
|
|
2256 {
|
|
2257 IMAGE_INSTANCE_TYPE (ii) = IMAGE_TEXT;
|
434
|
2258 IMAGE_INSTANCE_TEXT_STRING (ii) = string;
|
428
|
2259 }
|
|
2260 else
|
|
2261 incompatible_image_types (instantiator, dest_mask, IMAGE_TEXT_MASK);
|
|
2262 }
|
|
2263
|
438
|
2264 /* Sort out the size of the text that is being displayed. Calculating
|
|
2265 it dynamically allows us to change the text and still see
|
|
2266 everything. Note that the following methods are for text not string
|
|
2267 since that is what the instantiated type is. The first method is a
|
|
2268 helper that is used elsewhere for calculating text geometry. */
|
|
2269 void
|
|
2270 query_string_geometry (Lisp_Object string, Lisp_Object face,
|
442
|
2271 int* width, int* height, int* descent, Lisp_Object domain)
|
438
|
2272 {
|
|
2273 struct font_metric_info fm;
|
|
2274 unsigned char charsets[NUM_LEADING_BYTES];
|
|
2275 struct face_cachel frame_cachel;
|
|
2276 struct face_cachel *cachel;
|
442
|
2277 Lisp_Object frame = DOMAIN_FRAME (domain);
|
438
|
2278
|
|
2279 /* Compute height */
|
|
2280 if (height)
|
|
2281 {
|
|
2282 /* Compute string metric info */
|
665
|
2283 find_charsets_in_intbyte_string (charsets,
|
438
|
2284 XSTRING_DATA (string),
|
|
2285 XSTRING_LENGTH (string));
|
440
|
2286
|
438
|
2287 /* Fallback to the default face if none was provided. */
|
|
2288 if (!NILP (face))
|
|
2289 {
|
|
2290 reset_face_cachel (&frame_cachel);
|
|
2291 update_face_cachel_data (&frame_cachel, frame, face);
|
|
2292 cachel = &frame_cachel;
|
|
2293 }
|
|
2294 else
|
|
2295 {
|
442
|
2296 cachel = WINDOW_FACE_CACHEL (DOMAIN_XWINDOW (domain),
|
|
2297 DEFAULT_INDEX);
|
438
|
2298 }
|
440
|
2299
|
438
|
2300 ensure_face_cachel_complete (cachel, domain, charsets);
|
|
2301 face_cachel_charset_font_metric_info (cachel, charsets, &fm);
|
440
|
2302
|
438
|
2303 *height = fm.ascent + fm.descent;
|
|
2304 /* #### descent only gets set if we query the height as well. */
|
|
2305 if (descent)
|
|
2306 *descent = fm.descent;
|
|
2307 }
|
440
|
2308
|
438
|
2309 /* Compute width */
|
|
2310 if (width)
|
|
2311 {
|
|
2312 if (!NILP (face))
|
|
2313 *width = redisplay_frame_text_width_string (XFRAME (frame),
|
|
2314 face,
|
|
2315 0, string, 0, -1);
|
|
2316 else
|
|
2317 *width = redisplay_frame_text_width_string (XFRAME (frame),
|
|
2318 Vdefault_face,
|
|
2319 0, string, 0, -1);
|
|
2320 }
|
|
2321 }
|
|
2322
|
|
2323 Lisp_Object
|
|
2324 query_string_font (Lisp_Object string, Lisp_Object face, Lisp_Object domain)
|
|
2325 {
|
|
2326 unsigned char charsets[NUM_LEADING_BYTES];
|
|
2327 struct face_cachel frame_cachel;
|
|
2328 struct face_cachel *cachel;
|
|
2329 int i;
|
442
|
2330 Lisp_Object frame = DOMAIN_FRAME (domain);
|
438
|
2331
|
|
2332 /* Compute string font info */
|
665
|
2333 find_charsets_in_intbyte_string (charsets,
|
438
|
2334 XSTRING_DATA (string),
|
|
2335 XSTRING_LENGTH (string));
|
440
|
2336
|
438
|
2337 reset_face_cachel (&frame_cachel);
|
|
2338 update_face_cachel_data (&frame_cachel, frame, face);
|
|
2339 cachel = &frame_cachel;
|
|
2340
|
|
2341 ensure_face_cachel_complete (cachel, domain, charsets);
|
440
|
2342
|
438
|
2343 for (i = 0; i < NUM_LEADING_BYTES; i++)
|
|
2344 {
|
|
2345 if (charsets[i])
|
|
2346 {
|
440
|
2347 return FACE_CACHEL_FONT (cachel,
|
|
2348 CHARSET_BY_LEADING_BYTE (i +
|
438
|
2349 MIN_LEADING_BYTE));
|
|
2350
|
440
|
2351 }
|
438
|
2352 }
|
|
2353
|
|
2354 return Qnil; /* NOT REACHED */
|
|
2355 }
|
|
2356
|
|
2357 static void
|
|
2358 text_query_geometry (Lisp_Object image_instance,
|
442
|
2359 int* width, int* height,
|
438
|
2360 enum image_instance_geometry disp, Lisp_Object domain)
|
|
2361 {
|
440
|
2362 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
|
442
|
2363 int descent = 0;
|
438
|
2364
|
|
2365 query_string_geometry (IMAGE_INSTANCE_TEXT_STRING (ii),
|
|
2366 IMAGE_INSTANCE_FACE (ii),
|
|
2367 width, height, &descent, domain);
|
|
2368
|
|
2369 /* The descent gets set as a side effect of querying the
|
|
2370 geometry. */
|
|
2371 IMAGE_INSTANCE_TEXT_DESCENT (ii) = descent;
|
|
2372 }
|
|
2373
|
428
|
2374 /* set the properties of a string */
|
442
|
2375 static void
|
|
2376 text_update (Lisp_Object image_instance, Lisp_Object instantiator)
|
|
2377 {
|
|
2378 Lisp_Object val = find_keyword_in_vector (instantiator, Q_data);
|
|
2379
|
|
2380 if (!NILP (val))
|
428
|
2381 {
|
|
2382 CHECK_STRING (val);
|
442
|
2383 XIMAGE_INSTANCE_TEXT_STRING (image_instance) = val;
|
428
|
2384 }
|
|
2385 }
|
|
2386
|
|
2387
|
|
2388 /****************************************************************************
|
|
2389 * formatted-string *
|
|
2390 ****************************************************************************/
|
|
2391
|
|
2392 static void
|
|
2393 formatted_string_validate (Lisp_Object instantiator)
|
|
2394 {
|
|
2395 data_must_be_present (instantiator);
|
|
2396 }
|
|
2397
|
|
2398 static int
|
|
2399 formatted_string_possible_dest_types (void)
|
|
2400 {
|
|
2401 return IMAGE_TEXT_MASK;
|
|
2402 }
|
|
2403
|
|
2404 static void
|
|
2405 formatted_string_instantiate (Lisp_Object image_instance,
|
|
2406 Lisp_Object instantiator,
|
|
2407 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
|
|
2408 int dest_mask, Lisp_Object domain)
|
|
2409 {
|
|
2410 /* #### implement this */
|
|
2411 warn_when_safe (Qunimplemented, Qnotice,
|
|
2412 "`formatted-string' not yet implemented; assuming `string'");
|
438
|
2413
|
440
|
2414 string_instantiate (image_instance, instantiator,
|
438
|
2415 pointer_fg, pointer_bg, dest_mask, domain);
|
428
|
2416 }
|
|
2417
|
|
2418
|
|
2419 /************************************************************************/
|
|
2420 /* pixmap file functions */
|
|
2421 /************************************************************************/
|
|
2422
|
|
2423 /* If INSTANTIATOR refers to inline data, return Qnil.
|
|
2424 If INSTANTIATOR refers to data in a file, return the full filename
|
|
2425 if it exists; otherwise, return a cons of (filename).
|
|
2426
|
|
2427 FILE_KEYWORD and DATA_KEYWORD are symbols specifying the
|
|
2428 keywords used to look up the file and inline data,
|
|
2429 respectively, in the instantiator. Normally these would
|
|
2430 be Q_file and Q_data, but might be different for mask data. */
|
|
2431
|
|
2432 Lisp_Object
|
|
2433 potential_pixmap_file_instantiator (Lisp_Object instantiator,
|
|
2434 Lisp_Object file_keyword,
|
|
2435 Lisp_Object data_keyword,
|
|
2436 Lisp_Object console_type)
|
|
2437 {
|
|
2438 Lisp_Object file;
|
|
2439 Lisp_Object data;
|
|
2440
|
|
2441 assert (VECTORP (instantiator));
|
|
2442
|
|
2443 data = find_keyword_in_vector (instantiator, data_keyword);
|
|
2444 file = find_keyword_in_vector (instantiator, file_keyword);
|
|
2445
|
|
2446 if (!NILP (file) && NILP (data))
|
|
2447 {
|
|
2448 Lisp_Object retval = MAYBE_LISP_CONTYPE_METH
|
|
2449 (decode_console_type(console_type, ERROR_ME),
|
|
2450 locate_pixmap_file, (file));
|
|
2451
|
|
2452 if (!NILP (retval))
|
|
2453 return retval;
|
|
2454 else
|
|
2455 return Fcons (file, Qnil); /* should have been file */
|
|
2456 }
|
|
2457
|
|
2458 return Qnil;
|
|
2459 }
|
|
2460
|
|
2461 Lisp_Object
|
|
2462 simple_image_type_normalize (Lisp_Object inst, Lisp_Object console_type,
|
|
2463 Lisp_Object image_type_tag)
|
|
2464 {
|
|
2465 /* This function can call lisp */
|
|
2466 Lisp_Object file = Qnil;
|
|
2467 struct gcpro gcpro1, gcpro2;
|
|
2468 Lisp_Object alist = Qnil;
|
|
2469
|
|
2470 GCPRO2 (file, alist);
|
|
2471
|
|
2472 /* Now, convert any file data into inline data. At the end of this,
|
|
2473 `data' will contain the inline data (if any) or Qnil, and `file'
|
|
2474 will contain the name this data was derived from (if known) or
|
|
2475 Qnil.
|
|
2476
|
|
2477 Note that if we cannot generate any regular inline data, we
|
|
2478 skip out. */
|
|
2479
|
|
2480 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
|
|
2481 console_type);
|
|
2482
|
|
2483 if (CONSP (file)) /* failure locating filename */
|
563
|
2484 signal_double_image_error ("Opening pixmap file",
|
|
2485 "no such file or directory",
|
|
2486 Fcar (file));
|
428
|
2487
|
|
2488 if (NILP (file)) /* no conversion necessary */
|
|
2489 RETURN_UNGCPRO (inst);
|
|
2490
|
|
2491 alist = tagged_vector_to_alist (inst);
|
|
2492
|
|
2493 {
|
|
2494 Lisp_Object data = make_string_from_file (file);
|
|
2495 alist = remassq_no_quit (Q_file, alist);
|
|
2496 /* there can't be a :data at this point. */
|
|
2497 alist = Fcons (Fcons (Q_file, file),
|
|
2498 Fcons (Fcons (Q_data, data), alist));
|
|
2499 }
|
|
2500
|
|
2501 {
|
|
2502 Lisp_Object result = alist_to_tagged_vector (image_type_tag, alist);
|
|
2503 free_alist (alist);
|
|
2504 RETURN_UNGCPRO (result);
|
|
2505 }
|
|
2506 }
|
|
2507
|
|
2508
|
|
2509 #ifdef HAVE_WINDOW_SYSTEM
|
|
2510 /**********************************************************************
|
|
2511 * XBM *
|
|
2512 **********************************************************************/
|
|
2513
|
|
2514 /* Check if DATA represents a valid inline XBM spec (i.e. a list
|
|
2515 of (width height bits), with checking done on the dimensions).
|
|
2516 If not, signal an error. */
|
|
2517
|
|
2518 static void
|
|
2519 check_valid_xbm_inline (Lisp_Object data)
|
|
2520 {
|
|
2521 Lisp_Object width, height, bits;
|
|
2522
|
|
2523 if (!CONSP (data) ||
|
|
2524 !CONSP (XCDR (data)) ||
|
|
2525 !CONSP (XCDR (XCDR (data))) ||
|
|
2526 !NILP (XCDR (XCDR (XCDR (data)))))
|
563
|
2527 sferror ("Must be list of 3 elements", data);
|
428
|
2528
|
|
2529 width = XCAR (data);
|
|
2530 height = XCAR (XCDR (data));
|
|
2531 bits = XCAR (XCDR (XCDR (data)));
|
|
2532
|
|
2533 CHECK_STRING (bits);
|
|
2534
|
|
2535 if (!NATNUMP (width))
|
563
|
2536 invalid_argument ("Width must be a natural number", width);
|
428
|
2537
|
|
2538 if (!NATNUMP (height))
|
563
|
2539 invalid_argument ("Height must be a natural number", height);
|
428
|
2540
|
|
2541 if (((XINT (width) * XINT (height)) / 8) > XSTRING_CHAR_LENGTH (bits))
|
563
|
2542 invalid_argument ("data is too short for width and height",
|
428
|
2543 vector3 (width, height, bits));
|
|
2544 }
|
|
2545
|
|
2546 /* Validate method for XBM's. */
|
|
2547
|
|
2548 static void
|
|
2549 xbm_validate (Lisp_Object instantiator)
|
|
2550 {
|
|
2551 file_or_data_must_be_present (instantiator);
|
|
2552 }
|
|
2553
|
|
2554 /* Given a filename that is supposed to contain XBM data, return
|
|
2555 the inline representation of it as (width height bits). Return
|
|
2556 the hotspot through XHOT and YHOT, if those pointers are not 0.
|
|
2557 If there is no hotspot, XHOT and YHOT will contain -1.
|
|
2558
|
|
2559 If the function fails:
|
|
2560
|
|
2561 -- if OK_IF_DATA_INVALID is set and the data was invalid,
|
|
2562 return Qt.
|
|
2563 -- maybe return an error, or return Qnil.
|
|
2564 */
|
|
2565
|
|
2566 #ifdef HAVE_X_WINDOWS
|
|
2567 #include <X11/Xlib.h>
|
|
2568 #else
|
|
2569 #define XFree(data) free(data)
|
|
2570 #endif
|
|
2571
|
|
2572 Lisp_Object
|
|
2573 bitmap_to_lisp_data (Lisp_Object name, int *xhot, int *yhot,
|
|
2574 int ok_if_data_invalid)
|
|
2575 {
|
647
|
2576 int w, h;
|
771
|
2577 UChar_Binary *data;
|
428
|
2578 int result;
|
771
|
2579
|
|
2580 result = read_bitmap_data_from_file (name, &w, &h, &data, xhot, yhot);
|
428
|
2581
|
|
2582 if (result == BitmapSuccess)
|
|
2583 {
|
|
2584 Lisp_Object retval;
|
|
2585 int len = (w + 7) / 8 * h;
|
|
2586
|
|
2587 retval = list3 (make_int (w), make_int (h),
|
771
|
2588 make_ext_string ((Extbyte *) data, len, Qbinary));
|
444
|
2589 XFree (data);
|
428
|
2590 return retval;
|
|
2591 }
|
|
2592
|
|
2593 switch (result)
|
|
2594 {
|
|
2595 case BitmapOpenFailed:
|
|
2596 {
|
|
2597 /* should never happen */
|
563
|
2598 signal_double_image_error ("Opening bitmap file",
|
|
2599 "no such file or directory",
|
|
2600 name);
|
428
|
2601 }
|
|
2602 case BitmapFileInvalid:
|
|
2603 {
|
|
2604 if (ok_if_data_invalid)
|
|
2605 return Qt;
|
563
|
2606 signal_double_image_error ("Reading bitmap file",
|
|
2607 "invalid data in file",
|
|
2608 name);
|
428
|
2609 }
|
|
2610 case BitmapNoMemory:
|
|
2611 {
|
563
|
2612 signal_double_image_error ("Reading bitmap file",
|
|
2613 "out of memory",
|
|
2614 name);
|
428
|
2615 }
|
|
2616 default:
|
|
2617 {
|
563
|
2618 signal_double_image_error_2 ("Reading bitmap file",
|
|
2619 "unknown error code",
|
|
2620 make_int (result), name);
|
428
|
2621 }
|
|
2622 }
|
|
2623
|
|
2624 return Qnil; /* not reached */
|
|
2625 }
|
|
2626
|
|
2627 Lisp_Object
|
|
2628 xbm_mask_file_munging (Lisp_Object alist, Lisp_Object file,
|
|
2629 Lisp_Object mask_file, Lisp_Object console_type)
|
|
2630 {
|
|
2631 /* This is unclean but it's fairly standard -- a number of the
|
|
2632 bitmaps in /usr/include/X11/bitmaps use it -- so we support
|
|
2633 it. */
|
|
2634 if (NILP (mask_file)
|
|
2635 /* don't override explicitly specified mask data. */
|
|
2636 && NILP (assq_no_quit (Q_mask_data, alist))
|
|
2637 && !NILP (file))
|
|
2638 {
|
|
2639 mask_file = MAYBE_LISP_CONTYPE_METH
|
|
2640 (decode_console_type(console_type, ERROR_ME),
|
|
2641 locate_pixmap_file, (concat2 (file, build_string ("Mask"))));
|
|
2642 if (NILP (mask_file))
|
|
2643 mask_file = MAYBE_LISP_CONTYPE_METH
|
|
2644 (decode_console_type(console_type, ERROR_ME),
|
|
2645 locate_pixmap_file, (concat2 (file, build_string ("msk"))));
|
|
2646 }
|
|
2647
|
|
2648 if (!NILP (mask_file))
|
|
2649 {
|
|
2650 Lisp_Object mask_data =
|
|
2651 bitmap_to_lisp_data (mask_file, 0, 0, 0);
|
|
2652 alist = remassq_no_quit (Q_mask_file, alist);
|
|
2653 /* there can't be a :mask-data at this point. */
|
|
2654 alist = Fcons (Fcons (Q_mask_file, mask_file),
|
|
2655 Fcons (Fcons (Q_mask_data, mask_data), alist));
|
|
2656 }
|
|
2657
|
|
2658 return alist;
|
|
2659 }
|
|
2660
|
|
2661 /* Normalize method for XBM's. */
|
|
2662
|
|
2663 static Lisp_Object
|
442
|
2664 xbm_normalize (Lisp_Object inst, Lisp_Object console_type,
|
|
2665 Lisp_Object dest_mask)
|
428
|
2666 {
|
|
2667 Lisp_Object file = Qnil, mask_file = Qnil;
|
|
2668 struct gcpro gcpro1, gcpro2, gcpro3;
|
|
2669 Lisp_Object alist = Qnil;
|
|
2670
|
|
2671 GCPRO3 (file, mask_file, alist);
|
|
2672
|
|
2673 /* Now, convert any file data into inline data for both the regular
|
|
2674 data and the mask data. At the end of this, `data' will contain
|
|
2675 the inline data (if any) or Qnil, and `file' will contain
|
|
2676 the name this data was derived from (if known) or Qnil.
|
|
2677 Likewise for `mask_file' and `mask_data'.
|
|
2678
|
|
2679 Note that if we cannot generate any regular inline data, we
|
|
2680 skip out. */
|
|
2681
|
|
2682 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
|
|
2683 console_type);
|
|
2684 mask_file = potential_pixmap_file_instantiator (inst, Q_mask_file,
|
|
2685 Q_mask_data, console_type);
|
|
2686
|
|
2687 if (CONSP (file)) /* failure locating filename */
|
563
|
2688 signal_double_image_error ("Opening bitmap file",
|
|
2689 "no such file or directory",
|
|
2690 Fcar (file));
|
428
|
2691
|
|
2692 if (NILP (file) && NILP (mask_file)) /* no conversion necessary */
|
|
2693 RETURN_UNGCPRO (inst);
|
|
2694
|
|
2695 alist = tagged_vector_to_alist (inst);
|
|
2696
|
|
2697 if (!NILP (file))
|
|
2698 {
|
|
2699 int xhot, yhot;
|
|
2700 Lisp_Object data = bitmap_to_lisp_data (file, &xhot, &yhot, 0);
|
|
2701 alist = remassq_no_quit (Q_file, alist);
|
|
2702 /* there can't be a :data at this point. */
|
|
2703 alist = Fcons (Fcons (Q_file, file),
|
|
2704 Fcons (Fcons (Q_data, data), alist));
|
|
2705
|
|
2706 if (xhot != -1 && NILP (assq_no_quit (Q_hotspot_x, alist)))
|
|
2707 alist = Fcons (Fcons (Q_hotspot_x, make_int (xhot)),
|
|
2708 alist);
|
|
2709 if (yhot != -1 && NILP (assq_no_quit (Q_hotspot_y, alist)))
|
|
2710 alist = Fcons (Fcons (Q_hotspot_y, make_int (yhot)),
|
|
2711 alist);
|
|
2712 }
|
|
2713
|
|
2714 alist = xbm_mask_file_munging (alist, file, mask_file, console_type);
|
|
2715
|
|
2716 {
|
|
2717 Lisp_Object result = alist_to_tagged_vector (Qxbm, alist);
|
|
2718 free_alist (alist);
|
|
2719 RETURN_UNGCPRO (result);
|
|
2720 }
|
|
2721 }
|
|
2722
|
|
2723
|
|
2724 static int
|
|
2725 xbm_possible_dest_types (void)
|
|
2726 {
|
|
2727 return
|
|
2728 IMAGE_MONO_PIXMAP_MASK |
|
|
2729 IMAGE_COLOR_PIXMAP_MASK |
|
|
2730 IMAGE_POINTER_MASK;
|
|
2731 }
|
|
2732
|
|
2733 #endif
|
|
2734
|
|
2735
|
|
2736 #ifdef HAVE_XFACE
|
|
2737 /**********************************************************************
|
|
2738 * X-Face *
|
|
2739 **********************************************************************/
|
|
2740
|
|
2741 static void
|
|
2742 xface_validate (Lisp_Object instantiator)
|
|
2743 {
|
|
2744 file_or_data_must_be_present (instantiator);
|
|
2745 }
|
|
2746
|
|
2747 static Lisp_Object
|
442
|
2748 xface_normalize (Lisp_Object inst, Lisp_Object console_type,
|
|
2749 Lisp_Object dest_mask)
|
428
|
2750 {
|
|
2751 /* This function can call lisp */
|
|
2752 Lisp_Object file = Qnil, mask_file = Qnil;
|
|
2753 struct gcpro gcpro1, gcpro2, gcpro3;
|
|
2754 Lisp_Object alist = Qnil;
|
|
2755
|
|
2756 GCPRO3 (file, mask_file, alist);
|
|
2757
|
|
2758 /* Now, convert any file data into inline data for both the regular
|
|
2759 data and the mask data. At the end of this, `data' will contain
|
|
2760 the inline data (if any) or Qnil, and `file' will contain
|
|
2761 the name this data was derived from (if known) or Qnil.
|
|
2762 Likewise for `mask_file' and `mask_data'.
|
|
2763
|
|
2764 Note that if we cannot generate any regular inline data, we
|
|
2765 skip out. */
|
|
2766
|
|
2767 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
|
|
2768 console_type);
|
|
2769 mask_file = potential_pixmap_file_instantiator (inst, Q_mask_file,
|
|
2770 Q_mask_data, console_type);
|
|
2771
|
|
2772 if (CONSP (file)) /* failure locating filename */
|
563
|
2773 signal_double_image_error ("Opening bitmap file",
|
|
2774 "no such file or directory",
|
|
2775 Fcar (file));
|
428
|
2776
|
|
2777 if (NILP (file) && NILP (mask_file)) /* no conversion necessary */
|
|
2778 RETURN_UNGCPRO (inst);
|
|
2779
|
|
2780 alist = tagged_vector_to_alist (inst);
|
|
2781
|
|
2782 {
|
|
2783 Lisp_Object data = make_string_from_file (file);
|
|
2784 alist = remassq_no_quit (Q_file, alist);
|
|
2785 /* there can't be a :data at this point. */
|
|
2786 alist = Fcons (Fcons (Q_file, file),
|
|
2787 Fcons (Fcons (Q_data, data), alist));
|
|
2788 }
|
|
2789
|
|
2790 alist = xbm_mask_file_munging (alist, file, mask_file, console_type);
|
|
2791
|
|
2792 {
|
|
2793 Lisp_Object result = alist_to_tagged_vector (Qxface, alist);
|
|
2794 free_alist (alist);
|
|
2795 RETURN_UNGCPRO (result);
|
|
2796 }
|
|
2797 }
|
|
2798
|
|
2799 static int
|
|
2800 xface_possible_dest_types (void)
|
|
2801 {
|
|
2802 return
|
|
2803 IMAGE_MONO_PIXMAP_MASK |
|
|
2804 IMAGE_COLOR_PIXMAP_MASK |
|
|
2805 IMAGE_POINTER_MASK;
|
|
2806 }
|
|
2807
|
|
2808 #endif /* HAVE_XFACE */
|
|
2809
|
|
2810
|
|
2811 #ifdef HAVE_XPM
|
|
2812
|
|
2813 /**********************************************************************
|
|
2814 * XPM *
|
|
2815 **********************************************************************/
|
|
2816
|
462
|
2817 #ifdef HAVE_GTK
|
|
2818 /* Gtk has to be gratuitously different, eh? */
|
|
2819 Lisp_Object
|
|
2820 pixmap_to_lisp_data (Lisp_Object name, int ok_if_data_invalid)
|
|
2821 {
|
|
2822 return (make_string_from_file (name));
|
|
2823 }
|
|
2824 #else
|
428
|
2825 Lisp_Object
|
|
2826 pixmap_to_lisp_data (Lisp_Object name, int ok_if_data_invalid)
|
|
2827 {
|
|
2828 char **data;
|
|
2829 int result;
|
|
2830 char *fname = 0;
|
440
|
2831
|
442
|
2832 LISP_STRING_TO_EXTERNAL (name, fname, Qfile_name);
|
428
|
2833 result = XpmReadFileToData (fname, &data);
|
|
2834
|
|
2835 if (result == XpmSuccess)
|
|
2836 {
|
|
2837 Lisp_Object retval = Qnil;
|
|
2838 struct buffer *old_buffer = current_buffer;
|
|
2839 Lisp_Object temp_buffer =
|
|
2840 Fget_buffer_create (build_string (" *pixmap conversion*"));
|
|
2841 int elt;
|
|
2842 int height, width, ncolors;
|
|
2843 struct gcpro gcpro1, gcpro2, gcpro3;
|
|
2844 int speccount = specpdl_depth ();
|
|
2845
|
|
2846 GCPRO3 (name, retval, temp_buffer);
|
|
2847
|
|
2848 specbind (Qinhibit_quit, Qt);
|
|
2849 set_buffer_internal (XBUFFER (temp_buffer));
|
|
2850 Ferase_buffer (Qnil);
|
|
2851
|
|
2852 buffer_insert_c_string (current_buffer, "/* XPM */\r");
|
|
2853 buffer_insert_c_string (current_buffer, "static char *pixmap[] = {\r");
|
|
2854
|
|
2855 sscanf (data[0], "%d %d %d", &height, &width, &ncolors);
|
|
2856 for (elt = 0; elt <= width + ncolors; elt++)
|
|
2857 {
|
|
2858 buffer_insert_c_string (current_buffer, "\"");
|
|
2859 buffer_insert_c_string (current_buffer, data[elt]);
|
|
2860
|
|
2861 if (elt < width + ncolors)
|
|
2862 buffer_insert_c_string (current_buffer, "\",\r");
|
|
2863 else
|
|
2864 buffer_insert_c_string (current_buffer, "\"};\r");
|
|
2865 }
|
|
2866
|
|
2867 retval = Fbuffer_substring (Qnil, Qnil, Qnil);
|
|
2868 XpmFree (data);
|
|
2869
|
|
2870 set_buffer_internal (old_buffer);
|
771
|
2871 unbind_to (speccount);
|
428
|
2872
|
|
2873 RETURN_UNGCPRO (retval);
|
|
2874 }
|
|
2875
|
|
2876 switch (result)
|
|
2877 {
|
|
2878 case XpmFileInvalid:
|
|
2879 {
|
|
2880 if (ok_if_data_invalid)
|
|
2881 return Qt;
|
|
2882 signal_image_error ("invalid XPM data in file", name);
|
|
2883 }
|
|
2884 case XpmNoMemory:
|
|
2885 {
|
563
|
2886 signal_double_image_error ("Reading pixmap file",
|
|
2887 "out of memory", name);
|
428
|
2888 }
|
|
2889 case XpmOpenFailed:
|
|
2890 {
|
|
2891 /* should never happen? */
|
563
|
2892 signal_double_image_error ("Opening pixmap file",
|
|
2893 "no such file or directory", name);
|
428
|
2894 }
|
|
2895 default:
|
|
2896 {
|
563
|
2897 signal_double_image_error_2 ("Parsing pixmap file",
|
|
2898 "unknown error code",
|
|
2899 make_int (result), name);
|
428
|
2900 break;
|
|
2901 }
|
|
2902 }
|
|
2903
|
|
2904 return Qnil; /* not reached */
|
|
2905 }
|
462
|
2906 #endif /* !HAVE_GTK */
|
428
|
2907
|
|
2908 static void
|
|
2909 check_valid_xpm_color_symbols (Lisp_Object data)
|
|
2910 {
|
|
2911 Lisp_Object rest;
|
|
2912
|
|
2913 for (rest = data; !NILP (rest); rest = XCDR (rest))
|
|
2914 {
|
|
2915 if (!CONSP (rest) ||
|
|
2916 !CONSP (XCAR (rest)) ||
|
|
2917 !STRINGP (XCAR (XCAR (rest))) ||
|
|
2918 (!STRINGP (XCDR (XCAR (rest))) &&
|
|
2919 !COLOR_SPECIFIERP (XCDR (XCAR (rest)))))
|
563
|
2920 sferror ("Invalid color symbol alist", data);
|
428
|
2921 }
|
|
2922 }
|
|
2923
|
|
2924 static void
|
|
2925 xpm_validate (Lisp_Object instantiator)
|
|
2926 {
|
|
2927 file_or_data_must_be_present (instantiator);
|
|
2928 }
|
|
2929
|
|
2930 Lisp_Object Vxpm_color_symbols;
|
|
2931
|
|
2932 Lisp_Object
|
|
2933 evaluate_xpm_color_symbols (void)
|
|
2934 {
|
|
2935 Lisp_Object rest, results = Qnil;
|
|
2936 struct gcpro gcpro1, gcpro2;
|
|
2937
|
|
2938 GCPRO2 (rest, results);
|
|
2939 for (rest = Vxpm_color_symbols; !NILP (rest); rest = XCDR (rest))
|
|
2940 {
|
|
2941 Lisp_Object name, value, cons;
|
|
2942
|
|
2943 CHECK_CONS (rest);
|
|
2944 cons = XCAR (rest);
|
|
2945 CHECK_CONS (cons);
|
|
2946 name = XCAR (cons);
|
|
2947 CHECK_STRING (name);
|
|
2948 value = XCDR (cons);
|
|
2949 CHECK_CONS (value);
|
|
2950 value = XCAR (value);
|
|
2951 value = Feval (value);
|
|
2952 if (NILP (value))
|
|
2953 continue;
|
|
2954 if (!STRINGP (value) && !COLOR_SPECIFIERP (value))
|
563
|
2955 invalid_argument
|
428
|
2956 ("Result from xpm-color-symbols eval must be nil, string, or color",
|
|
2957 value);
|
|
2958 results = Fcons (Fcons (name, value), results);
|
|
2959 }
|
|
2960 UNGCPRO; /* no more evaluation */
|
|
2961 return results;
|
|
2962 }
|
|
2963
|
|
2964 static Lisp_Object
|
442
|
2965 xpm_normalize (Lisp_Object inst, Lisp_Object console_type,
|
|
2966 Lisp_Object dest_mask)
|
428
|
2967 {
|
|
2968 Lisp_Object file = Qnil;
|
|
2969 Lisp_Object color_symbols;
|
|
2970 struct gcpro gcpro1, gcpro2;
|
|
2971 Lisp_Object alist = Qnil;
|
|
2972
|
|
2973 GCPRO2 (file, alist);
|
|
2974
|
|
2975 /* Now, convert any file data into inline data. At the end of this,
|
|
2976 `data' will contain the inline data (if any) or Qnil, and
|
|
2977 `file' will contain the name this data was derived from (if
|
|
2978 known) or Qnil.
|
|
2979
|
|
2980 Note that if we cannot generate any regular inline data, we
|
|
2981 skip out. */
|
|
2982
|
|
2983 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
|
|
2984 console_type);
|
|
2985
|
|
2986 if (CONSP (file)) /* failure locating filename */
|
563
|
2987 signal_double_image_error ("Opening pixmap file",
|
|
2988 "no such file or directory",
|
|
2989 Fcar (file));
|
428
|
2990
|
|
2991 color_symbols = find_keyword_in_vector_or_given (inst, Q_color_symbols,
|
|
2992 Qunbound);
|
|
2993
|
|
2994 if (NILP (file) && !UNBOUNDP (color_symbols))
|
|
2995 /* no conversion necessary */
|
|
2996 RETURN_UNGCPRO (inst);
|
|
2997
|
|
2998 alist = tagged_vector_to_alist (inst);
|
|
2999
|
|
3000 if (!NILP (file))
|
|
3001 {
|
|
3002 Lisp_Object data = pixmap_to_lisp_data (file, 0);
|
|
3003 alist = remassq_no_quit (Q_file, alist);
|
|
3004 /* there can't be a :data at this point. */
|
|
3005 alist = Fcons (Fcons (Q_file, file),
|
|
3006 Fcons (Fcons (Q_data, data), alist));
|
|
3007 }
|
|
3008
|
|
3009 if (UNBOUNDP (color_symbols))
|
|
3010 {
|
|
3011 color_symbols = evaluate_xpm_color_symbols ();
|
|
3012 alist = Fcons (Fcons (Q_color_symbols, color_symbols),
|
|
3013 alist);
|
|
3014 }
|
|
3015
|
|
3016 {
|
|
3017 Lisp_Object result = alist_to_tagged_vector (Qxpm, alist);
|
|
3018 free_alist (alist);
|
|
3019 RETURN_UNGCPRO (result);
|
|
3020 }
|
|
3021 }
|
|
3022
|
|
3023 static int
|
|
3024 xpm_possible_dest_types (void)
|
|
3025 {
|
|
3026 return
|
|
3027 IMAGE_MONO_PIXMAP_MASK |
|
|
3028 IMAGE_COLOR_PIXMAP_MASK |
|
|
3029 IMAGE_POINTER_MASK;
|
|
3030 }
|
|
3031
|
|
3032 #endif /* HAVE_XPM */
|
|
3033
|
|
3034
|
|
3035 /****************************************************************************
|
|
3036 * Image Specifier Object *
|
|
3037 ****************************************************************************/
|
|
3038
|
|
3039 DEFINE_SPECIFIER_TYPE (image);
|
|
3040
|
|
3041 static void
|
|
3042 image_create (Lisp_Object obj)
|
|
3043 {
|
440
|
3044 Lisp_Specifier *image = XIMAGE_SPECIFIER (obj);
|
428
|
3045
|
|
3046 IMAGE_SPECIFIER_ALLOWED (image) = ~0; /* all are allowed */
|
|
3047 IMAGE_SPECIFIER_ATTACHEE (image) = Qnil;
|
|
3048 IMAGE_SPECIFIER_ATTACHEE_PROPERTY (image) = Qnil;
|
|
3049 }
|
|
3050
|
|
3051 static void
|
|
3052 image_mark (Lisp_Object obj)
|
|
3053 {
|
440
|
3054 Lisp_Specifier *image = XIMAGE_SPECIFIER (obj);
|
428
|
3055
|
|
3056 mark_object (IMAGE_SPECIFIER_ATTACHEE (image));
|
|
3057 mark_object (IMAGE_SPECIFIER_ATTACHEE_PROPERTY (image));
|
|
3058 }
|
|
3059
|
450
|
3060 static int
|
|
3061 instantiator_eq_equal (Lisp_Object obj1, Lisp_Object obj2)
|
|
3062 {
|
|
3063 if (EQ (obj1, obj2))
|
|
3064 return 1;
|
|
3065
|
|
3066 else if (CONSP (obj1) && CONSP (obj2))
|
|
3067 {
|
|
3068 return instantiator_eq_equal (XCAR (obj1), XCAR (obj2))
|
|
3069 &&
|
|
3070 instantiator_eq_equal (XCDR (obj1), XCDR (obj2));
|
|
3071 }
|
|
3072 return 0;
|
|
3073 }
|
|
3074
|
665
|
3075 static Hashcode
|
450
|
3076 instantiator_eq_hash (Lisp_Object obj)
|
|
3077 {
|
|
3078 if (CONSP (obj))
|
|
3079 {
|
|
3080 /* no point in worrying about tail recursion, since we're not
|
|
3081 going very deep */
|
|
3082 return HASH2 (instantiator_eq_hash (XCAR (obj)),
|
|
3083 instantiator_eq_hash (XCDR (obj)));
|
|
3084 }
|
|
3085 return LISP_HASH (obj);
|
|
3086 }
|
|
3087
|
|
3088 /* We need a special hash table for storing image instances. */
|
|
3089 Lisp_Object
|
|
3090 make_image_instance_cache_hash_table (void)
|
|
3091 {
|
|
3092 return make_general_lisp_hash_table
|
|
3093 (instantiator_eq_hash, instantiator_eq_equal,
|
|
3094 30, -1.0, -1.0,
|
|
3095 HASH_TABLE_KEY_CAR_VALUE_WEAK);
|
|
3096 }
|
|
3097
|
428
|
3098 static Lisp_Object
|
|
3099 image_instantiate_cache_result (Lisp_Object locative)
|
|
3100 {
|
442
|
3101 /* locative = (instance instantiator . subtable)
|
|
3102
|
|
3103 So we are using the instantiator as the key and the instance as
|
|
3104 the value. Since the hashtable is key-weak this means that the
|
|
3105 image instance will stay around as long as the instantiator stays
|
|
3106 around. The instantiator is stored in the `image' slot of the
|
|
3107 glyph, so as long as the glyph is marked the instantiator will be
|
|
3108 as well and hence the cached image instance also.*/
|
428
|
3109 Fputhash (XCAR (XCDR (locative)), XCAR (locative), XCDR (XCDR (locative)));
|
|
3110 free_cons (XCONS (XCDR (locative)));
|
|
3111 free_cons (XCONS (locative));
|
|
3112 return Qnil;
|
|
3113 }
|
|
3114
|
|
3115 /* Given a specification for an image, return an instance of
|
|
3116 the image which matches the given instantiator and which can be
|
|
3117 displayed in the given domain. */
|
|
3118
|
|
3119 static Lisp_Object
|
|
3120 image_instantiate (Lisp_Object specifier, Lisp_Object matchspec,
|
|
3121 Lisp_Object domain, Lisp_Object instantiator,
|
|
3122 Lisp_Object depth)
|
|
3123 {
|
438
|
3124 Lisp_Object glyph = IMAGE_SPECIFIER_ATTACHEE (XIMAGE_SPECIFIER (specifier));
|
428
|
3125 int dest_mask = XIMAGE_SPECIFIER_ALLOWED (specifier);
|
|
3126 int pointerp = dest_mask & image_instance_type_to_mask (IMAGE_POINTER);
|
|
3127
|
|
3128 if (IMAGE_INSTANCEP (instantiator))
|
|
3129 {
|
442
|
3130 /* make sure that the image instance's governing domain and type are
|
428
|
3131 matching. */
|
442
|
3132 Lisp_Object governing_domain = XIMAGE_INSTANCE_DOMAIN (instantiator);
|
|
3133
|
|
3134 if ((DEVICEP (governing_domain)
|
|
3135 && EQ (governing_domain, DOMAIN_DEVICE (domain)))
|
|
3136 || (FRAMEP (governing_domain)
|
|
3137 && EQ (governing_domain, DOMAIN_FRAME (domain)))
|
|
3138 || (WINDOWP (governing_domain)
|
|
3139 && EQ (governing_domain, DOMAIN_WINDOW (domain))))
|
428
|
3140 {
|
|
3141 int mask =
|
|
3142 image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instantiator));
|
|
3143 if (mask & dest_mask)
|
|
3144 return instantiator;
|
|
3145 else
|
563
|
3146 invalid_argument ("Type of image instance not allowed here",
|
428
|
3147 instantiator);
|
|
3148 }
|
|
3149 else
|
563
|
3150 invalid_argument_2 ("Wrong domain for image instance",
|
442
|
3151 instantiator, domain);
|
428
|
3152 }
|
452
|
3153 /* How ugly !! An image instanciator that uses a kludgy syntax to snarf in
|
|
3154 face properties. There's a design flaw here. -- didier */
|
428
|
3155 else if (VECTORP (instantiator)
|
450
|
3156 && EQ (INSTANTIATOR_TYPE (instantiator), Qinherit))
|
428
|
3157 {
|
|
3158 assert (XVECTOR_LENGTH (instantiator) == 3);
|
|
3159 return (FACE_PROPERTY_INSTANCE
|
|
3160 (Fget_face (XVECTOR_DATA (instantiator)[2]),
|
452
|
3161 Qbackground_pixmap, domain, 1, depth));
|
428
|
3162 }
|
|
3163 else
|
|
3164 {
|
442
|
3165 Lisp_Object instance = Qnil;
|
|
3166 Lisp_Object subtable = Qnil;
|
450
|
3167 /* #### Should this be GCPRO'd? */
|
|
3168 Lisp_Object hash_key = Qnil;
|
428
|
3169 Lisp_Object pointer_fg = Qnil;
|
|
3170 Lisp_Object pointer_bg = Qnil;
|
442
|
3171 Lisp_Object governing_domain =
|
|
3172 get_image_instantiator_governing_domain (instantiator, domain);
|
|
3173 struct gcpro gcpro1;
|
|
3174
|
|
3175 GCPRO1 (instance);
|
|
3176
|
|
3177 /* We have to put subwindow, widget and text image instances in
|
|
3178 a per-window cache so that we can see the same glyph in
|
|
3179 different windows. We use governing_domain to determine the type
|
|
3180 of image_instance that will be created. */
|
428
|
3181
|
|
3182 if (pointerp)
|
|
3183 {
|
|
3184 pointer_fg = FACE_FOREGROUND (Vpointer_face, domain);
|
|
3185 pointer_bg = FACE_BACKGROUND (Vpointer_face, domain);
|
452
|
3186 hash_key = list4 (glyph, INSTANTIATOR_TYPE (instantiator),
|
450
|
3187 pointer_fg, pointer_bg);
|
428
|
3188 }
|
450
|
3189 else
|
|
3190 /* We cannot simply key on the glyph since fallbacks could use
|
|
3191 the same glyph but have a totally different instantiator
|
|
3192 type. Thus we key on the glyph and the type (but not any
|
|
3193 other parts of the instantiator. */
|
|
3194 hash_key = list2 (glyph, INSTANTIATOR_TYPE (instantiator));
|
428
|
3195
|
442
|
3196 /* First look in the device cache. */
|
|
3197 if (DEVICEP (governing_domain))
|
428
|
3198 {
|
442
|
3199 subtable = Fgethash (make_int (dest_mask),
|
|
3200 XDEVICE (governing_domain)->
|
|
3201 image_instance_cache,
|
|
3202 Qunbound);
|
|
3203 if (UNBOUNDP (subtable))
|
|
3204 {
|
|
3205 /* For the image instance cache, we do comparisons with
|
|
3206 EQ rather than with EQUAL, as we do for color and
|
|
3207 font names. The reasons are:
|
|
3208
|
|
3209 1) pixmap data can be very long, and thus the hashing
|
|
3210 and comparing will take awhile.
|
|
3211
|
|
3212 2) It's not so likely that we'll run into things that
|
|
3213 are EQUAL but not EQ (that can happen a lot with
|
|
3214 faces, because their specifiers are copied around);
|
|
3215 but pixmaps tend not to be in faces.
|
|
3216
|
|
3217 However, if the image-instance could be a pointer, we
|
|
3218 have to use EQUAL because we massaged the
|
|
3219 instantiator into a cons3 also containing the
|
|
3220 foreground and background of the pointer face. */
|
450
|
3221 subtable = make_image_instance_cache_hash_table ();
|
|
3222
|
442
|
3223 Fputhash (make_int (dest_mask), subtable,
|
|
3224 XDEVICE (governing_domain)->image_instance_cache);
|
|
3225 instance = Qunbound;
|
|
3226 }
|
|
3227 else
|
|
3228 {
|
450
|
3229 instance = Fgethash (hash_key, subtable, Qunbound);
|
442
|
3230 }
|
|
3231 }
|
|
3232 else if (WINDOWP (governing_domain))
|
|
3233 {
|
|
3234 /* Subwindows have a per-window cache and have to be treated
|
|
3235 differently. */
|
|
3236 instance =
|
450
|
3237 Fgethash (hash_key,
|
442
|
3238 XWINDOW (governing_domain)->subwindow_instance_cache,
|
|
3239 Qunbound);
|
428
|
3240 }
|
|
3241 else
|
442
|
3242 abort (); /* We're not allowed anything else currently. */
|
|
3243
|
|
3244 /* If we don't have an instance at this point then create
|
|
3245 one. */
|
428
|
3246 if (UNBOUNDP (instance))
|
|
3247 {
|
|
3248 Lisp_Object locative =
|
|
3249 noseeum_cons (Qnil,
|
450
|
3250 noseeum_cons (hash_key,
|
442
|
3251 DEVICEP (governing_domain) ? subtable
|
|
3252 : XWINDOW (governing_domain)
|
|
3253 ->subwindow_instance_cache));
|
428
|
3254 int speccount = specpdl_depth ();
|
440
|
3255
|
442
|
3256 /* Make sure we cache the failures, too. Use an
|
|
3257 unwind-protect to catch such errors. If we fail, the
|
|
3258 unwind-protect records nil in the hash table. If we
|
|
3259 succeed, we change the car of the locative to the
|
|
3260 resulting instance, which gets recorded instead. */
|
428
|
3261 record_unwind_protect (image_instantiate_cache_result,
|
|
3262 locative);
|
442
|
3263 instance =
|
|
3264 instantiate_image_instantiator (governing_domain,
|
|
3265 domain, instantiator,
|
|
3266 pointer_fg, pointer_bg,
|
|
3267 dest_mask, glyph);
|
|
3268
|
|
3269 /* We need a per-frame cache for redisplay. */
|
|
3270 cache_subwindow_instance_in_frame_maybe (instance);
|
440
|
3271
|
428
|
3272 Fsetcar (locative, instance);
|
442
|
3273 #ifdef ERROR_CHECK_GLYPHS
|
|
3274 if (image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instance))
|
|
3275 & (IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK))
|
|
3276 assert (EQ (XIMAGE_INSTANCE_FRAME (instance),
|
|
3277 DOMAIN_FRAME (domain)));
|
|
3278 #endif
|
771
|
3279 unbind_to (speccount);
|
442
|
3280 #ifdef ERROR_CHECK_GLYPHS
|
428
|
3281 if (image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instance))
|
442
|
3282 & (IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK))
|
450
|
3283 assert (EQ (Fgethash (hash_key,
|
442
|
3284 XWINDOW (governing_domain)
|
|
3285 ->subwindow_instance_cache,
|
|
3286 Qunbound), instance));
|
|
3287 #endif
|
428
|
3288 }
|
442
|
3289 else if (NILP (instance))
|
563
|
3290 gui_error ("Can't instantiate image (probably cached)", instantiator);
|
442
|
3291 /* We found an instance. However, because we are using the glyph
|
|
3292 as the hash key instead of the instantiator, the current
|
|
3293 instantiator may not be the same as the original. Thus we
|
|
3294 must update the instance based on the new
|
|
3295 instantiator. Preserving instance identity like this is
|
|
3296 important to stop excessive window system widget creation and
|
|
3297 deletion - and hence flashing. */
|
|
3298 else
|
|
3299 {
|
|
3300 /* #### This function should be able to cope with *all*
|
|
3301 changes to the instantiator, but currently only copes
|
|
3302 with the most used properties. This means that it is
|
|
3303 possible to make changes that don't get reflected in the
|
|
3304 display. */
|
|
3305 update_image_instance (instance, instantiator);
|
450
|
3306 free_list (hash_key);
|
442
|
3307 }
|
|
3308
|
|
3309 #ifdef ERROR_CHECK_GLYPHS
|
|
3310 if (image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instance))
|
|
3311 & (IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK))
|
|
3312 assert (EQ (XIMAGE_INSTANCE_FRAME (instance),
|
|
3313 DOMAIN_FRAME (domain)));
|
|
3314 #endif
|
|
3315 ERROR_CHECK_IMAGE_INSTANCE (instance);
|
|
3316 RETURN_UNGCPRO (instance);
|
428
|
3317 }
|
|
3318
|
|
3319 abort ();
|
|
3320 return Qnil; /* not reached */
|
|
3321 }
|
|
3322
|
|
3323 /* Validate an image instantiator. */
|
|
3324
|
|
3325 static void
|
|
3326 image_validate (Lisp_Object instantiator)
|
|
3327 {
|
|
3328 if (IMAGE_INSTANCEP (instantiator) || STRINGP (instantiator))
|
|
3329 return;
|
|
3330 else if (VECTORP (instantiator))
|
|
3331 {
|
|
3332 Lisp_Object *elt = XVECTOR_DATA (instantiator);
|
|
3333 int instantiator_len = XVECTOR_LENGTH (instantiator);
|
|
3334 struct image_instantiator_methods *meths;
|
|
3335 Lisp_Object already_seen = Qnil;
|
|
3336 struct gcpro gcpro1;
|
|
3337 int i;
|
|
3338
|
|
3339 if (instantiator_len < 1)
|
563
|
3340 sferror ("Vector length must be at least 1",
|
428
|
3341 instantiator);
|
|
3342
|
|
3343 meths = decode_image_instantiator_format (elt[0], ERROR_ME);
|
|
3344 if (!(instantiator_len & 1))
|
563
|
3345 sferror
|
428
|
3346 ("Must have alternating keyword/value pairs", instantiator);
|
|
3347
|
|
3348 GCPRO1 (already_seen);
|
|
3349
|
|
3350 for (i = 1; i < instantiator_len; i += 2)
|
|
3351 {
|
|
3352 Lisp_Object keyword = elt[i];
|
|
3353 Lisp_Object value = elt[i+1];
|
|
3354 int j;
|
|
3355
|
|
3356 CHECK_SYMBOL (keyword);
|
|
3357 if (!SYMBOL_IS_KEYWORD (keyword))
|
563
|
3358 invalid_argument ("Symbol must begin with a colon", keyword);
|
428
|
3359
|
|
3360 for (j = 0; j < Dynarr_length (meths->keywords); j++)
|
|
3361 if (EQ (keyword, Dynarr_at (meths->keywords, j).keyword))
|
|
3362 break;
|
|
3363
|
|
3364 if (j == Dynarr_length (meths->keywords))
|
563
|
3365 invalid_argument ("Unrecognized keyword", keyword);
|
428
|
3366
|
|
3367 if (!Dynarr_at (meths->keywords, j).multiple_p)
|
|
3368 {
|
|
3369 if (!NILP (memq_no_quit (keyword, already_seen)))
|
563
|
3370 sferror
|
428
|
3371 ("Keyword may not appear more than once", keyword);
|
|
3372 already_seen = Fcons (keyword, already_seen);
|
|
3373 }
|
|
3374
|
|
3375 (Dynarr_at (meths->keywords, j).validate) (value);
|
|
3376 }
|
|
3377
|
|
3378 UNGCPRO;
|
|
3379
|
|
3380 MAYBE_IIFORMAT_METH (meths, validate, (instantiator));
|
|
3381 }
|
|
3382 else
|
563
|
3383 invalid_argument ("Must be string or vector", instantiator);
|
428
|
3384 }
|
|
3385
|
|
3386 static void
|
|
3387 image_after_change (Lisp_Object specifier, Lisp_Object locale)
|
|
3388 {
|
|
3389 Lisp_Object attachee =
|
|
3390 IMAGE_SPECIFIER_ATTACHEE (XIMAGE_SPECIFIER (specifier));
|
|
3391 Lisp_Object property =
|
|
3392 IMAGE_SPECIFIER_ATTACHEE_PROPERTY (XIMAGE_SPECIFIER (specifier));
|
|
3393 if (FACEP (attachee))
|
448
|
3394 {
|
|
3395 face_property_was_changed (attachee, property, locale);
|
|
3396 if (BUFFERP (locale))
|
|
3397 XBUFFER (locale)->buffer_local_face_property = 1;
|
|
3398 }
|
428
|
3399 else if (GLYPHP (attachee))
|
|
3400 glyph_property_was_changed (attachee, property, locale);
|
|
3401 }
|
|
3402
|
|
3403 void
|
|
3404 set_image_attached_to (Lisp_Object obj, Lisp_Object face_or_glyph,
|
|
3405 Lisp_Object property)
|
|
3406 {
|
440
|
3407 Lisp_Specifier *image = XIMAGE_SPECIFIER (obj);
|
428
|
3408
|
|
3409 IMAGE_SPECIFIER_ATTACHEE (image) = face_or_glyph;
|
|
3410 IMAGE_SPECIFIER_ATTACHEE_PROPERTY (image) = property;
|
|
3411 }
|
|
3412
|
|
3413 static Lisp_Object
|
|
3414 image_going_to_add (Lisp_Object specifier, Lisp_Object locale,
|
|
3415 Lisp_Object tag_set, Lisp_Object instantiator)
|
|
3416 {
|
|
3417 Lisp_Object possible_console_types = Qnil;
|
|
3418 Lisp_Object rest;
|
|
3419 Lisp_Object retlist = Qnil;
|
|
3420 struct gcpro gcpro1, gcpro2;
|
|
3421
|
|
3422 LIST_LOOP (rest, Vconsole_type_list)
|
|
3423 {
|
|
3424 Lisp_Object contype = XCAR (rest);
|
|
3425 if (!NILP (memq_no_quit (contype, tag_set)))
|
|
3426 possible_console_types = Fcons (contype, possible_console_types);
|
|
3427 }
|
|
3428
|
|
3429 if (XINT (Flength (possible_console_types)) > 1)
|
|
3430 /* two conflicting console types specified */
|
|
3431 return Qnil;
|
|
3432
|
|
3433 if (NILP (possible_console_types))
|
|
3434 possible_console_types = Vconsole_type_list;
|
|
3435
|
|
3436 GCPRO2 (retlist, possible_console_types);
|
|
3437
|
|
3438 LIST_LOOP (rest, possible_console_types)
|
|
3439 {
|
|
3440 Lisp_Object contype = XCAR (rest);
|
|
3441 Lisp_Object newinst = call_with_suspended_errors
|
|
3442 ((lisp_fn_t) normalize_image_instantiator,
|
793
|
3443 Qnil, Qimage, ERROR_ME_DEBUG_WARN, 3, instantiator, contype,
|
428
|
3444 make_int (XIMAGE_SPECIFIER_ALLOWED (specifier)));
|
|
3445
|
|
3446 if (!NILP (newinst))
|
|
3447 {
|
|
3448 Lisp_Object newtag;
|
|
3449 if (NILP (memq_no_quit (contype, tag_set)))
|
|
3450 newtag = Fcons (contype, tag_set);
|
|
3451 else
|
|
3452 newtag = tag_set;
|
|
3453 retlist = Fcons (Fcons (newtag, newinst), retlist);
|
|
3454 }
|
|
3455 }
|
|
3456
|
|
3457 UNGCPRO;
|
|
3458
|
|
3459 return retlist;
|
|
3460 }
|
|
3461
|
434
|
3462 /* Copy an image instantiator. We can't use Fcopy_tree since widgets
|
|
3463 may contain circular references which would send Fcopy_tree into
|
|
3464 infloop death. */
|
|
3465 static Lisp_Object
|
|
3466 image_copy_vector_instantiator (Lisp_Object instantiator)
|
|
3467 {
|
|
3468 int i;
|
|
3469 struct image_instantiator_methods *meths;
|
|
3470 Lisp_Object *elt;
|
|
3471 int instantiator_len;
|
|
3472
|
|
3473 CHECK_VECTOR (instantiator);
|
|
3474
|
|
3475 instantiator = Fcopy_sequence (instantiator);
|
|
3476 elt = XVECTOR_DATA (instantiator);
|
|
3477 instantiator_len = XVECTOR_LENGTH (instantiator);
|
440
|
3478
|
434
|
3479 meths = decode_image_instantiator_format (elt[0], ERROR_ME);
|
|
3480
|
|
3481 for (i = 1; i < instantiator_len; i += 2)
|
|
3482 {
|
|
3483 int j;
|
|
3484 Lisp_Object keyword = elt[i];
|
|
3485 Lisp_Object value = elt[i+1];
|
|
3486
|
|
3487 /* Find the keyword entry. */
|
|
3488 for (j = 0; j < Dynarr_length (meths->keywords); j++)
|
|
3489 {
|
|
3490 if (EQ (keyword, Dynarr_at (meths->keywords, j).keyword))
|
|
3491 break;
|
|
3492 }
|
|
3493
|
|
3494 /* Only copy keyword values that should be copied. */
|
|
3495 if (Dynarr_at (meths->keywords, j).copy_p
|
|
3496 &&
|
|
3497 (CONSP (value) || VECTORP (value)))
|
|
3498 {
|
|
3499 elt [i+1] = Fcopy_tree (value, Qt);
|
|
3500 }
|
|
3501 }
|
|
3502
|
|
3503 return instantiator;
|
|
3504 }
|
|
3505
|
|
3506 static Lisp_Object
|
|
3507 image_copy_instantiator (Lisp_Object arg)
|
|
3508 {
|
|
3509 if (CONSP (arg))
|
|
3510 {
|
|
3511 Lisp_Object rest;
|
|
3512 rest = arg = Fcopy_sequence (arg);
|
|
3513 while (CONSP (rest))
|
|
3514 {
|
|
3515 Lisp_Object elt = XCAR (rest);
|
|
3516 if (CONSP (elt))
|
|
3517 XCAR (rest) = Fcopy_tree (elt, Qt);
|
|
3518 else if (VECTORP (elt))
|
|
3519 XCAR (rest) = image_copy_vector_instantiator (elt);
|
|
3520 if (VECTORP (XCDR (rest))) /* hack for (a b . [c d]) */
|
|
3521 XCDR (rest) = Fcopy_tree (XCDR (rest), Qt);
|
|
3522 rest = XCDR (rest);
|
|
3523 }
|
|
3524 }
|
|
3525 else if (VECTORP (arg))
|
|
3526 {
|
|
3527 arg = image_copy_vector_instantiator (arg);
|
|
3528 }
|
|
3529 return arg;
|
|
3530 }
|
|
3531
|
428
|
3532 DEFUN ("image-specifier-p", Fimage_specifier_p, 1, 1, 0, /*
|
|
3533 Return non-nil if OBJECT is an image specifier.
|
442
|
3534 See `make-image-specifier' for a description of image instantiators.
|
428
|
3535 */
|
|
3536 (object))
|
|
3537 {
|
|
3538 return IMAGE_SPECIFIERP (object) ? Qt : Qnil;
|
|
3539 }
|
|
3540
|
|
3541
|
|
3542 /****************************************************************************
|
|
3543 * Glyph Object *
|
|
3544 ****************************************************************************/
|
|
3545
|
|
3546 static Lisp_Object
|
|
3547 mark_glyph (Lisp_Object obj)
|
|
3548 {
|
440
|
3549 Lisp_Glyph *glyph = XGLYPH (obj);
|
428
|
3550
|
|
3551 mark_object (glyph->image);
|
|
3552 mark_object (glyph->contrib_p);
|
|
3553 mark_object (glyph->baseline);
|
|
3554 mark_object (glyph->face);
|
|
3555
|
|
3556 return glyph->plist;
|
|
3557 }
|
|
3558
|
|
3559 static void
|
|
3560 print_glyph (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag)
|
|
3561 {
|
440
|
3562 Lisp_Glyph *glyph = XGLYPH (obj);
|
428
|
3563
|
|
3564 if (print_readably)
|
563
|
3565 printing_unreadable_object ("#<glyph 0x%x>", glyph->header.uid);
|
428
|
3566
|
800
|
3567 write_fmt_string_lisp (printcharfun, "#<glyph (%s", 1, Fglyph_type (obj));
|
|
3568 write_fmt_string_lisp (printcharfun, ") %S", 1, glyph->image);
|
|
3569 write_fmt_string (printcharfun, "0x%x>", glyph->header.uid);
|
428
|
3570 }
|
|
3571
|
|
3572 /* Glyphs are equal if all of their display attributes are equal. We
|
|
3573 don't compare names or doc-strings, because that would make equal
|
|
3574 be eq.
|
|
3575
|
|
3576 This isn't concerned with "unspecified" attributes, that's what
|
|
3577 #'glyph-differs-from-default-p is for. */
|
|
3578 static int
|
|
3579 glyph_equal (Lisp_Object obj1, Lisp_Object obj2, int depth)
|
|
3580 {
|
440
|
3581 Lisp_Glyph *g1 = XGLYPH (obj1);
|
|
3582 Lisp_Glyph *g2 = XGLYPH (obj2);
|
428
|
3583
|
|
3584 depth++;
|
|
3585
|
|
3586 return (internal_equal (g1->image, g2->image, depth) &&
|
|
3587 internal_equal (g1->contrib_p, g2->contrib_p, depth) &&
|
|
3588 internal_equal (g1->baseline, g2->baseline, depth) &&
|
|
3589 internal_equal (g1->face, g2->face, depth) &&
|
|
3590 !plists_differ (g1->plist, g2->plist, 0, 0, depth + 1));
|
|
3591 }
|
|
3592
|
665
|
3593 static Hashcode
|
428
|
3594 glyph_hash (Lisp_Object obj, int depth)
|
|
3595 {
|
|
3596 depth++;
|
|
3597
|
|
3598 /* No need to hash all of the elements; that would take too long.
|
|
3599 Just hash the most common ones. */
|
|
3600 return HASH2 (internal_hash (XGLYPH (obj)->image, depth),
|
|
3601 internal_hash (XGLYPH (obj)->face, depth));
|
|
3602 }
|
|
3603
|
|
3604 static Lisp_Object
|
|
3605 glyph_getprop (Lisp_Object obj, Lisp_Object prop)
|
|
3606 {
|
440
|
3607 Lisp_Glyph *g = XGLYPH (obj);
|
428
|
3608
|
|
3609 if (EQ (prop, Qimage)) return g->image;
|
|
3610 if (EQ (prop, Qcontrib_p)) return g->contrib_p;
|
|
3611 if (EQ (prop, Qbaseline)) return g->baseline;
|
|
3612 if (EQ (prop, Qface)) return g->face;
|
|
3613
|
|
3614 return external_plist_get (&g->plist, prop, 0, ERROR_ME);
|
|
3615 }
|
|
3616
|
|
3617 static int
|
|
3618 glyph_putprop (Lisp_Object obj, Lisp_Object prop, Lisp_Object value)
|
|
3619 {
|
|
3620 if (EQ (prop, Qimage) ||
|
|
3621 EQ (prop, Qcontrib_p) ||
|
|
3622 EQ (prop, Qbaseline))
|
|
3623 return 0;
|
|
3624
|
|
3625 if (EQ (prop, Qface))
|
|
3626 {
|
|
3627 XGLYPH (obj)->face = Fget_face (value);
|
|
3628 return 1;
|
|
3629 }
|
|
3630
|
|
3631 external_plist_put (&XGLYPH (obj)->plist, prop, value, 0, ERROR_ME);
|
|
3632 return 1;
|
|
3633 }
|
|
3634
|
|
3635 static int
|
|
3636 glyph_remprop (Lisp_Object obj, Lisp_Object prop)
|
|
3637 {
|
|
3638 if (EQ (prop, Qimage) ||
|
|
3639 EQ (prop, Qcontrib_p) ||
|
|
3640 EQ (prop, Qbaseline))
|
|
3641 return -1;
|
|
3642
|
|
3643 if (EQ (prop, Qface))
|
|
3644 {
|
|
3645 XGLYPH (obj)->face = Qnil;
|
|
3646 return 1;
|
|
3647 }
|
|
3648
|
|
3649 return external_remprop (&XGLYPH (obj)->plist, prop, 0, ERROR_ME);
|
|
3650 }
|
|
3651
|
|
3652 static Lisp_Object
|
|
3653 glyph_plist (Lisp_Object obj)
|
|
3654 {
|
440
|
3655 Lisp_Glyph *glyph = XGLYPH (obj);
|
428
|
3656 Lisp_Object result = glyph->plist;
|
|
3657
|
|
3658 result = cons3 (Qface, glyph->face, result);
|
|
3659 result = cons3 (Qbaseline, glyph->baseline, result);
|
|
3660 result = cons3 (Qcontrib_p, glyph->contrib_p, result);
|
|
3661 result = cons3 (Qimage, glyph->image, result);
|
|
3662
|
|
3663 return result;
|
|
3664 }
|
|
3665
|
|
3666 static const struct lrecord_description glyph_description[] = {
|
440
|
3667 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, image) },
|
|
3668 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, contrib_p) },
|
|
3669 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, baseline) },
|
|
3670 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, face) },
|
|
3671 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, plist) },
|
428
|
3672 { XD_END }
|
|
3673 };
|
|
3674
|
|
3675 DEFINE_LRECORD_IMPLEMENTATION_WITH_PROPS ("glyph", glyph,
|
|
3676 mark_glyph, print_glyph, 0,
|
|
3677 glyph_equal, glyph_hash, glyph_description,
|
|
3678 glyph_getprop, glyph_putprop,
|
|
3679 glyph_remprop, glyph_plist,
|
440
|
3680 Lisp_Glyph);
|
428
|
3681
|
|
3682 Lisp_Object
|
|
3683 allocate_glyph (enum glyph_type type,
|
|
3684 void (*after_change) (Lisp_Object glyph, Lisp_Object property,
|
|
3685 Lisp_Object locale))
|
|
3686 {
|
|
3687 /* This function can GC */
|
|
3688 Lisp_Object obj = Qnil;
|
440
|
3689 Lisp_Glyph *g = alloc_lcrecord_type (Lisp_Glyph, &lrecord_glyph);
|
428
|
3690
|
|
3691 g->type = type;
|
|
3692 g->image = Fmake_specifier (Qimage); /* This function can GC */
|
|
3693 g->dirty = 0;
|
|
3694 switch (g->type)
|
|
3695 {
|
|
3696 case GLYPH_BUFFER:
|
|
3697 XIMAGE_SPECIFIER_ALLOWED (g->image) =
|
440
|
3698 IMAGE_NOTHING_MASK | IMAGE_TEXT_MASK
|
|
3699 | IMAGE_MONO_PIXMAP_MASK | IMAGE_COLOR_PIXMAP_MASK
|
442
|
3700 | IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK;
|
428
|
3701 break;
|
|
3702 case GLYPH_POINTER:
|
|
3703 XIMAGE_SPECIFIER_ALLOWED (g->image) =
|
|
3704 IMAGE_NOTHING_MASK | IMAGE_POINTER_MASK;
|
|
3705 break;
|
|
3706 case GLYPH_ICON:
|
|
3707 XIMAGE_SPECIFIER_ALLOWED (g->image) =
|
438
|
3708 IMAGE_NOTHING_MASK | IMAGE_MONO_PIXMAP_MASK
|
|
3709 | IMAGE_COLOR_PIXMAP_MASK;
|
428
|
3710 break;
|
|
3711 default:
|
|
3712 abort ();
|
|
3713 }
|
|
3714
|
|
3715 /* I think Fmake_specifier can GC. I think set_specifier_fallback can GC. */
|
|
3716 /* We're getting enough reports of odd behavior in this area it seems */
|
|
3717 /* best to GCPRO everything. */
|
|
3718 {
|
|
3719 Lisp_Object tem1 = list1 (Fcons (Qnil, Vthe_nothing_vector));
|
|
3720 Lisp_Object tem2 = list1 (Fcons (Qnil, Qt));
|
|
3721 Lisp_Object tem3 = list1 (Fcons (Qnil, Qnil));
|
|
3722 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
|
|
3723
|
|
3724 GCPRO4 (obj, tem1, tem2, tem3);
|
|
3725
|
|
3726 set_specifier_fallback (g->image, tem1);
|
|
3727 g->contrib_p = Fmake_specifier (Qboolean);
|
|
3728 set_specifier_fallback (g->contrib_p, tem2);
|
|
3729 /* #### should have a specifier for the following */
|
|
3730 g->baseline = Fmake_specifier (Qgeneric);
|
|
3731 set_specifier_fallback (g->baseline, tem3);
|
|
3732 g->face = Qnil;
|
|
3733 g->plist = Qnil;
|
|
3734 g->after_change = after_change;
|
793
|
3735 obj = wrap_glyph (g);
|
428
|
3736
|
|
3737 set_image_attached_to (g->image, obj, Qimage);
|
|
3738 UNGCPRO;
|
|
3739 }
|
|
3740
|
|
3741 return obj;
|
|
3742 }
|
|
3743
|
|
3744 static enum glyph_type
|
578
|
3745 decode_glyph_type (Lisp_Object type, Error_Behavior errb)
|
428
|
3746 {
|
|
3747 if (NILP (type))
|
|
3748 return GLYPH_BUFFER;
|
|
3749
|
|
3750 if (ERRB_EQ (errb, ERROR_ME))
|
|
3751 CHECK_SYMBOL (type);
|
|
3752
|
|
3753 if (EQ (type, Qbuffer)) return GLYPH_BUFFER;
|
|
3754 if (EQ (type, Qpointer)) return GLYPH_POINTER;
|
|
3755 if (EQ (type, Qicon)) return GLYPH_ICON;
|
|
3756
|
563
|
3757 maybe_invalid_constant ("Invalid glyph type", type, Qimage, errb);
|
428
|
3758
|
|
3759 return GLYPH_UNKNOWN;
|
|
3760 }
|
|
3761
|
|
3762 static int
|
|
3763 valid_glyph_type_p (Lisp_Object type)
|
|
3764 {
|
|
3765 return !NILP (memq_no_quit (type, Vglyph_type_list));
|
|
3766 }
|
|
3767
|
|
3768 DEFUN ("valid-glyph-type-p", Fvalid_glyph_type_p, 1, 1, 0, /*
|
|
3769 Given a GLYPH-TYPE, return non-nil if it is valid.
|
|
3770 Valid types are `buffer', `pointer', and `icon'.
|
|
3771 */
|
|
3772 (glyph_type))
|
|
3773 {
|
|
3774 return valid_glyph_type_p (glyph_type) ? Qt : Qnil;
|
|
3775 }
|
|
3776
|
|
3777 DEFUN ("glyph-type-list", Fglyph_type_list, 0, 0, 0, /*
|
|
3778 Return a list of valid glyph types.
|
|
3779 */
|
|
3780 ())
|
|
3781 {
|
|
3782 return Fcopy_sequence (Vglyph_type_list);
|
|
3783 }
|
|
3784
|
|
3785 DEFUN ("make-glyph-internal", Fmake_glyph_internal, 0, 1, 0, /*
|
442
|
3786 Create and return a new uninitialized glyph of type TYPE.
|
428
|
3787
|
|
3788 TYPE specifies the type of the glyph; this should be one of `buffer',
|
|
3789 `pointer', or `icon', and defaults to `buffer'. The type of the glyph
|
|
3790 specifies in which contexts the glyph can be used, and controls the
|
|
3791 allowable image types into which the glyph's image can be
|
|
3792 instantiated.
|
|
3793
|
|
3794 `buffer' glyphs can be used as the begin-glyph or end-glyph of an
|
|
3795 extent, in the modeline, and in the toolbar. Their image can be
|
|
3796 instantiated as `nothing', `mono-pixmap', `color-pixmap', `text',
|
|
3797 and `subwindow'.
|
|
3798
|
|
3799 `pointer' glyphs can be used to specify the mouse pointer. Their
|
|
3800 image can be instantiated as `pointer'.
|
|
3801
|
|
3802 `icon' glyphs can be used to specify the icon used when a frame is
|
|
3803 iconified. Their image can be instantiated as `mono-pixmap' and
|
|
3804 `color-pixmap'.
|
|
3805 */
|
|
3806 (type))
|
|
3807 {
|
|
3808 enum glyph_type typeval = decode_glyph_type (type, ERROR_ME);
|
|
3809 return allocate_glyph (typeval, 0);
|
|
3810 }
|
|
3811
|
|
3812 DEFUN ("glyphp", Fglyphp, 1, 1, 0, /*
|
|
3813 Return non-nil if OBJECT is a glyph.
|
|
3814
|
442
|
3815 A glyph is an object used for pixmaps, widgets and the like. It is used
|
428
|
3816 in begin-glyphs and end-glyphs attached to extents, in marginal and textual
|
|
3817 annotations, in overlay arrows (overlay-arrow-* variables), in toolbar
|
442
|
3818 buttons, and the like. Much more detailed information can be found at
|
|
3819 `make-glyph'. Its image is described using an image specifier --
|
|
3820 see `make-image-specifier'. See also `make-image-instance' for further
|
|
3821 information.
|
428
|
3822 */
|
|
3823 (object))
|
|
3824 {
|
|
3825 return GLYPHP (object) ? Qt : Qnil;
|
|
3826 }
|
|
3827
|
|
3828 DEFUN ("glyph-type", Fglyph_type, 1, 1, 0, /*
|
|
3829 Return the type of the given glyph.
|
|
3830 The return value will be one of 'buffer, 'pointer, or 'icon.
|
|
3831 */
|
|
3832 (glyph))
|
|
3833 {
|
|
3834 CHECK_GLYPH (glyph);
|
|
3835 switch (XGLYPH_TYPE (glyph))
|
|
3836 {
|
|
3837 default: abort ();
|
|
3838 case GLYPH_BUFFER: return Qbuffer;
|
|
3839 case GLYPH_POINTER: return Qpointer;
|
|
3840 case GLYPH_ICON: return Qicon;
|
|
3841 }
|
|
3842 }
|
|
3843
|
438
|
3844 Lisp_Object
|
|
3845 glyph_image_instance (Lisp_Object glyph, Lisp_Object domain,
|
578
|
3846 Error_Behavior errb, int no_quit)
|
438
|
3847 {
|
|
3848 Lisp_Object specifier = GLYPH_IMAGE (XGLYPH (glyph));
|
|
3849
|
|
3850 /* This can never return Qunbound. All glyphs have 'nothing as
|
|
3851 a fallback. */
|
440
|
3852 Lisp_Object image_instance = specifier_instance (specifier, Qunbound,
|
438
|
3853 domain, errb, no_quit, 0,
|
|
3854 Qzero);
|
440
|
3855 assert (!UNBOUNDP (image_instance));
|
442
|
3856 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
|
438
|
3857
|
|
3858 return image_instance;
|
|
3859 }
|
|
3860
|
|
3861 static Lisp_Object
|
|
3862 glyph_image_instance_maybe (Lisp_Object glyph_or_image, Lisp_Object window)
|
|
3863 {
|
|
3864 Lisp_Object instance = glyph_or_image;
|
|
3865
|
|
3866 if (GLYPHP (glyph_or_image))
|
793
|
3867 instance = glyph_image_instance (glyph_or_image, window,
|
|
3868 ERROR_ME_DEBUG_WARN, 1);
|
438
|
3869
|
|
3870 return instance;
|
|
3871 }
|
|
3872
|
428
|
3873 /*****************************************************************************
|
|
3874 glyph_width
|
|
3875
|
438
|
3876 Return the width of the given GLYPH on the given WINDOW.
|
|
3877 Calculations are done based on recursively querying the geometry of
|
|
3878 the associated image instances.
|
428
|
3879 ****************************************************************************/
|
|
3880 unsigned short
|
438
|
3881 glyph_width (Lisp_Object glyph_or_image, Lisp_Object domain)
|
428
|
3882 {
|
438
|
3883 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
|
|
3884 domain);
|
428
|
3885 if (!IMAGE_INSTANCEP (instance))
|
|
3886 return 0;
|
|
3887
|
442
|
3888 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
|
438
|
3889 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
|
442
|
3890 IMAGE_UNSPECIFIED_GEOMETRY,
|
|
3891 IMAGE_UNCHANGED_GEOMETRY,
|
|
3892 IMAGE_UNCHANGED_GEOMETRY, domain);
|
438
|
3893
|
|
3894 return XIMAGE_INSTANCE_WIDTH (instance);
|
428
|
3895 }
|
|
3896
|
|
3897 DEFUN ("glyph-width", Fglyph_width, 1, 2, 0, /*
|
|
3898 Return the width of GLYPH on WINDOW.
|
|
3899 This may not be exact as it does not take into account all of the context
|
|
3900 that redisplay will.
|
|
3901 */
|
|
3902 (glyph, window))
|
|
3903 {
|
793
|
3904 window = wrap_window (decode_window (window));
|
428
|
3905 CHECK_GLYPH (glyph);
|
|
3906
|
438
|
3907 return make_int (glyph_width (glyph, window));
|
428
|
3908 }
|
|
3909
|
|
3910 unsigned short
|
438
|
3911 glyph_ascent (Lisp_Object glyph_or_image, Lisp_Object domain)
|
428
|
3912 {
|
438
|
3913 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
|
|
3914 domain);
|
|
3915 if (!IMAGE_INSTANCEP (instance))
|
|
3916 return 0;
|
|
3917
|
442
|
3918 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
|
438
|
3919 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
|
442
|
3920 IMAGE_UNSPECIFIED_GEOMETRY,
|
|
3921 IMAGE_UNCHANGED_GEOMETRY,
|
|
3922 IMAGE_UNCHANGED_GEOMETRY, domain);
|
438
|
3923
|
|
3924 if (XIMAGE_INSTANCE_TYPE (instance) == IMAGE_TEXT)
|
|
3925 return XIMAGE_INSTANCE_TEXT_ASCENT (instance);
|
|
3926 else
|
|
3927 return XIMAGE_INSTANCE_HEIGHT (instance);
|
428
|
3928 }
|
|
3929
|
|
3930 unsigned short
|
438
|
3931 glyph_descent (Lisp_Object glyph_or_image, Lisp_Object domain)
|
428
|
3932 {
|
438
|
3933 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
|
|
3934 domain);
|
|
3935 if (!IMAGE_INSTANCEP (instance))
|
|
3936 return 0;
|
|
3937
|
442
|
3938 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
|
438
|
3939 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
|
442
|
3940 IMAGE_UNSPECIFIED_GEOMETRY,
|
|
3941 IMAGE_UNCHANGED_GEOMETRY,
|
|
3942 IMAGE_UNCHANGED_GEOMETRY, domain);
|
438
|
3943
|
|
3944 if (XIMAGE_INSTANCE_TYPE (instance) == IMAGE_TEXT)
|
|
3945 return XIMAGE_INSTANCE_TEXT_DESCENT (instance);
|
|
3946 else
|
|
3947 return 0;
|
428
|
3948 }
|
|
3949
|
|
3950 /* strictly a convenience function. */
|
|
3951 unsigned short
|
438
|
3952 glyph_height (Lisp_Object glyph_or_image, Lisp_Object domain)
|
428
|
3953 {
|
438
|
3954 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
|
|
3955 domain);
|
440
|
3956
|
438
|
3957 if (!IMAGE_INSTANCEP (instance))
|
|
3958 return 0;
|
|
3959
|
442
|
3960 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
|
438
|
3961 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
|
442
|
3962 IMAGE_UNSPECIFIED_GEOMETRY,
|
|
3963 IMAGE_UNCHANGED_GEOMETRY,
|
|
3964 IMAGE_UNCHANGED_GEOMETRY, domain);
|
438
|
3965
|
|
3966 return XIMAGE_INSTANCE_HEIGHT (instance);
|
428
|
3967 }
|
|
3968
|
|
3969 DEFUN ("glyph-ascent", Fglyph_ascent, 1, 2, 0, /*
|
|
3970 Return the ascent value of GLYPH on WINDOW.
|
|
3971 This may not be exact as it does not take into account all of the context
|
|
3972 that redisplay will.
|
|
3973 */
|
|
3974 (glyph, window))
|
|
3975 {
|
793
|
3976 window = wrap_window (decode_window (window));
|
428
|
3977 CHECK_GLYPH (glyph);
|
|
3978
|
438
|
3979 return make_int (glyph_ascent (glyph, window));
|
428
|
3980 }
|
|
3981
|
|
3982 DEFUN ("glyph-descent", Fglyph_descent, 1, 2, 0, /*
|
|
3983 Return the descent value of GLYPH on WINDOW.
|
|
3984 This may not be exact as it does not take into account all of the context
|
|
3985 that redisplay will.
|
|
3986 */
|
|
3987 (glyph, window))
|
|
3988 {
|
793
|
3989 window = wrap_window (decode_window (window));
|
428
|
3990 CHECK_GLYPH (glyph);
|
|
3991
|
438
|
3992 return make_int (glyph_descent (glyph, window));
|
428
|
3993 }
|
|
3994
|
|
3995 /* This is redundant but I bet a lot of people expect it to exist. */
|
|
3996 DEFUN ("glyph-height", Fglyph_height, 1, 2, 0, /*
|
|
3997 Return the height of GLYPH on WINDOW.
|
|
3998 This may not be exact as it does not take into account all of the context
|
|
3999 that redisplay will.
|
|
4000 */
|
|
4001 (glyph, window))
|
|
4002 {
|
793
|
4003 window = wrap_window (decode_window (window));
|
428
|
4004 CHECK_GLYPH (glyph);
|
|
4005
|
438
|
4006 return make_int (glyph_height (glyph, window));
|
428
|
4007 }
|
|
4008
|
|
4009 static void
|
|
4010 set_glyph_dirty_p (Lisp_Object glyph_or_image, Lisp_Object window, int dirty)
|
|
4011 {
|
|
4012 Lisp_Object instance = glyph_or_image;
|
|
4013
|
|
4014 if (!NILP (glyph_or_image))
|
|
4015 {
|
|
4016 if (GLYPHP (glyph_or_image))
|
|
4017 {
|
|
4018 instance = glyph_image_instance (glyph_or_image, window,
|
793
|
4019 ERROR_ME_DEBUG_WARN, 1);
|
428
|
4020 XGLYPH_DIRTYP (glyph_or_image) = dirty;
|
|
4021 }
|
|
4022
|
442
|
4023 if (!IMAGE_INSTANCEP (instance))
|
|
4024 return;
|
|
4025
|
428
|
4026 XIMAGE_INSTANCE_DIRTYP (instance) = dirty;
|
|
4027 }
|
|
4028 }
|
|
4029
|
442
|
4030 static void
|
|
4031 set_image_instance_dirty_p (Lisp_Object instance, int dirty)
|
|
4032 {
|
|
4033 if (IMAGE_INSTANCEP (instance))
|
|
4034 {
|
|
4035 XIMAGE_INSTANCE_DIRTYP (instance) = dirty;
|
|
4036 /* Now cascade up the hierarchy. */
|
|
4037 set_image_instance_dirty_p (XIMAGE_INSTANCE_PARENT (instance),
|
|
4038 dirty);
|
|
4039 }
|
|
4040 else if (GLYPHP (instance))
|
|
4041 {
|
|
4042 XGLYPH_DIRTYP (instance) = dirty;
|
|
4043 }
|
|
4044 }
|
|
4045
|
428
|
4046 /* #### do we need to cache this info to speed things up? */
|
|
4047
|
|
4048 Lisp_Object
|
|
4049 glyph_baseline (Lisp_Object glyph, Lisp_Object domain)
|
|
4050 {
|
|
4051 if (!GLYPHP (glyph))
|
|
4052 return Qnil;
|
|
4053 else
|
|
4054 {
|
|
4055 Lisp_Object retval =
|
|
4056 specifier_instance_no_quit (GLYPH_BASELINE (XGLYPH (glyph)),
|
793
|
4057 /* #### look into error flag */
|
|
4058 Qunbound, domain, ERROR_ME_DEBUG_WARN,
|
428
|
4059 0, Qzero);
|
|
4060 if (!NILP (retval) && !INTP (retval))
|
|
4061 retval = Qnil;
|
|
4062 else if (INTP (retval))
|
|
4063 {
|
|
4064 if (XINT (retval) < 0)
|
|
4065 retval = Qzero;
|
|
4066 if (XINT (retval) > 100)
|
|
4067 retval = make_int (100);
|
|
4068 }
|
|
4069 return retval;
|
|
4070 }
|
|
4071 }
|
|
4072
|
|
4073 Lisp_Object
|
|
4074 glyph_face (Lisp_Object glyph, Lisp_Object domain)
|
|
4075 {
|
|
4076 /* #### Domain parameter not currently used but it will be */
|
|
4077 return GLYPHP (glyph) ? GLYPH_FACE (XGLYPH (glyph)) : Qnil;
|
|
4078 }
|
|
4079
|
|
4080 int
|
|
4081 glyph_contrib_p (Lisp_Object glyph, Lisp_Object domain)
|
|
4082 {
|
|
4083 if (!GLYPHP (glyph))
|
|
4084 return 0;
|
|
4085 else
|
|
4086 return !NILP (specifier_instance_no_quit
|
|
4087 (GLYPH_CONTRIB_P (XGLYPH (glyph)), Qunbound, domain,
|
793
|
4088 /* #### look into error flag */
|
|
4089 ERROR_ME_DEBUG_WARN, 0, Qzero));
|
428
|
4090 }
|
|
4091
|
|
4092 static void
|
|
4093 glyph_property_was_changed (Lisp_Object glyph, Lisp_Object property,
|
|
4094 Lisp_Object locale)
|
|
4095 {
|
|
4096 if (XGLYPH (glyph)->after_change)
|
|
4097 (XGLYPH (glyph)->after_change) (glyph, property, locale);
|
|
4098 }
|
|
4099
|
442
|
4100 void
|
|
4101 glyph_query_geometry (Lisp_Object glyph_or_image, int* width, int* height,
|
438
|
4102 enum image_instance_geometry disp, Lisp_Object domain)
|
|
4103 {
|
|
4104 Lisp_Object instance = glyph_or_image;
|
|
4105
|
|
4106 if (GLYPHP (glyph_or_image))
|
793
|
4107 instance = glyph_image_instance (glyph_or_image, domain,
|
|
4108 ERROR_ME_DEBUG_WARN, 1);
|
440
|
4109
|
438
|
4110 image_instance_query_geometry (instance, width, height, disp, domain);
|
|
4111 }
|
|
4112
|
442
|
4113 void
|
|
4114 glyph_do_layout (Lisp_Object glyph_or_image, int width, int height,
|
|
4115 int xoffset, int yoffset, Lisp_Object domain)
|
438
|
4116 {
|
|
4117 Lisp_Object instance = glyph_or_image;
|
|
4118
|
|
4119 if (GLYPHP (glyph_or_image))
|
793
|
4120 instance = glyph_image_instance (glyph_or_image, domain,
|
|
4121 ERROR_ME_DEBUG_WARN, 1);
|
442
|
4122
|
|
4123 image_instance_layout (instance, width, height, xoffset, yoffset, domain);
|
|
4124 }
|
438
|
4125
|
428
|
4126
|
|
4127 /*****************************************************************************
|
|
4128 * glyph cachel functions *
|
|
4129 *****************************************************************************/
|
|
4130
|
442
|
4131 /* #### All of this is 95% copied from face cachels. Consider
|
|
4132 consolidating.
|
|
4133
|
|
4134 Why do we need glyph_cachels? Simply because a glyph_cachel captures
|
|
4135 per-window information about a particular glyph. A glyph itself is
|
|
4136 not created in any particular context, so if we were to rely on a
|
|
4137 glyph to tell us about its dirtiness we would not be able to reset
|
|
4138 the dirty flag after redisplaying it as it may exist in other
|
|
4139 contexts. When we have redisplayed we need to know which glyphs to
|
|
4140 reset the dirty flags on - the glyph_cachels give us a nice list we
|
|
4141 can iterate through doing this. */
|
428
|
4142 void
|
|
4143 mark_glyph_cachels (glyph_cachel_dynarr *elements)
|
|
4144 {
|
|
4145 int elt;
|
|
4146
|
|
4147 if (!elements)
|
|
4148 return;
|
|
4149
|
|
4150 for (elt = 0; elt < Dynarr_length (elements); elt++)
|
|
4151 {
|
|
4152 struct glyph_cachel *cachel = Dynarr_atp (elements, elt);
|
|
4153 mark_object (cachel->glyph);
|
|
4154 }
|
|
4155 }
|
|
4156
|
|
4157 static void
|
|
4158 update_glyph_cachel_data (struct window *w, Lisp_Object glyph,
|
|
4159 struct glyph_cachel *cachel)
|
|
4160 {
|
|
4161 if (!cachel->updated || NILP (cachel->glyph) || !EQ (cachel->glyph, glyph)
|
440
|
4162 || XGLYPH_DIRTYP (cachel->glyph)
|
|
4163 || XFRAME(WINDOW_FRAME(w))->faces_changed)
|
428
|
4164 {
|
|
4165 Lisp_Object window, instance;
|
|
4166
|
793
|
4167 window = wrap_window (w);
|
428
|
4168
|
|
4169 cachel->glyph = glyph;
|
440
|
4170 /* Speed things up slightly by grabbing the glyph instantiation
|
|
4171 and passing it to the size functions. */
|
793
|
4172 instance = glyph_image_instance (glyph, window, ERROR_ME_DEBUG_WARN, 1);
|
440
|
4173
|
442
|
4174 if (!IMAGE_INSTANCEP (instance))
|
|
4175 return;
|
|
4176
|
440
|
4177 /* Mark text instance of the glyph dirty if faces have changed,
|
|
4178 because its geometry might have changed. */
|
|
4179 invalidate_glyph_geometry_maybe (instance, w);
|
|
4180
|
|
4181 /* #### Do the following 2 lines buy us anything? --kkm */
|
|
4182 XGLYPH_DIRTYP (glyph) = XIMAGE_INSTANCE_DIRTYP (instance);
|
|
4183 cachel->dirty = XGLYPH_DIRTYP (glyph);
|
438
|
4184 cachel->width = glyph_width (instance, window);
|
|
4185 cachel->ascent = glyph_ascent (instance, window);
|
|
4186 cachel->descent = glyph_descent (instance, window);
|
428
|
4187 }
|
|
4188
|
|
4189 cachel->updated = 1;
|
|
4190 }
|
|
4191
|
|
4192 static void
|
|
4193 add_glyph_cachel (struct window *w, Lisp_Object glyph)
|
|
4194 {
|
|
4195 struct glyph_cachel new_cachel;
|
|
4196
|
|
4197 xzero (new_cachel);
|
|
4198 new_cachel.glyph = Qnil;
|
|
4199
|
|
4200 update_glyph_cachel_data (w, glyph, &new_cachel);
|
|
4201 Dynarr_add (w->glyph_cachels, new_cachel);
|
|
4202 }
|
|
4203
|
|
4204 glyph_index
|
|
4205 get_glyph_cachel_index (struct window *w, Lisp_Object glyph)
|
|
4206 {
|
|
4207 int elt;
|
|
4208
|
|
4209 if (noninteractive)
|
|
4210 return 0;
|
|
4211
|
|
4212 for (elt = 0; elt < Dynarr_length (w->glyph_cachels); elt++)
|
|
4213 {
|
|
4214 struct glyph_cachel *cachel =
|
|
4215 Dynarr_atp (w->glyph_cachels, elt);
|
|
4216
|
|
4217 if (EQ (cachel->glyph, glyph) && !NILP (glyph))
|
|
4218 {
|
|
4219 update_glyph_cachel_data (w, glyph, cachel);
|
|
4220 return elt;
|
|
4221 }
|
|
4222 }
|
|
4223
|
|
4224 /* If we didn't find the glyph, add it and then return its index. */
|
|
4225 add_glyph_cachel (w, glyph);
|
|
4226 return elt;
|
|
4227 }
|
|
4228
|
|
4229 void
|
|
4230 reset_glyph_cachels (struct window *w)
|
|
4231 {
|
|
4232 Dynarr_reset (w->glyph_cachels);
|
|
4233 get_glyph_cachel_index (w, Vcontinuation_glyph);
|
|
4234 get_glyph_cachel_index (w, Vtruncation_glyph);
|
|
4235 get_glyph_cachel_index (w, Vhscroll_glyph);
|
|
4236 get_glyph_cachel_index (w, Vcontrol_arrow_glyph);
|
|
4237 get_glyph_cachel_index (w, Voctal_escape_glyph);
|
|
4238 get_glyph_cachel_index (w, Vinvisible_text_glyph);
|
|
4239 }
|
|
4240
|
|
4241 void
|
|
4242 mark_glyph_cachels_as_not_updated (struct window *w)
|
|
4243 {
|
|
4244 int elt;
|
|
4245
|
|
4246 /* We need to have a dirty flag to tell if the glyph has changed.
|
|
4247 We can check to see if each glyph variable is actually a
|
|
4248 completely different glyph, though. */
|
|
4249 #define FROB(glyph_obj, gindex) \
|
|
4250 update_glyph_cachel_data (w, glyph_obj, \
|
|
4251 Dynarr_atp (w->glyph_cachels, gindex))
|
|
4252
|
|
4253 FROB (Vcontinuation_glyph, CONT_GLYPH_INDEX);
|
|
4254 FROB (Vtruncation_glyph, TRUN_GLYPH_INDEX);
|
|
4255 FROB (Vhscroll_glyph, HSCROLL_GLYPH_INDEX);
|
|
4256 FROB (Vcontrol_arrow_glyph, CONTROL_GLYPH_INDEX);
|
|
4257 FROB (Voctal_escape_glyph, OCT_ESC_GLYPH_INDEX);
|
|
4258 FROB (Vinvisible_text_glyph, INVIS_GLYPH_INDEX);
|
|
4259 #undef FROB
|
|
4260
|
|
4261 for (elt = 0; elt < Dynarr_length (w->glyph_cachels); elt++)
|
|
4262 {
|
|
4263 Dynarr_atp (w->glyph_cachels, elt)->updated = 0;
|
|
4264 }
|
|
4265 }
|
|
4266
|
|
4267 /* Unset the dirty bit on all the glyph cachels that have it. */
|
440
|
4268 void
|
428
|
4269 mark_glyph_cachels_as_clean (struct window* w)
|
|
4270 {
|
|
4271 int elt;
|
793
|
4272 Lisp_Object window = wrap_window (w);
|
|
4273
|
428
|
4274 for (elt = 0; elt < Dynarr_length (w->glyph_cachels); elt++)
|
|
4275 {
|
|
4276 struct glyph_cachel *cachel = Dynarr_atp (w->glyph_cachels, elt);
|
|
4277 cachel->dirty = 0;
|
|
4278 set_glyph_dirty_p (cachel->glyph, window, 0);
|
|
4279 }
|
|
4280 }
|
|
4281
|
|
4282 #ifdef MEMORY_USAGE_STATS
|
|
4283
|
|
4284 int
|
|
4285 compute_glyph_cachel_usage (glyph_cachel_dynarr *glyph_cachels,
|
|
4286 struct overhead_stats *ovstats)
|
|
4287 {
|
|
4288 int total = 0;
|
|
4289
|
|
4290 if (glyph_cachels)
|
|
4291 total += Dynarr_memory_usage (glyph_cachels, ovstats);
|
|
4292
|
|
4293 return total;
|
|
4294 }
|
|
4295
|
|
4296 #endif /* MEMORY_USAGE_STATS */
|
|
4297
|
|
4298
|
|
4299
|
|
4300 /*****************************************************************************
|
793
|
4301 * subwindow cachel functions *
|
428
|
4302 *****************************************************************************/
|
438
|
4303 /* Subwindows are curious in that you have to physically unmap them to
|
428
|
4304 not display them. It is problematic deciding what to do in
|
|
4305 redisplay. We have two caches - a per-window instance cache that
|
|
4306 keeps track of subwindows on a window, these are linked to their
|
|
4307 instantiator in the hashtable and when the instantiator goes away
|
|
4308 we want the instance to go away also. However we also have a
|
|
4309 per-frame instance cache that we use to determine if a subwindow is
|
|
4310 obscuring an area that we want to clear. We need to be able to flip
|
|
4311 through this quickly so a hashtable is not suitable hence the
|
442
|
4312 subwindow_cachels. This is a weak list so unreference instances
|
|
4313 will get deleted properly. */
|
428
|
4314
|
|
4315 /* redisplay in general assumes that drawing something will erase
|
|
4316 what was there before. unfortunately this does not apply to
|
|
4317 subwindows that need to be specifically unmapped in order to
|
|
4318 disappear. we take a brute force approach - on the basis that its
|
|
4319 cheap - and unmap all subwindows in a display line */
|
442
|
4320
|
|
4321 /* Put new instances in the frame subwindow cache. This is less costly than
|
|
4322 doing it every time something gets mapped, and deleted instances will be
|
|
4323 removed automatically. */
|
|
4324 static void
|
|
4325 cache_subwindow_instance_in_frame_maybe (Lisp_Object instance)
|
|
4326 {
|
|
4327 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (instance);
|
|
4328 if (!NILP (DOMAIN_FRAME (IMAGE_INSTANCE_DOMAIN (ii))))
|
428
|
4329 {
|
442
|
4330 struct frame* f = DOMAIN_XFRAME (IMAGE_INSTANCE_DOMAIN (ii));
|
|
4331 XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f))
|
|
4332 = Fcons (instance, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)));
|
|
4333 }
|
|
4334 }
|
|
4335
|
|
4336 /* Unmap and finalize all subwindow instances in the frame cache. This
|
|
4337 is necessary because GC will not guarantee the order things get
|
|
4338 deleted in and moreover, frame finalization deletes the window
|
|
4339 system windows before deleting XEmacs windows, and hence
|
|
4340 subwindows. */
|
|
4341 int
|
|
4342 unmap_subwindow_instance_cache_mapper (Lisp_Object key, Lisp_Object value,
|
|
4343 void* finalize)
|
|
4344 {
|
|
4345 /* value can be nil; we cache failures as well as successes */
|
|
4346 if (!NILP (value))
|
|
4347 {
|
|
4348 struct frame* f = XFRAME (XIMAGE_INSTANCE_FRAME (value));
|
|
4349 unmap_subwindow (value);
|
|
4350 if (finalize)
|
428
|
4351 {
|
442
|
4352 /* In case GC doesn't catch up fast enough, remove from the frame
|
|
4353 cache also. Otherwise code that checks the sanity of the instance
|
|
4354 will fail. */
|
|
4355 XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f))
|
|
4356 = delq_no_quit (value,
|
|
4357 XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)));
|
|
4358 finalize_image_instance (XIMAGE_INSTANCE (value), 0);
|
428
|
4359 }
|
|
4360 }
|
442
|
4361 return 0;
|
|
4362 }
|
|
4363
|
|
4364 static void
|
|
4365 finalize_all_subwindow_instances (struct window *w)
|
|
4366 {
|
|
4367 if (!NILP (w->next)) finalize_all_subwindow_instances (XWINDOW (w->next));
|
|
4368 if (!NILP (w->vchild)) finalize_all_subwindow_instances (XWINDOW (w->vchild));
|
|
4369 if (!NILP (w->hchild)) finalize_all_subwindow_instances (XWINDOW (w->hchild));
|
|
4370
|
|
4371 elisp_maphash (unmap_subwindow_instance_cache_mapper,
|
|
4372 w->subwindow_instance_cache, (void*)1);
|
428
|
4373 }
|
|
4374
|
|
4375 void
|
442
|
4376 free_frame_subwindow_instances (struct frame* f)
|
|
4377 {
|
|
4378 /* Make sure all instances are finalized. We have to do this via the
|
|
4379 instance cache since some instances may be extant but not
|
|
4380 displayed (and hence not in the frame cache). */
|
|
4381 finalize_all_subwindow_instances (XWINDOW (f->root_window));
|
|
4382 }
|
|
4383
|
|
4384 /* Unmap all instances in the frame cache. */
|
|
4385 void
|
|
4386 reset_frame_subwindow_instance_cache (struct frame* f)
|
|
4387 {
|
|
4388 Lisp_Object rest;
|
|
4389
|
|
4390 LIST_LOOP (rest, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)))
|
|
4391 {
|
|
4392 Lisp_Object value = XCAR (rest);
|
|
4393 unmap_subwindow (value);
|
|
4394 }
|
|
4395 }
|
428
|
4396
|
|
4397 /*****************************************************************************
|
|
4398 * subwindow exposure ignorance *
|
|
4399 *****************************************************************************/
|
|
4400 /* when we unmap subwindows the associated window system will generate
|
|
4401 expose events. This we do not want as redisplay already copes with
|
|
4402 the repainting necessary. Worse, we can get in an endless cycle of
|
|
4403 redisplay if we are not careful. Thus we keep a per-frame list of
|
|
4404 expose events that are going to come and ignore them as
|
|
4405 required. */
|
|
4406
|
|
4407 struct expose_ignore_blocktype
|
|
4408 {
|
|
4409 Blocktype_declare (struct expose_ignore);
|
|
4410 } *the_expose_ignore_blocktype;
|
|
4411
|
|
4412 int
|
647
|
4413 check_for_ignored_expose (struct frame* f, int x, int y, int width, int height)
|
428
|
4414 {
|
|
4415 struct expose_ignore *ei, *prev;
|
|
4416 /* the ignore list is FIFO so we should generally get a match with
|
|
4417 the first element in the list */
|
|
4418 for (ei = f->subwindow_exposures, prev = 0; ei; ei = ei->next)
|
|
4419 {
|
|
4420 /* Checking for exact matches just isn't good enough as we
|
442
|
4421 might get exposures for partially obscured subwindows, thus
|
|
4422 we have to check for overlaps. Being conservative, we will
|
|
4423 check for exposures wholly contained by the subwindow - this
|
428
|
4424 might give us what we want.*/
|
440
|
4425 if (ei->x <= x && ei->y <= y
|
428
|
4426 && ei->x + ei->width >= x + width
|
|
4427 && ei->y + ei->height >= y + height)
|
|
4428 {
|
|
4429 #ifdef DEBUG_WIDGETS
|
|
4430 stderr_out ("ignored %d+%d, %dx%d for exposure %d+%d, %dx%d\n",
|
|
4431 x, y, width, height, ei->x, ei->y, ei->width, ei->height);
|
|
4432 #endif
|
|
4433 if (!prev)
|
|
4434 f->subwindow_exposures = ei->next;
|
|
4435 else
|
|
4436 prev->next = ei->next;
|
440
|
4437
|
428
|
4438 if (ei == f->subwindow_exposures_tail)
|
|
4439 f->subwindow_exposures_tail = prev;
|
|
4440
|
|
4441 Blocktype_free (the_expose_ignore_blocktype, ei);
|
|
4442 return 1;
|
|
4443 }
|
|
4444 prev = ei;
|
|
4445 }
|
|
4446 return 0;
|
|
4447 }
|
|
4448
|
|
4449 static void
|
|
4450 register_ignored_expose (struct frame* f, int x, int y, int width, int height)
|
|
4451 {
|
|
4452 if (!hold_ignored_expose_registration)
|
|
4453 {
|
|
4454 struct expose_ignore *ei;
|
440
|
4455
|
428
|
4456 ei = Blocktype_alloc (the_expose_ignore_blocktype);
|
440
|
4457
|
428
|
4458 ei->next = NULL;
|
|
4459 ei->x = x;
|
|
4460 ei->y = y;
|
|
4461 ei->width = width;
|
|
4462 ei->height = height;
|
440
|
4463
|
428
|
4464 /* we have to add the exposure to the end of the list, since we
|
|
4465 want to check the oldest events first. for speed we keep a record
|
|
4466 of the end so that we can add right to it. */
|
|
4467 if (f->subwindow_exposures_tail)
|
|
4468 {
|
|
4469 f->subwindow_exposures_tail->next = ei;
|
|
4470 }
|
|
4471 if (!f->subwindow_exposures)
|
|
4472 {
|
|
4473 f->subwindow_exposures = ei;
|
|
4474 }
|
|
4475 f->subwindow_exposures_tail = ei;
|
|
4476 }
|
|
4477 }
|
|
4478
|
|
4479 /****************************************************************************
|
|
4480 find_matching_subwindow
|
|
4481
|
|
4482 See if there is a subwindow that completely encloses the requested
|
|
4483 area.
|
|
4484 ****************************************************************************/
|
647
|
4485 int
|
|
4486 find_matching_subwindow (struct frame* f, int x, int y, int width, int height)
|
428
|
4487 {
|
442
|
4488 Lisp_Object rest;
|
|
4489
|
|
4490 LIST_LOOP (rest, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)))
|
428
|
4491 {
|
442
|
4492 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (XCAR (rest));
|
|
4493
|
|
4494 if (IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii)
|
|
4495 &&
|
|
4496 IMAGE_INSTANCE_DISPLAY_X (ii) <= x
|
428
|
4497 &&
|
442
|
4498 IMAGE_INSTANCE_DISPLAY_Y (ii) <= y
|
440
|
4499 &&
|
442
|
4500 IMAGE_INSTANCE_DISPLAY_X (ii)
|
|
4501 + IMAGE_INSTANCE_DISPLAY_WIDTH (ii) >= x + width
|
428
|
4502 &&
|
442
|
4503 IMAGE_INSTANCE_DISPLAY_Y (ii)
|
|
4504 + IMAGE_INSTANCE_DISPLAY_HEIGHT (ii) >= y + height)
|
428
|
4505 {
|
|
4506 return 1;
|
|
4507 }
|
|
4508 }
|
|
4509 return 0;
|
|
4510 }
|
|
4511
|
|
4512
|
|
4513 /*****************************************************************************
|
|
4514 * subwindow functions *
|
|
4515 *****************************************************************************/
|
|
4516
|
442
|
4517 /* Update the displayed characteristics of a subwindow. This function
|
|
4518 should generally only get called if the subwindow is actually
|
|
4519 dirty. */
|
|
4520 void
|
|
4521 redisplay_subwindow (Lisp_Object subwindow)
|
428
|
4522 {
|
440
|
4523 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
|
442
|
4524 int count = specpdl_depth ();
|
|
4525
|
|
4526 /* The update method is allowed to call eval. Since it is quite
|
|
4527 common for this function to get called from somewhere in
|
|
4528 redisplay we need to make sure that quits are ignored. Otherwise
|
|
4529 Fsignal will abort. */
|
|
4530 specbind (Qinhibit_quit, Qt);
|
|
4531
|
|
4532 ERROR_CHECK_IMAGE_INSTANCE (subwindow);
|
|
4533
|
|
4534 if (WIDGET_IMAGE_INSTANCEP (subwindow))
|
|
4535 {
|
|
4536 if (image_instance_changed (subwindow))
|
|
4537 redisplay_widget (subwindow);
|
|
4538 /* Reset the changed flags. */
|
|
4539 IMAGE_INSTANCE_WIDGET_FACE_CHANGED (ii) = 0;
|
|
4540 IMAGE_INSTANCE_WIDGET_ITEMS_CHANGED (ii) = 0;
|
|
4541 IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED (ii) = 0;
|
|
4542 IMAGE_INSTANCE_TEXT_CHANGED (ii) = 0;
|
|
4543 }
|
|
4544 else if (IMAGE_INSTANCE_TYPE (ii) == IMAGE_SUBWINDOW
|
|
4545 &&
|
|
4546 !NILP (IMAGE_INSTANCE_FRAME (ii)))
|
|
4547 {
|
|
4548 MAYBE_DEVMETH (DOMAIN_XDEVICE (ii->domain),
|
|
4549 redisplay_subwindow, (ii));
|
|
4550 }
|
|
4551
|
|
4552 IMAGE_INSTANCE_SIZE_CHANGED (ii) = 0;
|
|
4553 /* This function is typically called by redisplay just before
|
|
4554 outputting the information to the screen. Thus we record a hash
|
|
4555 of the output to determine whether on-screen is the same as
|
|
4556 recorded structure. This approach has limitations in there is a
|
|
4557 good chance that hash values will be different for the same
|
|
4558 visual appearance. However, we would rather that then the other
|
|
4559 way round - it simply means that we will get more displays than
|
|
4560 we might need. We can get better hashing by making the depth
|
|
4561 negative - currently it will recurse down 7 levels.*/
|
|
4562 IMAGE_INSTANCE_DISPLAY_HASH (ii) = internal_hash (subwindow,
|
|
4563 IMAGE_INSTANCE_HASH_DEPTH);
|
|
4564
|
771
|
4565 unbind_to (count);
|
442
|
4566 }
|
|
4567
|
|
4568 /* Determine whether an image_instance has changed structurally and
|
|
4569 hence needs redisplaying in some way.
|
|
4570
|
|
4571 #### This should just look at the instantiator differences when we
|
|
4572 get rid of the stored items altogether. In fact we should probably
|
|
4573 store the new instantiator as well as the old - as we do with
|
|
4574 gui_items currently - and then pick-up the new on the next
|
|
4575 redisplay. This would obviate the need for any of this trickery
|
|
4576 with hashcodes. */
|
|
4577 int
|
|
4578 image_instance_changed (Lisp_Object subwindow)
|
|
4579 {
|
|
4580 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
|
|
4581
|
|
4582 if (internal_hash (subwindow, IMAGE_INSTANCE_HASH_DEPTH) !=
|
|
4583 IMAGE_INSTANCE_DISPLAY_HASH (ii))
|
|
4584 return 1;
|
|
4585 /* #### I think there is probably a bug here. This gets called for
|
|
4586 layouts - and yet the pending items are always nil for
|
|
4587 layouts. We are saved by layout optimization, but I'm undecided
|
|
4588 as to what the correct fix is. */
|
|
4589 else if (WIDGET_IMAGE_INSTANCEP (subwindow)
|
|
4590 && (!internal_equal (IMAGE_INSTANCE_WIDGET_ITEMS (ii),
|
|
4591 IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii), 0)
|
|
4592 || !NILP (IMAGE_INSTANCE_LAYOUT_CHILDREN (ii))
|
|
4593 || IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED (ii)))
|
|
4594 return 1;
|
|
4595 else
|
|
4596 return 0;
|
428
|
4597 }
|
|
4598
|
438
|
4599 /* Update all the subwindows on a frame. */
|
428
|
4600 void
|
442
|
4601 update_widget_instances (Lisp_Object frame)
|
|
4602 {
|
|
4603 struct frame* f;
|
|
4604 Lisp_Object rest;
|
|
4605
|
|
4606 /* Its possible for the preceding callback to have deleted the
|
|
4607 frame, so cope with this. */
|
|
4608 if (!FRAMEP (frame) || !FRAME_LIVE_P (XFRAME (frame)))
|
|
4609 return;
|
|
4610
|
|
4611 CHECK_FRAME (frame);
|
|
4612 f = XFRAME (frame);
|
|
4613
|
|
4614 /* If we get called we know something has changed. */
|
|
4615 LIST_LOOP (rest, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)))
|
|
4616 {
|
|
4617 Lisp_Object widget = XCAR (rest);
|
|
4618
|
|
4619 if (XIMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (widget)
|
|
4620 &&
|
|
4621 image_instance_changed (widget))
|
|
4622 {
|
|
4623 set_image_instance_dirty_p (widget, 1);
|
|
4624 MARK_FRAME_GLYPHS_CHANGED (f);
|
|
4625 }
|
|
4626 }
|
428
|
4627 }
|
|
4628
|
|
4629 /* remove a subwindow from its frame */
|
793
|
4630 void
|
|
4631 unmap_subwindow (Lisp_Object subwindow)
|
428
|
4632 {
|
440
|
4633 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
|
428
|
4634 struct frame* f;
|
|
4635
|
442
|
4636 ERROR_CHECK_IMAGE_INSTANCE (subwindow);
|
|
4637
|
|
4638 if (!image_instance_type_to_mask (IMAGE_INSTANCE_TYPE (ii))
|
|
4639 & (IMAGE_WIDGET_MASK | IMAGE_SUBWINDOW_MASK)
|
428
|
4640 ||
|
442
|
4641 !IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii))
|
428
|
4642 return;
|
442
|
4643
|
428
|
4644 #ifdef DEBUG_WIDGETS
|
442
|
4645 stderr_out ("unmapping subwindow %p\n", IMAGE_INSTANCE_SUBWINDOW_ID (ii));
|
428
|
4646 #endif
|
442
|
4647 f = XFRAME (IMAGE_INSTANCE_FRAME (ii));
|
428
|
4648
|
|
4649 /* make sure we don't get expose events */
|
442
|
4650 register_ignored_expose (f, IMAGE_INSTANCE_DISPLAY_X (ii),
|
|
4651 IMAGE_INSTANCE_DISPLAY_Y (ii),
|
|
4652 IMAGE_INSTANCE_DISPLAY_WIDTH (ii),
|
|
4653 IMAGE_INSTANCE_DISPLAY_HEIGHT (ii));
|
428
|
4654 IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii) = 0;
|
|
4655
|
442
|
4656 MAYBE_DEVMETH (XDEVICE (IMAGE_INSTANCE_DEVICE (ii)),
|
|
4657 unmap_subwindow, (ii));
|
428
|
4658 }
|
|
4659
|
|
4660 /* show a subwindow in its frame */
|
793
|
4661 void
|
|
4662 map_subwindow (Lisp_Object subwindow, int x, int y,
|
|
4663 struct display_glyph_area *dga)
|
428
|
4664 {
|
440
|
4665 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
|
428
|
4666 struct frame* f;
|
|
4667
|
442
|
4668 ERROR_CHECK_IMAGE_INSTANCE (subwindow);
|
|
4669
|
|
4670 if (!image_instance_type_to_mask (IMAGE_INSTANCE_TYPE (ii))
|
|
4671 & (IMAGE_WIDGET_MASK | IMAGE_SUBWINDOW_MASK))
|
428
|
4672 return;
|
|
4673
|
|
4674 #ifdef DEBUG_WIDGETS
|
442
|
4675 stderr_out ("mapping subwindow %p, %dx%d@%d+%d\n",
|
428
|
4676 IMAGE_INSTANCE_SUBWINDOW_ID (ii),
|
|
4677 dga->width, dga->height, x, y);
|
|
4678 #endif
|
442
|
4679 f = XFRAME (IMAGE_INSTANCE_FRAME (ii));
|
|
4680 IMAGE_INSTANCE_DISPLAY_X (ii) = x;
|
|
4681 IMAGE_INSTANCE_DISPLAY_Y (ii) = y;
|
|
4682 IMAGE_INSTANCE_DISPLAY_WIDTH (ii) = dga->width;
|
|
4683 IMAGE_INSTANCE_DISPLAY_HEIGHT (ii) = dga->height;
|
|
4684
|
|
4685 MAYBE_DEVMETH (DOMAIN_XDEVICE (ii->domain),
|
|
4686 map_subwindow, (ii, x, y, dga));
|
428
|
4687 IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii) = 1;
|
|
4688 }
|
|
4689
|
|
4690 static int
|
|
4691 subwindow_possible_dest_types (void)
|
|
4692 {
|
|
4693 return IMAGE_SUBWINDOW_MASK;
|
|
4694 }
|
|
4695
|
442
|
4696 int
|
|
4697 subwindow_governing_domain (void)
|
|
4698 {
|
|
4699 return GOVERNING_DOMAIN_WINDOW;
|
|
4700 }
|
|
4701
|
428
|
4702 /* Partially instantiate a subwindow. */
|
|
4703 void
|
|
4704 subwindow_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
|
|
4705 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
|
|
4706 int dest_mask, Lisp_Object domain)
|
|
4707 {
|
440
|
4708 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
|
442
|
4709 Lisp_Object device = image_instance_device (image_instance);
|
|
4710 Lisp_Object frame = DOMAIN_FRAME (domain);
|
428
|
4711 Lisp_Object width = find_keyword_in_vector (instantiator, Q_pixel_width);
|
|
4712 Lisp_Object height = find_keyword_in_vector (instantiator, Q_pixel_height);
|
|
4713
|
|
4714 if (NILP (frame))
|
563
|
4715 invalid_state ("No selected frame", device);
|
440
|
4716
|
428
|
4717 if (!(dest_mask & IMAGE_SUBWINDOW_MASK))
|
|
4718 incompatible_image_types (instantiator, dest_mask, IMAGE_SUBWINDOW_MASK);
|
|
4719
|
|
4720 ii->data = 0;
|
|
4721 IMAGE_INSTANCE_SUBWINDOW_ID (ii) = 0;
|
|
4722 IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii) = 0;
|
442
|
4723
|
|
4724 if (INTP (width))
|
428
|
4725 {
|
|
4726 int w = 1;
|
|
4727 if (XINT (width) > 1)
|
|
4728 w = XINT (width);
|
442
|
4729 IMAGE_INSTANCE_WIDTH (ii) = w;
|
|
4730 IMAGE_INSTANCE_SUBWINDOW_H_RESIZEP (ii) = 0;
|
428
|
4731 }
|
442
|
4732
|
|
4733 if (INTP (height))
|
428
|
4734 {
|
|
4735 int h = 1;
|
|
4736 if (XINT (height) > 1)
|
|
4737 h = XINT (height);
|
442
|
4738 IMAGE_INSTANCE_HEIGHT (ii) = h;
|
|
4739 IMAGE_INSTANCE_SUBWINDOW_V_RESIZEP (ii) = 0;
|
428
|
4740 }
|
|
4741 }
|
|
4742
|
442
|
4743 /* This is just a backup in case no-one has assigned a suitable geometry.
|
|
4744 #### It should really query the enclose window for geometry. */
|
|
4745 static void
|
|
4746 subwindow_query_geometry (Lisp_Object image_instance, int* width,
|
|
4747 int* height, enum image_instance_geometry disp,
|
|
4748 Lisp_Object domain)
|
|
4749 {
|
|
4750 if (width) *width = 20;
|
|
4751 if (height) *height = 20;
|
|
4752 }
|
|
4753
|
428
|
4754 DEFUN ("subwindowp", Fsubwindowp, 1, 1, 0, /*
|
|
4755 Return non-nil if OBJECT is a subwindow.
|
|
4756 */
|
|
4757 (object))
|
|
4758 {
|
|
4759 CHECK_IMAGE_INSTANCE (object);
|
|
4760 return (XIMAGE_INSTANCE_TYPE (object) == IMAGE_SUBWINDOW) ? Qt : Qnil;
|
|
4761 }
|
|
4762
|
|
4763 DEFUN ("image-instance-subwindow-id", Fimage_instance_subwindow_id, 1, 1, 0, /*
|
|
4764 Return the window id of SUBWINDOW as a number.
|
|
4765 */
|
|
4766 (subwindow))
|
|
4767 {
|
|
4768 CHECK_SUBWINDOW_IMAGE_INSTANCE (subwindow);
|
442
|
4769 return make_int ((EMACS_INT) XIMAGE_INSTANCE_SUBWINDOW_ID (subwindow));
|
428
|
4770 }
|
|
4771
|
|
4772 DEFUN ("resize-subwindow", Fresize_subwindow, 1, 3, 0, /*
|
|
4773 Resize SUBWINDOW to WIDTH x HEIGHT.
|
|
4774 If a value is nil that parameter is not changed.
|
|
4775 */
|
|
4776 (subwindow, width, height))
|
|
4777 {
|
|
4778 int neww, newh;
|
442
|
4779 Lisp_Image_Instance* ii;
|
428
|
4780
|
|
4781 CHECK_SUBWINDOW_IMAGE_INSTANCE (subwindow);
|
442
|
4782 ii = XIMAGE_INSTANCE (subwindow);
|
428
|
4783
|
|
4784 if (NILP (width))
|
442
|
4785 neww = IMAGE_INSTANCE_WIDTH (ii);
|
428
|
4786 else
|
|
4787 neww = XINT (width);
|
|
4788
|
|
4789 if (NILP (height))
|
442
|
4790 newh = IMAGE_INSTANCE_HEIGHT (ii);
|
428
|
4791 else
|
|
4792 newh = XINT (height);
|
|
4793
|
442
|
4794 /* The actual resizing gets done asynchronously by
|
438
|
4795 update_subwindow. */
|
442
|
4796 IMAGE_INSTANCE_HEIGHT (ii) = newh;
|
|
4797 IMAGE_INSTANCE_WIDTH (ii) = neww;
|
|
4798 IMAGE_INSTANCE_SIZE_CHANGED (ii) = 1;
|
428
|
4799
|
|
4800 return subwindow;
|
|
4801 }
|
|
4802
|
|
4803 DEFUN ("force-subwindow-map", Fforce_subwindow_map, 1, 1, 0, /*
|
|
4804 Generate a Map event for SUBWINDOW.
|
|
4805 */
|
|
4806 (subwindow))
|
|
4807 {
|
|
4808 CHECK_SUBWINDOW_IMAGE_INSTANCE (subwindow);
|
|
4809 #if 0
|
|
4810 map_subwindow (subwindow, 0, 0);
|
|
4811 #endif
|
|
4812 return subwindow;
|
|
4813 }
|
|
4814
|
|
4815
|
|
4816 /*****************************************************************************
|
|
4817 * display tables *
|
|
4818 *****************************************************************************/
|
|
4819
|
|
4820 /* Get the display tables for use currently on window W with face
|
|
4821 FACE. #### This will have to be redone. */
|
|
4822
|
|
4823 void
|
|
4824 get_display_tables (struct window *w, face_index findex,
|
|
4825 Lisp_Object *face_table, Lisp_Object *window_table)
|
|
4826 {
|
|
4827 Lisp_Object tem;
|
|
4828 tem = WINDOW_FACE_CACHEL_DISPLAY_TABLE (w, findex);
|
|
4829 if (UNBOUNDP (tem))
|
|
4830 tem = Qnil;
|
|
4831 if (!LISTP (tem))
|
|
4832 tem = noseeum_cons (tem, Qnil);
|
|
4833 *face_table = tem;
|
|
4834 tem = w->display_table;
|
|
4835 if (UNBOUNDP (tem))
|
|
4836 tem = Qnil;
|
|
4837 if (!LISTP (tem))
|
|
4838 tem = noseeum_cons (tem, Qnil);
|
|
4839 *window_table = tem;
|
|
4840 }
|
|
4841
|
|
4842 Lisp_Object
|
|
4843 display_table_entry (Emchar ch, Lisp_Object face_table,
|
|
4844 Lisp_Object window_table)
|
|
4845 {
|
|
4846 Lisp_Object tail;
|
|
4847
|
|
4848 /* Loop over FACE_TABLE, and then over WINDOW_TABLE. */
|
|
4849 for (tail = face_table; 1; tail = XCDR (tail))
|
|
4850 {
|
|
4851 Lisp_Object table;
|
|
4852 if (NILP (tail))
|
|
4853 {
|
|
4854 if (!NILP (window_table))
|
|
4855 {
|
|
4856 tail = window_table;
|
|
4857 window_table = Qnil;
|
|
4858 }
|
|
4859 else
|
|
4860 return Qnil;
|
|
4861 }
|
|
4862 table = XCAR (tail);
|
|
4863
|
|
4864 if (VECTORP (table))
|
|
4865 {
|
|
4866 if (ch < XVECTOR_LENGTH (table) && !NILP (XVECTOR_DATA (table)[ch]))
|
|
4867 return XVECTOR_DATA (table)[ch];
|
|
4868 else
|
|
4869 continue;
|
|
4870 }
|
|
4871 else if (CHAR_TABLEP (table)
|
|
4872 && XCHAR_TABLE_TYPE (table) == CHAR_TABLE_TYPE_CHAR)
|
|
4873 {
|
|
4874 return get_char_table (ch, XCHAR_TABLE (table));
|
|
4875 }
|
|
4876 else if (CHAR_TABLEP (table)
|
|
4877 && XCHAR_TABLE_TYPE (table) == CHAR_TABLE_TYPE_GENERIC)
|
|
4878 {
|
|
4879 Lisp_Object gotit = get_char_table (ch, XCHAR_TABLE (table));
|
|
4880 if (!NILP (gotit))
|
|
4881 return gotit;
|
|
4882 else
|
|
4883 continue;
|
|
4884 }
|
|
4885 else if (RANGE_TABLEP (table))
|
|
4886 {
|
|
4887 Lisp_Object gotit = Fget_range_table (make_char (ch), table, Qnil);
|
|
4888 if (!NILP (gotit))
|
|
4889 return gotit;
|
|
4890 else
|
|
4891 continue;
|
|
4892 }
|
|
4893 else
|
|
4894 abort ();
|
|
4895 }
|
|
4896 }
|
|
4897
|
793
|
4898 /****************************************************************************
|
|
4899 * timeouts for animated glyphs *
|
|
4900 ****************************************************************************/
|
428
|
4901 static Lisp_Object Qglyph_animated_timeout_handler;
|
|
4902
|
|
4903 DEFUN ("glyph-animated-timeout-handler", Fglyph_animated_timeout_handler, 1, 1, 0, /*
|
|
4904 Callback function for updating animated images.
|
|
4905 Don't use this.
|
|
4906 */
|
|
4907 (arg))
|
|
4908 {
|
|
4909 CHECK_WEAK_LIST (arg);
|
|
4910
|
|
4911 if (!NILP (XWEAK_LIST_LIST (arg)) && !NILP (XCAR (XWEAK_LIST_LIST (arg))))
|
|
4912 {
|
|
4913 Lisp_Object value = XCAR (XWEAK_LIST_LIST (arg));
|
440
|
4914
|
428
|
4915 if (IMAGE_INSTANCEP (value))
|
|
4916 {
|
440
|
4917 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (value);
|
428
|
4918
|
|
4919 if (COLOR_PIXMAP_IMAGE_INSTANCEP (value)
|
|
4920 &&
|
|
4921 IMAGE_INSTANCE_PIXMAP_MAXSLICE (ii) > 1
|
|
4922 &&
|
|
4923 !disable_animated_pixmaps)
|
|
4924 {
|
|
4925 /* Increment the index of the image slice we are currently
|
|
4926 viewing. */
|
|
4927 IMAGE_INSTANCE_PIXMAP_SLICE (ii) =
|
|
4928 (IMAGE_INSTANCE_PIXMAP_SLICE (ii) + 1)
|
|
4929 % IMAGE_INSTANCE_PIXMAP_MAXSLICE (ii);
|
|
4930 /* We might need to kick redisplay at this point - but we
|
|
4931 also might not. */
|
440
|
4932 MARK_DEVICE_FRAMES_GLYPHS_CHANGED
|
442
|
4933 (XDEVICE (image_instance_device (value)));
|
|
4934 /* Cascade dirtiness so that we can have an animated glyph in a layout
|
|
4935 for instance. */
|
|
4936 set_image_instance_dirty_p (value, 1);
|
428
|
4937 }
|
|
4938 }
|
|
4939 }
|
|
4940 return Qnil;
|
|
4941 }
|
|
4942
|
793
|
4943 Lisp_Object
|
|
4944 add_glyph_animated_timeout (EMACS_INT tickms, Lisp_Object image)
|
428
|
4945 {
|
|
4946 Lisp_Object ret = Qnil;
|
|
4947
|
|
4948 if (tickms > 0 && IMAGE_INSTANCEP (image))
|
|
4949 {
|
|
4950 double ms = ((double)tickms) / 1000.0;
|
|
4951 struct gcpro gcpro1;
|
|
4952 Lisp_Object holder = make_weak_list (WEAK_LIST_SIMPLE);
|
|
4953
|
|
4954 GCPRO1 (holder);
|
|
4955 XWEAK_LIST_LIST (holder) = Fcons (image, Qnil);
|
|
4956
|
|
4957 ret = Fadd_timeout (make_float (ms),
|
|
4958 Qglyph_animated_timeout_handler,
|
|
4959 holder, make_float (ms));
|
|
4960
|
|
4961 UNGCPRO;
|
|
4962 }
|
|
4963 return ret;
|
|
4964 }
|
|
4965
|
793
|
4966 void
|
|
4967 disable_glyph_animated_timeout (int i)
|
|
4968 {
|
|
4969 Fdisable_timeout (make_int (i));
|
428
|
4970 }
|
|
4971
|
|
4972
|
|
4973 /*****************************************************************************
|
|
4974 * initialization *
|
|
4975 *****************************************************************************/
|
|
4976
|
|
4977 void
|
|
4978 syms_of_glyphs (void)
|
|
4979 {
|
442
|
4980 INIT_LRECORD_IMPLEMENTATION (glyph);
|
|
4981 INIT_LRECORD_IMPLEMENTATION (image_instance);
|
|
4982
|
428
|
4983 /* image instantiators */
|
|
4984
|
|
4985 DEFSUBR (Fimage_instantiator_format_list);
|
|
4986 DEFSUBR (Fvalid_image_instantiator_format_p);
|
|
4987 DEFSUBR (Fset_console_type_image_conversion_list);
|
|
4988 DEFSUBR (Fconsole_type_image_conversion_list);
|
|
4989
|
442
|
4990 DEFKEYWORD (Q_file);
|
|
4991 DEFKEYWORD (Q_data);
|
|
4992 DEFKEYWORD (Q_face);
|
|
4993 DEFKEYWORD (Q_pixel_height);
|
|
4994 DEFKEYWORD (Q_pixel_width);
|
428
|
4995
|
|
4996 #ifdef HAVE_XPM
|
442
|
4997 DEFKEYWORD (Q_color_symbols);
|
428
|
4998 #endif
|
|
4999 #ifdef HAVE_WINDOW_SYSTEM
|
442
|
5000 DEFKEYWORD (Q_mask_file);
|
|
5001 DEFKEYWORD (Q_mask_data);
|
|
5002 DEFKEYWORD (Q_hotspot_x);
|
|
5003 DEFKEYWORD (Q_hotspot_y);
|
|
5004 DEFKEYWORD (Q_foreground);
|
|
5005 DEFKEYWORD (Q_background);
|
428
|
5006 #endif
|
|
5007 /* image specifiers */
|
|
5008
|
|
5009 DEFSUBR (Fimage_specifier_p);
|
|
5010 /* Qimage in general.c */
|
|
5011
|
|
5012 /* image instances */
|
|
5013
|
563
|
5014 DEFSYMBOL_MULTIWORD_PREDICATE (Qimage_instancep);
|
428
|
5015
|
442
|
5016 DEFSYMBOL (Qnothing_image_instance_p);
|
|
5017 DEFSYMBOL (Qtext_image_instance_p);
|
|
5018 DEFSYMBOL (Qmono_pixmap_image_instance_p);
|
|
5019 DEFSYMBOL (Qcolor_pixmap_image_instance_p);
|
|
5020 DEFSYMBOL (Qpointer_image_instance_p);
|
|
5021 DEFSYMBOL (Qwidget_image_instance_p);
|
|
5022 DEFSYMBOL (Qsubwindow_image_instance_p);
|
428
|
5023
|
|
5024 DEFSUBR (Fmake_image_instance);
|
|
5025 DEFSUBR (Fimage_instance_p);
|
|
5026 DEFSUBR (Fimage_instance_type);
|
|
5027 DEFSUBR (Fvalid_image_instance_type_p);
|
|
5028 DEFSUBR (Fimage_instance_type_list);
|
|
5029 DEFSUBR (Fimage_instance_name);
|
442
|
5030 DEFSUBR (Fimage_instance_domain);
|
428
|
5031 DEFSUBR (Fimage_instance_string);
|
|
5032 DEFSUBR (Fimage_instance_file_name);
|
|
5033 DEFSUBR (Fimage_instance_mask_file_name);
|
|
5034 DEFSUBR (Fimage_instance_depth);
|
|
5035 DEFSUBR (Fimage_instance_height);
|
|
5036 DEFSUBR (Fimage_instance_width);
|
|
5037 DEFSUBR (Fimage_instance_hotspot_x);
|
|
5038 DEFSUBR (Fimage_instance_hotspot_y);
|
|
5039 DEFSUBR (Fimage_instance_foreground);
|
|
5040 DEFSUBR (Fimage_instance_background);
|
|
5041 DEFSUBR (Fimage_instance_property);
|
|
5042 DEFSUBR (Fcolorize_image_instance);
|
|
5043 /* subwindows */
|
|
5044 DEFSUBR (Fsubwindowp);
|
|
5045 DEFSUBR (Fimage_instance_subwindow_id);
|
|
5046 DEFSUBR (Fresize_subwindow);
|
|
5047 DEFSUBR (Fforce_subwindow_map);
|
|
5048
|
|
5049 /* Qnothing defined as part of the "nothing" image-instantiator
|
|
5050 type. */
|
|
5051 /* Qtext defined in general.c */
|
442
|
5052 DEFSYMBOL (Qmono_pixmap);
|
|
5053 DEFSYMBOL (Qcolor_pixmap);
|
428
|
5054 /* Qpointer defined in general.c */
|
|
5055
|
|
5056 /* glyphs */
|
|
5057
|
442
|
5058 DEFSYMBOL (Qglyphp);
|
|
5059 DEFSYMBOL (Qcontrib_p);
|
|
5060 DEFSYMBOL (Qbaseline);
|
|
5061
|
|
5062 DEFSYMBOL (Qbuffer_glyph_p);
|
|
5063 DEFSYMBOL (Qpointer_glyph_p);
|
|
5064 DEFSYMBOL (Qicon_glyph_p);
|
|
5065
|
|
5066 DEFSYMBOL (Qconst_glyph_variable);
|
428
|
5067
|
|
5068 DEFSUBR (Fglyph_type);
|
|
5069 DEFSUBR (Fvalid_glyph_type_p);
|
|
5070 DEFSUBR (Fglyph_type_list);
|
|
5071 DEFSUBR (Fglyphp);
|
|
5072 DEFSUBR (Fmake_glyph_internal);
|
|
5073 DEFSUBR (Fglyph_width);
|
|
5074 DEFSUBR (Fglyph_ascent);
|
|
5075 DEFSUBR (Fglyph_descent);
|
|
5076 DEFSUBR (Fglyph_height);
|
442
|
5077 DEFSUBR (Fset_instantiator_property);
|
428
|
5078
|
|
5079 /* Qbuffer defined in general.c. */
|
|
5080 /* Qpointer defined above */
|
|
5081
|
|
5082 /* Unfortunately, timeout handlers must be lisp functions. This is
|
|
5083 for animated glyphs. */
|
442
|
5084 DEFSYMBOL (Qglyph_animated_timeout_handler);
|
428
|
5085 DEFSUBR (Fglyph_animated_timeout_handler);
|
|
5086
|
|
5087 /* Errors */
|
563
|
5088 DEFERROR_STANDARD (Qimage_conversion_error, Qconversion_error);
|
428
|
5089 }
|
|
5090
|
|
5091 static const struct lrecord_description image_specifier_description[] = {
|
440
|
5092 { XD_LISP_OBJECT, specifier_data_offset + offsetof (struct image_specifier, attachee) },
|
|
5093 { XD_LISP_OBJECT, specifier_data_offset + offsetof (struct image_specifier, attachee_property) },
|
428
|
5094 { XD_END }
|
|
5095 };
|
|
5096
|
|
5097 void
|
|
5098 specifier_type_create_image (void)
|
|
5099 {
|
|
5100 /* image specifiers */
|
|
5101
|
|
5102 INITIALIZE_SPECIFIER_TYPE_WITH_DATA (image, "image", "imagep");
|
|
5103
|
|
5104 SPECIFIER_HAS_METHOD (image, create);
|
|
5105 SPECIFIER_HAS_METHOD (image, mark);
|
|
5106 SPECIFIER_HAS_METHOD (image, instantiate);
|
|
5107 SPECIFIER_HAS_METHOD (image, validate);
|
|
5108 SPECIFIER_HAS_METHOD (image, after_change);
|
|
5109 SPECIFIER_HAS_METHOD (image, going_to_add);
|
434
|
5110 SPECIFIER_HAS_METHOD (image, copy_instantiator);
|
428
|
5111 }
|
|
5112
|
|
5113 void
|
|
5114 reinit_specifier_type_create_image (void)
|
|
5115 {
|
|
5116 REINITIALIZE_SPECIFIER_TYPE (image);
|
|
5117 }
|
|
5118
|
|
5119
|
|
5120 static const struct lrecord_description iike_description_1[] = {
|
440
|
5121 { XD_LISP_OBJECT, offsetof (ii_keyword_entry, keyword) },
|
428
|
5122 { XD_END }
|
|
5123 };
|
|
5124
|
|
5125 static const struct struct_description iike_description = {
|
440
|
5126 sizeof (ii_keyword_entry),
|
428
|
5127 iike_description_1
|
|
5128 };
|
|
5129
|
|
5130 static const struct lrecord_description iiked_description_1[] = {
|
440
|
5131 XD_DYNARR_DESC (ii_keyword_entry_dynarr, &iike_description),
|
428
|
5132 { XD_END }
|
|
5133 };
|
|
5134
|
|
5135 static const struct struct_description iiked_description = {
|
440
|
5136 sizeof (ii_keyword_entry_dynarr),
|
428
|
5137 iiked_description_1
|
|
5138 };
|
|
5139
|
|
5140 static const struct lrecord_description iife_description_1[] = {
|
440
|
5141 { XD_LISP_OBJECT, offsetof (image_instantiator_format_entry, symbol) },
|
|
5142 { XD_LISP_OBJECT, offsetof (image_instantiator_format_entry, device) },
|
|
5143 { XD_STRUCT_PTR, offsetof (image_instantiator_format_entry, meths), 1, &iim_description },
|
428
|
5144 { XD_END }
|
|
5145 };
|
|
5146
|
|
5147 static const struct struct_description iife_description = {
|
440
|
5148 sizeof (image_instantiator_format_entry),
|
428
|
5149 iife_description_1
|
|
5150 };
|
|
5151
|
|
5152 static const struct lrecord_description iifed_description_1[] = {
|
440
|
5153 XD_DYNARR_DESC (image_instantiator_format_entry_dynarr, &iife_description),
|
428
|
5154 { XD_END }
|
|
5155 };
|
|
5156
|
|
5157 static const struct struct_description iifed_description = {
|
440
|
5158 sizeof (image_instantiator_format_entry_dynarr),
|
428
|
5159 iifed_description_1
|
|
5160 };
|
|
5161
|
|
5162 static const struct lrecord_description iim_description_1[] = {
|
440
|
5163 { XD_LISP_OBJECT, offsetof (struct image_instantiator_methods, symbol) },
|
|
5164 { XD_LISP_OBJECT, offsetof (struct image_instantiator_methods, device) },
|
|
5165 { XD_STRUCT_PTR, offsetof (struct image_instantiator_methods, keywords), 1, &iiked_description },
|
|
5166 { XD_STRUCT_PTR, offsetof (struct image_instantiator_methods, consoles), 1, &cted_description },
|
428
|
5167 { XD_END }
|
|
5168 };
|
|
5169
|
|
5170 const struct struct_description iim_description = {
|
442
|
5171 sizeof (struct image_instantiator_methods),
|
428
|
5172 iim_description_1
|
|
5173 };
|
|
5174
|
|
5175 void
|
|
5176 image_instantiator_format_create (void)
|
|
5177 {
|
|
5178 /* image instantiators */
|
|
5179
|
|
5180 the_image_instantiator_format_entry_dynarr =
|
|
5181 Dynarr_new (image_instantiator_format_entry);
|
|
5182
|
|
5183 Vimage_instantiator_format_list = Qnil;
|
|
5184 staticpro (&Vimage_instantiator_format_list);
|
|
5185
|
452
|
5186 dump_add_root_struct_ptr (&the_image_instantiator_format_entry_dynarr, &iifed_description);
|
428
|
5187
|
|
5188 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (nothing, "nothing");
|
|
5189
|
|
5190 IIFORMAT_HAS_METHOD (nothing, possible_dest_types);
|
|
5191 IIFORMAT_HAS_METHOD (nothing, instantiate);
|
|
5192
|
|
5193 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (inherit, "inherit");
|
|
5194
|
|
5195 IIFORMAT_HAS_METHOD (inherit, validate);
|
|
5196 IIFORMAT_HAS_METHOD (inherit, normalize);
|
|
5197 IIFORMAT_HAS_METHOD (inherit, possible_dest_types);
|
|
5198 IIFORMAT_HAS_METHOD (inherit, instantiate);
|
|
5199
|
|
5200 IIFORMAT_VALID_KEYWORD (inherit, Q_face, check_valid_face);
|
|
5201
|
|
5202 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (string, "string");
|
|
5203
|
|
5204 IIFORMAT_HAS_METHOD (string, validate);
|
442
|
5205 IIFORMAT_HAS_SHARED_METHOD (string, governing_domain, subwindow);
|
428
|
5206 IIFORMAT_HAS_METHOD (string, possible_dest_types);
|
|
5207 IIFORMAT_HAS_METHOD (string, instantiate);
|
|
5208
|
|
5209 IIFORMAT_VALID_KEYWORD (string, Q_data, check_valid_string);
|
|
5210 /* Do this so we can set strings. */
|
442
|
5211 /* #### Andy, what is this? This is a bogus format and should not be
|
|
5212 visible to the user. */
|
428
|
5213 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (text, "text");
|
442
|
5214 IIFORMAT_HAS_METHOD (text, update);
|
438
|
5215 IIFORMAT_HAS_METHOD (text, query_geometry);
|
428
|
5216
|
|
5217 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (formatted_string, "formatted-string");
|
|
5218
|
|
5219 IIFORMAT_HAS_METHOD (formatted_string, validate);
|
|
5220 IIFORMAT_HAS_METHOD (formatted_string, possible_dest_types);
|
|
5221 IIFORMAT_HAS_METHOD (formatted_string, instantiate);
|
|
5222 IIFORMAT_VALID_KEYWORD (formatted_string, Q_data, check_valid_string);
|
|
5223
|
442
|
5224 /* Do this so pointers have geometry. */
|
|
5225 /* #### Andy, what is this? This is a bogus format and should not be
|
|
5226 visible to the user. */
|
|
5227 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (pointer, "pointer");
|
|
5228 IIFORMAT_HAS_SHARED_METHOD (pointer, query_geometry, subwindow);
|
|
5229
|
428
|
5230 /* subwindows */
|
|
5231 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (subwindow, "subwindow");
|
|
5232 IIFORMAT_HAS_METHOD (subwindow, possible_dest_types);
|
442
|
5233 IIFORMAT_HAS_METHOD (subwindow, governing_domain);
|
428
|
5234 IIFORMAT_HAS_METHOD (subwindow, instantiate);
|
442
|
5235 IIFORMAT_HAS_METHOD (subwindow, query_geometry);
|
428
|
5236 IIFORMAT_VALID_KEYWORD (subwindow, Q_pixel_width, check_valid_int);
|
|
5237 IIFORMAT_VALID_KEYWORD (subwindow, Q_pixel_height, check_valid_int);
|
|
5238
|
|
5239 #ifdef HAVE_WINDOW_SYSTEM
|
|
5240 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (xbm, "xbm");
|
|
5241
|
|
5242 IIFORMAT_HAS_METHOD (xbm, validate);
|
|
5243 IIFORMAT_HAS_METHOD (xbm, normalize);
|
|
5244 IIFORMAT_HAS_METHOD (xbm, possible_dest_types);
|
|
5245
|
|
5246 IIFORMAT_VALID_KEYWORD (xbm, Q_data, check_valid_xbm_inline);
|
|
5247 IIFORMAT_VALID_KEYWORD (xbm, Q_file, check_valid_string);
|
|
5248 IIFORMAT_VALID_KEYWORD (xbm, Q_mask_data, check_valid_xbm_inline);
|
|
5249 IIFORMAT_VALID_KEYWORD (xbm, Q_mask_file, check_valid_string);
|
|
5250 IIFORMAT_VALID_KEYWORD (xbm, Q_hotspot_x, check_valid_int);
|
|
5251 IIFORMAT_VALID_KEYWORD (xbm, Q_hotspot_y, check_valid_int);
|
|
5252 IIFORMAT_VALID_KEYWORD (xbm, Q_foreground, check_valid_string);
|
|
5253 IIFORMAT_VALID_KEYWORD (xbm, Q_background, check_valid_string);
|
|
5254 #endif /* HAVE_WINDOW_SYSTEM */
|
|
5255
|
|
5256 #ifdef HAVE_XFACE
|
|
5257 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (xface, "xface");
|
|
5258
|
|
5259 IIFORMAT_HAS_METHOD (xface, validate);
|
|
5260 IIFORMAT_HAS_METHOD (xface, normalize);
|
|
5261 IIFORMAT_HAS_METHOD (xface, possible_dest_types);
|
|
5262
|
|
5263 IIFORMAT_VALID_KEYWORD (xface, Q_data, check_valid_string);
|
|
5264 IIFORMAT_VALID_KEYWORD (xface, Q_file, check_valid_string);
|
|
5265 IIFORMAT_VALID_KEYWORD (xface, Q_hotspot_x, check_valid_int);
|
|
5266 IIFORMAT_VALID_KEYWORD (xface, Q_hotspot_y, check_valid_int);
|
|
5267 IIFORMAT_VALID_KEYWORD (xface, Q_foreground, check_valid_string);
|
|
5268 IIFORMAT_VALID_KEYWORD (xface, Q_background, check_valid_string);
|
|
5269 #endif
|
|
5270
|
|
5271 #ifdef HAVE_XPM
|
|
5272 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (xpm, "xpm");
|
|
5273
|
|
5274 IIFORMAT_HAS_METHOD (xpm, validate);
|
|
5275 IIFORMAT_HAS_METHOD (xpm, normalize);
|
|
5276 IIFORMAT_HAS_METHOD (xpm, possible_dest_types);
|
|
5277
|
|
5278 IIFORMAT_VALID_KEYWORD (xpm, Q_data, check_valid_string);
|
|
5279 IIFORMAT_VALID_KEYWORD (xpm, Q_file, check_valid_string);
|
|
5280 IIFORMAT_VALID_KEYWORD (xpm, Q_color_symbols, check_valid_xpm_color_symbols);
|
|
5281 #endif /* HAVE_XPM */
|
|
5282 }
|
|
5283
|
|
5284 void
|
|
5285 reinit_vars_of_glyphs (void)
|
|
5286 {
|
|
5287 the_expose_ignore_blocktype =
|
|
5288 Blocktype_new (struct expose_ignore_blocktype);
|
|
5289
|
|
5290 hold_ignored_expose_registration = 0;
|
|
5291 }
|
|
5292
|
|
5293
|
|
5294 void
|
|
5295 vars_of_glyphs (void)
|
|
5296 {
|
|
5297 reinit_vars_of_glyphs ();
|
|
5298
|
|
5299 Vthe_nothing_vector = vector1 (Qnothing);
|
|
5300 staticpro (&Vthe_nothing_vector);
|
|
5301
|
|
5302 /* image instances */
|
|
5303
|
440
|
5304 Vimage_instance_type_list = Fcons (Qnothing,
|
|
5305 list6 (Qtext, Qmono_pixmap, Qcolor_pixmap,
|
428
|
5306 Qpointer, Qsubwindow, Qwidget));
|
|
5307 staticpro (&Vimage_instance_type_list);
|
|
5308
|
|
5309 /* glyphs */
|
|
5310
|
|
5311 Vglyph_type_list = list3 (Qbuffer, Qpointer, Qicon);
|
|
5312 staticpro (&Vglyph_type_list);
|
|
5313
|
|
5314 /* The octal-escape glyph, control-arrow-glyph and
|
|
5315 invisible-text-glyph are completely initialized in glyphs.el */
|
|
5316
|
|
5317 DEFVAR_LISP ("octal-escape-glyph", &Voctal_escape_glyph /*
|
|
5318 What to prefix character codes displayed in octal with.
|
|
5319 */);
|
|
5320 Voctal_escape_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
|
|
5321
|
|
5322 DEFVAR_LISP ("control-arrow-glyph", &Vcontrol_arrow_glyph /*
|
|
5323 What to use as an arrow for control characters.
|
|
5324 */);
|
|
5325 Vcontrol_arrow_glyph = allocate_glyph (GLYPH_BUFFER,
|
|
5326 redisplay_glyph_changed);
|
|
5327
|
|
5328 DEFVAR_LISP ("invisible-text-glyph", &Vinvisible_text_glyph /*
|
|
5329 What to use to indicate the presence of invisible text.
|
|
5330 This is the glyph that is displayed when an ellipsis is called for
|
|
5331 \(see `selective-display-ellipses' and `buffer-invisibility-spec').
|
|
5332 Normally this is three dots ("...").
|
|
5333 */);
|
|
5334 Vinvisible_text_glyph = allocate_glyph (GLYPH_BUFFER,
|
|
5335 redisplay_glyph_changed);
|
|
5336
|
|
5337 /* Partially initialized in glyphs.el */
|
|
5338 DEFVAR_LISP ("hscroll-glyph", &Vhscroll_glyph /*
|
|
5339 What to display at the beginning of horizontally scrolled lines.
|
|
5340 */);
|
|
5341 Vhscroll_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
|
|
5342 #ifdef HAVE_WINDOW_SYSTEM
|
|
5343 Fprovide (Qxbm);
|
|
5344 #endif
|
|
5345 #ifdef HAVE_XPM
|
|
5346 Fprovide (Qxpm);
|
|
5347
|
|
5348 DEFVAR_LISP ("xpm-color-symbols", &Vxpm_color_symbols /*
|
|
5349 Definitions of logical color-names used when reading XPM files.
|
|
5350 Elements of this list should be of the form (COLOR-NAME FORM-TO-EVALUATE).
|
|
5351 The COLOR-NAME should be a string, which is the name of the color to define;
|
|
5352 the FORM should evaluate to a `color' specifier object, or a string to be
|
|
5353 passed to `make-color-instance'. If a loaded XPM file references a symbolic
|
|
5354 color called COLOR-NAME, it will display as the computed color instead.
|
|
5355
|
|
5356 The default value of this variable defines the logical color names
|
|
5357 \"foreground\" and \"background\" to be the colors of the `default' face.
|
|
5358 */ );
|
|
5359 Vxpm_color_symbols = Qnil; /* initialized in x-faces.el */
|
|
5360 #endif /* HAVE_XPM */
|
|
5361 #ifdef HAVE_XFACE
|
|
5362 Fprovide (Qxface);
|
|
5363 #endif
|
|
5364
|
|
5365 DEFVAR_BOOL ("disable-animated-pixmaps", &disable_animated_pixmaps /*
|
|
5366 Whether animated pixmaps should be animated.
|
|
5367 Default is t.
|
|
5368 */);
|
|
5369 disable_animated_pixmaps = 0;
|
|
5370 }
|
|
5371
|
|
5372 void
|
|
5373 specifier_vars_of_glyphs (void)
|
|
5374 {
|
|
5375 /* #### Can we GC here? The set_specifier_* calls definitely need */
|
|
5376 /* protection. */
|
|
5377 /* display tables */
|
|
5378
|
|
5379 DEFVAR_SPECIFIER ("current-display-table", &Vcurrent_display_table /*
|
|
5380 *The display table currently in use.
|
|
5381 This is a specifier; use `set-specifier' to change it.
|
442
|
5382
|
|
5383 Display tables are used to control how characters are displayed. Each
|
|
5384 time that redisplay processes a character, it is looked up in all the
|
|
5385 display tables that apply (obtained by calling `specifier-instance' on
|
|
5386 `current-display-table' and any overriding display tables specified in
|
|
5387 currently active faces). The first entry found that matches the
|
|
5388 character determines how the character is displayed. If there is no
|
|
5389 matching entry, the default display method is used. (Non-control
|
|
5390 characters are displayed as themselves and control characters are
|
|
5391 displayed according to the buffer-local variable `ctl-arrow'. Control
|
|
5392 characters are further affected by `control-arrow-glyph' and
|
|
5393 `octal-escape-glyph'.)
|
|
5394
|
|
5395 Each instantiator in this specifier and the display-table specifiers
|
|
5396 in faces is a display table or a list of such tables. If a list, each
|
|
5397 table will be searched in turn for an entry matching a particular
|
|
5398 character. Each display table is one of
|
|
5399
|
|
5400 -- a vector, specifying values for characters starting at 0
|
|
5401 -- a char table, either of type `char' or `generic'
|
|
5402 -- a range table
|
|
5403
|
|
5404 Each entry in a display table should be one of
|
|
5405
|
|
5406 -- nil (this entry is ignored and the search continues)
|
|
5407 -- a character (use this character; if it happens to be the same as
|
|
5408 the original character, default processing happens, otherwise
|
|
5409 redisplay attempts to display this character directly;
|
|
5410 #### At some point recursive display-table lookup will be
|
|
5411 implemented.)
|
|
5412 -- a string (display each character in the string directly;
|
|
5413 #### At some point recursive display-table lookup will be
|
|
5414 implemented.)
|
|
5415 -- a glyph (display the glyph;
|
|
5416 #### At some point recursive display-table lookup will be
|
|
5417 implemented when a string glyph is being processed.)
|
|
5418 -- a cons of the form (format "STRING") where STRING is a printf-like
|
|
5419 spec used to process the character. #### Unfortunately no
|
|
5420 formatting directives other than %% are implemented.
|
|
5421 -- a vector (each element of the vector is processed recursively;
|
|
5422 in such a case, nil elements in the vector are simply ignored)
|
|
5423
|
|
5424 #### At some point in the near future, display tables are likely to
|
|
5425 be expanded to include other features, such as referencing characters
|
|
5426 in particular fonts and allowing the character search to continue
|
|
5427 all the way up the chain of specifier instantiators. These features
|
|
5428 are necessary to properly display Unicode characters.
|
428
|
5429 */ );
|
|
5430 Vcurrent_display_table = Fmake_specifier (Qdisplay_table);
|
|
5431 set_specifier_fallback (Vcurrent_display_table,
|
|
5432 list1 (Fcons (Qnil, Qnil)));
|
|
5433 set_specifier_caching (Vcurrent_display_table,
|
438
|
5434 offsetof (struct window, display_table),
|
428
|
5435 some_window_value_changed,
|
444
|
5436 0, 0, 0);
|
428
|
5437 }
|
|
5438
|
|
5439 void
|
|
5440 complex_vars_of_glyphs (void)
|
|
5441 {
|
|
5442 /* Partially initialized in glyphs-x.c, glyphs.el */
|
|
5443 DEFVAR_LISP ("truncation-glyph", &Vtruncation_glyph /*
|
|
5444 What to display at the end of truncated lines.
|
|
5445 */ );
|
|
5446 Vtruncation_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
|
|
5447
|
|
5448 /* Partially initialized in glyphs-x.c, glyphs.el */
|
|
5449 DEFVAR_LISP ("continuation-glyph", &Vcontinuation_glyph /*
|
|
5450 What to display at the end of wrapped lines.
|
|
5451 */ );
|
|
5452 Vcontinuation_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
|
|
5453
|
|
5454 /* Partially initialized in glyphs-x.c, glyphs.el */
|
|
5455 DEFVAR_LISP ("xemacs-logo", &Vxemacs_logo /*
|
|
5456 The glyph used to display the XEmacs logo at startup.
|
|
5457 */ );
|
|
5458 Vxemacs_logo = allocate_glyph (GLYPH_BUFFER, 0);
|
|
5459 }
|