summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2006-05-26* image.c (png_load): Don't call fclose on NULL.Chong Yidong
2006-05-19(gif_load): Allocate Lisp string first.YAMAMOTO Mitsuharu
2006-05-10(Qduration) [MAC_OS]: Undo previous change.YAMAMOTO Mitsuharu
2006-05-06(Qduration) [MAC_OS]: New variable.YAMAMOTO Mitsuharu
2006-04-21(four_corners_best): New arg CORNERS specifies what pixelsKim F. Storm
2006-04-21[MAC_OS] (xpm_load_image): Fill in background fieldYAMAMOTO Mitsuharu
2006-04-18(x_create_bitmap_from_data) [MAC_OS]: Don't check returnYAMAMOTO Mitsuharu
2006-04-12[MAC_OS] (xpm_load_image): Add parentheses aroundYAMAMOTO Mitsuharu
2006-04-03Include "charset.h" and "coding.h".Kenichi Handa
2006-03-16[MAC_OS] (XPutPixel, XGetPixel)YAMAMOTO Mitsuharu
2006-03-08[MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32.YAMAMOTO Mitsuharu
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-24[MAC_OS] (find_image_fsspec): Use coercion of Apple event data forYAMAMOTO Mitsuharu
2005-12-10(init_image) [MAC_OS]: Don't call EnterMovies.YAMAMOTO Mitsuharu
2005-11-18Fix typo.Chong Yidong
2005-11-18* image.c (x_create_bitmap_from_xpm_data): Free attributes onChong Yidong
2005-11-16initialize XpmAttributesChong Yidong
2005-11-16* gnu.h (gnu_bits): Xpm version of the new Emacs icon.Chong Yidong
2005-11-15(init_image) [MAC_OS]: Don't call EnterMovies ifYAMAMOTO Mitsuharu
2005-11-09[MAC_OSX] (image_load_quartz2d): Fix memory leak.YAMAMOTO Mitsuharu
2005-10-25[MAC_OS] (image_load_qt_1): Check image size.YAMAMOTO Mitsuharu
2005-10-19(check_image_size): Handle integer Vmax_image_size valueKim F. Storm
2005-10-19* image.c (Vmax_image_size): New variable.Chong Yidong
2005-10-11(fn_jpeg_stdio_src): Don't define it.Juanma Barranquero
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-09-28(gif_load): Fix size of allocated image bufferKim F. Storm
2005-08-31(PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.YAMAMOTO Mitsuharu
2005-08-15(syms_of_image): Init Qxbm, Qpbm before calling define_image_type.Richard M. Stallman
2005-08-11(syms_of_image): Init image_types here, and call define_image_type.Richard M. Stallman
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-23(fn_png_init_io): Don't define it.Juanma Barranquero
2005-06-11(x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th argEli Zaretskii
2005-06-07Update comment.Juanma Barranquero
2005-05-27(Vimage_library_alist): Moved from image.el.Juanma Barranquero
2005-05-20(lookup_image, png_read_from_memory): Remove hacks (and misleading comments).Juanma Barranquero
2005-05-10Don't include signal.h.Richard M. Stallman
2005-04-16[MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.YAMAMOTO Mitsuharu
2005-03-04[!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.YAMAMOTO Mitsuharu
2004-12-27* dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm
2004-12-23(__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library.Jason Rumney
2004-12-08(our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image):Richard M. Stallman
2004-12-03* macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm
2004-06-30(CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.Andreas Schwab
2004-06-16Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410Miles Bader
2004-06-14(Vimage_types): Move from xdisp.c.Juanma Barranquero
2004-06-13Include <ctype.h>.Andreas Schwab
2004-06-02Work around bugs/problems with MinGW builds of graphics librariesJuanma Barranquero
2004-05-12Support XPM on Carbon Emacs. Does notSteven Tamm
2004-05-07macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUTSteven Tamm