aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* initialize XpmAttributesChong Yidong2005-11-161-0/+8
* * gnu.h (gnu_bits): Xpm version of the new Emacs icon.Chong Yidong2005-11-161-0/+34
* (init_image) [MAC_OS]: Don't call EnterMovies ifYAMAMOTO Mitsuharu2005-11-151-1/+2
* [MAC_OSX] (image_load_quartz2d): Fix memory leak.YAMAMOTO Mitsuharu2005-11-091-0/+1
* [MAC_OS] (image_load_qt_1): Check image size.YAMAMOTO Mitsuharu2005-10-251-6/+30
* (check_image_size): Handle integer Vmax_image_size valueKim F. Storm2005-10-191-14/+29
* * image.c (Vmax_image_size): New variable.Chong Yidong2005-10-191-7/+87
* (fn_jpeg_stdio_src): Don't define it.Juanma Barranquero2005-10-111-21/+132
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-2/+2
* (gif_load): Fix size of allocated image bufferKim F. Storm2005-09-281-7/+11
* (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.YAMAMOTO Mitsuharu2005-08-311-161/+211
* (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.Richard M. Stallman2005-08-151-11/+11
* (syms_of_image): Init image_types here, and call define_image_type.Richard M. Stallman2005-08-111-5/+8
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (fn_png_init_io): Don't define it.Juanma Barranquero2005-06-231-4/+18
* (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th argEli Zaretskii2005-06-111-31/+51
* Update comment.Juanma Barranquero2005-06-071-2/+2
* (Vimage_library_alist): Moved from image.el.Juanma Barranquero2005-05-271-1/+21
* (lookup_image, png_read_from_memory): Remove hacks (and misleading comments).Juanma Barranquero2005-05-201-16/+1
* Don't include signal.h.Richard M. Stallman2005-05-101-1/+0
* [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.YAMAMOTO Mitsuharu2005-04-161-1/+1
* [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.YAMAMOTO Mitsuharu2005-03-041-2/+6
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-1/+4
* (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library.Jason Rumney2004-12-231-0/+6
* (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image):Richard M. Stallman2004-12-081-7/+7
* * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm2004-12-031-2/+1
* (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.Andreas Schwab2004-06-301-12/+13
* Revision: [email protected]/emacs--cvs-trunk--0--patch-410Miles Bader2004-06-161-0/+4
* (Vimage_types): Move from xdisp.c.Juanma Barranquero2004-06-141-74/+155
* Include <ctype.h>.Andreas Schwab2004-06-131-0/+1
* Work around bugs/problems with MinGW builds of graphics librariesJuanma Barranquero2004-06-021-2/+18
* Support XPM on Carbon Emacs. Does notSteven Tamm2004-05-121-3/+472
* macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUTSteven Tamm2004-05-071-0/+19
* (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash.Jason Rumney2004-05-051-0/+3
* (image_ascent): Add slice arg; calculate ascent forKim F. Storm2004-04-201-2/+10
* (PNG_BG_COLOR_SHIFT): Remove.Kim F. Storm2004-04-161-17/+14
* (Qcenter): Move to xdisp.c.Kim F. Storm2004-03-191-3/+1
* (x_find_image_file): Make extern.Kim F. Storm2004-03-141-2/+1
* (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.Kim F. Storm2004-03-111-7/+0
* * image.c [MAC_OSX]: Include sys/stat.hSteven Tamm2004-03-111-0/+1
* Add arch taglineMiles Bader2004-03-111-0/+2
* New file (image.c) for Image consolidation:Kim F. Storm2004-03-111-0/+7539