aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* (gif_format): Use :index, not :image.Jason Rumney2008-08-231-1/+1
* (mac_create_cg_image_from_image, image_load_image_io)YAMAMOTO Mitsuharu2008-07-211-10/+5
* (png_load): Use correct bit-depth for setting background color.YAMAMOTO Mitsuharu2008-07-071-39/+9
* [USE_MAC_IMAGE_IO] (image_load_image_io):YAMAMOTO Mitsuharu2008-05-041-1/+5
* (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:YAMAMOTO Mitsuharu2008-05-021-40/+355
* (pbm_load): Allow color values up to 65535.Jason Rumney2008-03-281-11/+31
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney2007-12-021-0/+15
* (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-051-6/+6
* (our_memory_buffer): Renamed from omfib_buffer.Richard M. Stallman2007-09-211-4/+4
* (our_memory_fill_input_buffer) <buffer>: Move to file scope and renameGlenn Morris2007-09-141-6/+8
* (gif_load): Fix bug: Handle nonexistent colormap.Thien-Thi Nguyen2007-09-061-7/+8
* (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.Juanma Barranquero2007-08-281-4/+6
* Sync to trunk version.Chong Yidong2007-08-071-11/+100
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (convert_mono_to_color_image): Swap fore and background.Jason Rumney2007-06-211-2/+2
* (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-3/+0
* (pbm_load): Correctly check image size for greyscale pbm.Chong Yidong2007-05-121-1/+5
* (pbm_load): Signal error for invalid image size.Chong Yidong2007-03-181-0/+8
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (XDrawLine) [MAC_OS]: Remove macro.YAMAMOTO Mitsuharu2007-01-091-6/+2
* [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)YAMAMOTO Mitsuharu2006-10-311-30/+29
* (xbm_read_bitmap_data): Delete extra semicolon.Romain Francoise2006-10-121-1/+1
* [TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult insteadYAMAMOTO Mitsuharu2006-08-271-1/+1
* * image.c (png_load): Don't call fclose on NULL.Chong Yidong2006-05-261-1/+0
* (gif_load): Allocate Lisp string first.YAMAMOTO Mitsuharu2006-05-191-6/+6
* (Qduration) [MAC_OS]: Undo previous change.YAMAMOTO Mitsuharu2006-05-101-10/+15
* (Qduration) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2006-05-061-3/+18
* (four_corners_best): New arg CORNERS specifies what pixelsKim F. Storm2006-04-211-31/+101
* [MAC_OS] (xpm_load_image): Fill in background fieldYAMAMOTO Mitsuharu2006-04-211-0/+4
* (x_create_bitmap_from_data) [MAC_OS]: Don't check returnYAMAMOTO Mitsuharu2006-04-181-3/+1
* [MAC_OS] (xpm_load_image): Add parentheses aroundYAMAMOTO Mitsuharu2006-04-121-11/+14
* Include "charset.h" and "coding.h".Kenichi Handa2006-04-031-3/+8
* [MAC_OS] (XPutPixel, XGetPixel)YAMAMOTO Mitsuharu2006-03-161-2/+71
* [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32.YAMAMOTO Mitsuharu2006-03-081-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* [MAC_OS] (find_image_fsspec): Use coercion of Apple event data forYAMAMOTO Mitsuharu2005-12-241-7/+9
* (init_image) [MAC_OS]: Don't call EnterMovies.YAMAMOTO Mitsuharu2005-12-101-6/+4
* Fix typo.Chong Yidong2005-11-181-1/+1
* * image.c (x_create_bitmap_from_xpm_data): Free attributes onChong Yidong2005-11-181-2/+4
* 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