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