Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2959:4eb2a8c07cb3
[xemacs-hg @ 2005-09-27 05:48:22 by ben]
Implement color pixmap cursors
glyphs.c, glyphs-eimage.c, glyphs-x.c, glyphs-gtk.c, glyphs-msw.c, console-impl.h: Allow all kinds of color images (GIF, JPEG, ...) to be mouse pointers.
new -> new_, 'foo -> `foo'.
author | ben |
---|---|
date | Tue, 27 Sep 2005 05:48:27 +0000 |
parents | 9e04ad6a1ac6 |
children | 288869ac83b5 |
comparison
equal
deleted
inserted
replaced
2958:9e04ad6a1ac6 | 2959:4eb2a8c07cb3 |
---|---|
1 2005-09-27 Ben Wing <ben@xemacs.org> | |
2 | |
3 * glyphs.c: | |
4 * glyphs.c (find_instantiator_differences): | |
5 * glyphs.c (Fvalid_image_instance_type_p): | |
6 * glyphs.c (Fimage_instance_type): | |
7 * glyphs.c (Fcolorize_image_instance): | |
8 * glyphs.c (Fglyph_type): | |
9 * glyphs.c (glyph_image_instance): | |
10 * glyphs.c (image_instantiator_format_create): | |
11 * glyphs-eimage.c: | |
12 * glyphs-eimage.c (jpeg_instantiate): | |
13 * glyphs-eimage.c (gif_instantiate): | |
14 * glyphs-eimage.c (png_instantiate): | |
15 * glyphs-eimage.c (tiff_instantiate): | |
16 * glyphs-x.c: | |
17 * glyphs-x.c (image_instance_convert_to_pointer): | |
18 * glyphs-x.c (init_image_instance_from_x_image): | |
19 * glyphs-x.c (x_init_image_instance_from_eimage): | |
20 * glyphs-x.c (x_xpm_instantiate): | |
21 * glyphs-x.c (x_colorize_image_instance): | |
22 * glyphs-gtk.c: | |
23 * glyphs-gtk.c (image_instance_convert_to_pointer): | |
24 * glyphs-gtk.c (init_image_instance_from_gdk_image): | |
25 * glyphs-gtk.c (gtk_init_image_instance_from_eimage): | |
26 * glyphs-gtk.c (gtk_xpm_instantiate): | |
27 * glyphs-msw.c: | |
28 * glyphs-msw.c (mswindows_init_image_instance_from_eimage): | |
29 * console-impl.h: | |
30 * console-impl.h (struct console_methods): | |
31 Allow all kinds of color images (GIF, JPEG, ...) to be mouse pointers. | |
32 new -> new_, 'foo -> `foo'. | |
33 | |
1 2005-09-27 Ben Wing <ben@xemacs.org> | 34 2005-09-27 Ben Wing <ben@xemacs.org> |
2 | 35 |
3 * Makefile.in.in (cppflags): | 36 * Makefile.in.in (cppflags): |
4 Always include SRC, so <config.h> in lib-src always works. | 37 Always include SRC, so <config.h> in lib-src always works. |
5 | 38 |