log src/image.c @ 74569:6d7e4ace438f

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