aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * src/image.c (imagemagick_error): New function. Juri Linkov2011-12-161-3/+30
* * src/image.c (imagemagick_load_image): Move `MagickSetResolution' downJuri Linkov2011-11-241-1/+3
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Fix typos.Juanma Barranquero2011-11-151-3/+3
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix typos.Juanma Barranquero2011-11-141-1/+1
* src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-271-1/+1
* Fix a compilation error with MinGW GCC 3.x in tiff_handler.Eli Zaretskii2011-09-161-2/+13
* * src/image.c (gif_load): Fix calculation of bottom and right corner.Andreas Schwab2011-09-101-2/+4
* Whitespace changes.Juanma Barranquero2011-09-091-15/+15
* src/image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.Eli Zaretskii2011-08-301-1/+2
* * image.c (parse_image_spec): Check for nonnegative, not for positive,Paul Eggert2011-08-281-15/+15
* Merge from trunk.Paul Eggert2011-08-241-25/+29
|\
| * Fix animated gif segfault and frame clearing bug.Chong Yidong2011-08-211-25/+29
| * Merge from trunk.Paul Eggert2011-08-021-3/+7
* | Simplify previous changes.Paul Eggert2011-08-161-25/+4
* | Merge from trunk.Paul Eggert2011-08-041-3/+7
|\ \
| * | * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).Paul Eggert2011-07-291-3/+7
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-5/+1
* | Merge from trunk.Paul Eggert2011-07-281-3/+9
|\|
| * * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.Paul Eggert2011-07-281-3/+9
* | * image.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-20/+41
* | Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-2/+2
* | Overflow, signedness and related fixes for images.Paul Eggert2011-07-161-82/+102
|/
* * image.c: Improve checking for integer overflow.Paul Eggert2011-07-131-52/+108
* * image.c (png_load): Don't assume height * row_bytes fits in 'int'.Paul Eggert2011-07-121-1/+2
* Merge from trunk.Paul Eggert2011-07-101-3/+1
|\
| * ProtoizeAndreas Schwab2011-07-101-3/+1
* | * image.c: Integer signedness and overflow and related fixes.Paul Eggert2011-07-091-42/+43
|/
* * 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