log src/image.c @ 72539:4bfe39423884

age author description
Sun, 27 Aug 2006 07:08:54 +0000 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
Fri, 26 May 2006 03:33:32 +0000 Chong Yidong * image.c (png_load): Don't call fclose on NULL.
Fri, 19 May 2006 09:11:30 +0000 YAMAMOTO Mitsuharu (gif_load): Allocate Lisp string first.
Wed, 10 May 2006 08:23:20 +0000 YAMAMOTO Mitsuharu (Qduration) [MAC_OS]: Undo previous change.
Sat, 06 May 2006 06:52:24 +0000 YAMAMOTO Mitsuharu (Qduration) [MAC_OS]: New variable.
Fri, 21 Apr 2006 14:07:05 +0000 Kim F. Storm (four_corners_best): New arg CORNERS specifies what pixels
Fri, 21 Apr 2006 07:56:33 +0000 YAMAMOTO Mitsuharu [MAC_OS] (xpm_load_image): Fill in background field
Tue, 18 Apr 2006 08:10:30 +0000 YAMAMOTO Mitsuharu (x_create_bitmap_from_data) [MAC_OS]: Don't check return
Wed, 12 Apr 2006 08:05:52 +0000 YAMAMOTO Mitsuharu [MAC_OS] (xpm_load_image): Add parentheses around
Mon, 03 Apr 2006 01:23:03 +0000 Kenichi Handa Include "charset.h" and "coding.h".
Thu, 16 Mar 2006 08:05:34 +0000 YAMAMOTO Mitsuharu [MAC_OS] (XPutPixel, XGetPixel)
Wed, 08 Mar 2006 03:25:04 +0000 YAMAMOTO Mitsuharu [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sat, 24 Dec 2005 02:50:00 +0000 YAMAMOTO Mitsuharu [MAC_OS] (find_image_fsspec): Use coercion of Apple event data for
Sat, 10 Dec 2005 01:49:15 +0000 YAMAMOTO Mitsuharu (init_image) [MAC_OS]: Don't call EnterMovies.
Fri, 18 Nov 2005 19:11:19 +0000 Chong Yidong Fix typo.
Fri, 18 Nov 2005 03:57:36 +0000 Chong Yidong * image.c (x_create_bitmap_from_xpm_data): Free attributes on
Wed, 16 Nov 2005 13:38:25 +0000 Chong Yidong initialize XpmAttributes
Wed, 16 Nov 2005 05:49:18 +0000 Chong Yidong * gnu.h (gnu_bits): Xpm version of the new Emacs icon.
Tue, 15 Nov 2005 03:18:26 +0000 YAMAMOTO Mitsuharu (init_image) [MAC_OS]: Don't call EnterMovies if
Wed, 09 Nov 2005 08:07:18 +0000 YAMAMOTO Mitsuharu [MAC_OSX] (image_load_quartz2d): Fix memory leak.
Tue, 25 Oct 2005 08:12:44 +0000 YAMAMOTO Mitsuharu [MAC_OS] (image_load_qt_1): Check image size.
Wed, 19 Oct 2005 21:52:13 +0000 Kim F. Storm (check_image_size): Handle integer Vmax_image_size value
Wed, 19 Oct 2005 03:54:56 +0000 Chong Yidong * image.c (Vmax_image_size): New variable.
Tue, 11 Oct 2005 08:25:27 +0000 Juanma Barranquero (fn_jpeg_stdio_src): Don't define it.
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Wed, 28 Sep 2005 10:48:20 +0000 Kim F. Storm (gif_load): Fix size of allocated image buffer
Wed, 31 Aug 2005 08:35:28 +0000 YAMAMOTO Mitsuharu (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.
Mon, 15 Aug 2005 01:47:01 +0000 Richard M. Stallman (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.
Thu, 11 Aug 2005 13:58:12 +0000 Richard M. Stallman (syms_of_image): Init image_types here, and call define_image_type.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Thu, 23 Jun 2005 07:48:13 +0000 Juanma Barranquero (fn_png_init_io): Don't define it.
Sat, 11 Jun 2005 16:24:36 +0000 Eli Zaretskii (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
Tue, 07 Jun 2005 13:02:04 +0000 Juanma Barranquero Update comment.
Fri, 27 May 2005 13:16:05 +0000 Juanma Barranquero (Vimage_library_alist): Moved from image.el.
Fri, 20 May 2005 17:50:59 +0000 Juanma Barranquero (lookup_image, png_read_from_memory): Remove hacks (and misleading comments).
Tue, 10 May 2005 09:18:02 +0000 Richard M. Stallman Don't include signal.h.
Sat, 16 Apr 2005 03:07:05 +0000 YAMAMOTO Mitsuharu [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.
Fri, 04 Mar 2005 11:07:11 +0000 YAMAMOTO Mitsuharu [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
Mon, 27 Dec 2004 17:27:30 +0000 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
Thu, 23 Dec 2004 16:12:44 +0000 Jason Rumney (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library.
Wed, 08 Dec 2004 17:55:30 +0000 Richard M. Stallman (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image):
Fri, 03 Dec 2004 17:00:11 +0000 Steven Tamm * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.
Wed, 30 Jun 2004 13:11:36 +0000 Andreas Schwab (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
Wed, 16 Jun 2004 02:45:09 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
Mon, 14 Jun 2004 20:47:25 +0000 Juanma Barranquero (Vimage_types): Move from xdisp.c.
Sun, 13 Jun 2004 15:04:21 +0000 Andreas Schwab Include <ctype.h>.
Wed, 02 Jun 2004 00:50:09 +0000 Juanma Barranquero Work around bugs/problems with MinGW builds of graphics libraries
Wed, 12 May 2004 02:23:37 +0000 Steven Tamm Support XPM on Carbon Emacs. Does not
Fri, 07 May 2004 17:46:50 +0000 Steven Tamm macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
Wed, 05 May 2004 23:21:55 +0000 Jason Rumney (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash.
Tue, 20 Apr 2004 22:16:33 +0000 Kim F. Storm (image_ascent): Add slice arg; calculate ascent for
Fri, 16 Apr 2004 20:08:15 +0000 Kim F. Storm (PNG_BG_COLOR_SHIFT): Remove.
Fri, 19 Mar 2004 00:42:37 +0000 Kim F. Storm (Qcenter): Move to xdisp.c.
Sun, 14 Mar 2004 00:28:35 +0000 Kim F. Storm (x_find_image_file): Make extern.
Thu, 11 Mar 2004 22:43:06 +0000 Kim F. Storm (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
Thu, 11 Mar 2004 05:56:41 +0000 Steven Tamm * image.c [MAC_OSX]: Include sys/stat.h
Thu, 11 Mar 2004 05:45:22 +0000 Miles Bader Add arch tagline
Thu, 11 Mar 2004 00:28:24 +0000 Kim F. Storm New file (image.c) for Image consolidation: