summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* ProtoizeAndreas Schwab2011-07-101-3/+1
* * image.c (cache_image): Check for size arithmetic overflow.Paul Eggert2011-06-221-0/+2
* Merge from trunk.Paul Eggert2011-06-221-0/+1
|\
| * don't leak an XBM-image-sized bufferJim Meyering2011-06-221-0/+1
* | * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-16/+21
* | * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:Paul Eggert2011-06-191-13/+3
* | * image.c (xbm_image_p): Don't assume stated width and height fit in int.Paul Eggert2011-06-181-2/+2
|/
* Handle gif subimage animation delay correctly.Chong Yidong2011-06-111-83/+62
* * src/image.c (imagemagick_load_image): Fix type mismatch.Andreas Schwab2011-06-111-3/+3
* Cruft removal in struct image.Chong Yidong2011-06-101-32/+29
* * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.Paul Eggert2011-06-101-0/+8
* Make identifiers static if they are not used in other modules.Paul Eggert2011-06-101-2/+2
* * image.c (imagemagick_load_image): Don't use garbage pointer image_wand.Paul Eggert2011-06-101-11/+7
* * image.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert2011-06-101-21/+16
* * image.c (gif_load): Fix omitted cast error introduced by 2011-06-06 change.Chong Yidong2011-06-101-1/+1
* * src/image.c (gif_load): Implement gif89a spec "no disposal" method.Chong Yidong2011-06-061-107/+125
* * image.c: Use ptrdiff_t, not int, for sizes.Paul Eggert2011-06-051-10/+9
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-6/+4
* Merge from trunk.Paul Eggert2011-05-291-52/+42
|\
| * Doc fixes for imagemagick support code.Chong Yidong2011-05-291-52/+42
* | [ChangeLog]Paul Eggert2011-05-281-1/+1
|/
* * dispextern.h (struct image): Don't assume time_t <= unsigned long.Paul Eggert2011-05-121-1/+1
* src/image.c (Finit_image_library): Return t for built-in image types (bug#8640).Juanma Barranquero2011-05-101-4/+6
* Merge from mainline.Paul Eggert2011-05-051-1/+1
|\
| * src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-061-1/+1
* | * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.Paul Eggert2011-05-051-3/+1
|/
* Fix previous change: the library cache is defined in w32.c.Juanma Barranquero2011-05-041-1/+6
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-38/+3
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-2/+2
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-2/+2
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-3/+3
* * image.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-4/+4
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-13/+17
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-3/+4
* Cleanups to the ImageMagick code and docstrings.Chong Yidong2011-04-091-37/+27
* * image.c (tiff_error_handler, tiff_warning_handler): Mark asPaul Eggert2011-04-051-2/+6
* * image.c (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.Paul Eggert2011-04-011-0/+1
* * image.c (lookup_image): Remove var that is set but not used.Paul Eggert2011-04-011-3/+0
* Merge from trunkStefan Monnier2011-03-311-4/+3
|\
| * Merge from atest branch.Paul Eggert2011-03-271-3/+3
| |\
| | * * image.c (tiff_load): Fix off-by-one image count (Bug#8336).Paul Eggert2011-03-241-3/+3
| * | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+0
| |/
* | Merge from trunkStefan Monnier2011-03-211-33/+31
|\ \ | |/
| * * image.c (my_png_error, my_error_exit): Mark with NO_RETURN.Paul Eggert2011-03-131-0/+2
| * * image.c (four_corners_best): Mark locals as initialized.Paul Eggert2011-03-121-3/+3
| * * image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):Paul Eggert2011-03-111-18/+18
| * * image.c (gif_load): Fix pointer signedness.Paul Eggert2011-03-111-1/+1
| * * image.c (x_edge_detection): Remove unnecessary cast thatPaul Eggert2011-03-101-1/+1
| * * image.c (xpm_load): Redo to avoid "discards qualifiers" gcc warning.Paul Eggert2011-03-101-4/+5