summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-251-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Merge branch 'master' into cairoJan D2015-05-171-2/+2
|\
| * Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv2015-05-151-2/+2
* | Merge branch 'master' into cairoJan D2015-04-261-1/+8
|\ \ | |/
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+8
* | Add PBM support for cairo.Jan D2015-04-261-9/+85
* | Handle specified bg in images. Use generic libpng code for PNG:s.Jan D2015-04-121-122/+104
* | Support GIF and Tiff with cairo.Jan D2015-04-111-8/+105
* | Support JPEG with USE_CAIRO.Jan D2015-04-111-2/+42
* | Support RSVG and cairo.Jan D2015-04-051-6/+49
* | Introduce limited Xpm support (32 bit ZPixmap) for Cairo.Jan D2015-04-031-2/+56
* | Add cairo drawing.Jan D2015-02-111-5/+50
|/
* * image.c (lookup_pixel_color): Reorder conditions that areAndreas Schwab2015-01-261-8/+8
* Miscellaneous tiny fixes here and there.Dmitry Antipov2015-01-121-1/+2
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-16/+17
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-81/+23
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simplyPaul Eggert2014-12-281-443/+489
* * image.c (svg_load): Fix pointer signedness.Paul Eggert2014-12-181-5/+5
* Fixed problems with svg_load_image -- no more crashes (hopefully)Ulf Jasper2014-12-171-3/+2
* Partially disabled previous change.Ulf Jasper2014-12-171-1/+3
* Fix problem with images referenced within svg files. (bug#19373)Ulf Jasper2014-12-171-5/+18
* Avoid undefined behavior in color table hashing.Paul Eggert2014-11-121-2/+6
* Merge from emacs-24Stefan Monnier2014-09-221-0/+6
|\
| * * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov2014-09-181-0/+6
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-15/+20
* | Minor ImageMagick safety fixes.Paul Eggert2014-07-071-11/+15
* | Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-241-3/+2
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-9/+38
|\ \ | |/
| * src/image.c: Yet another fix for last commit.Eli Zaretskii2014-06-181-0/+1
| * src/image.c: Another fix for last commit.Eli Zaretskii2014-06-181-1/+1
| * src/image.c: Fix last commit.Eli Zaretskii2014-06-181-2/+2
| * Fix bug #17790 with compilation against giflib 5.1.0 and later.Eli Zaretskii2014-06-181-7/+35
| * Revert recent libpng changes.Paul Eggert2014-05-041-0/+4
| * Consult libpng-config more consistently.Paul Eggert2014-05-021-4/+0
* | * image.c (x_query_frame_background_color)Dmitry Antipov2014-06-021-1/+5
* | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-1/+5
* | * image.c (imagemagick_load_image): Use MagickRealType for localPaul Eggert2014-05-261-1/+1
* | Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert2014-05-211-3/+4
* | * image.c: Include <png.h> before <setjmp.h>.Paul Eggert2014-05-071-2/+6
* | * image.c: Do not use libpng if HAVE_NS, as NS does its own thing.Paul Eggert2014-05-061-59/+32
* | Consult libpng-config more consistently.Paul Eggert2014-05-041-4/+0
* | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-221-9/+2
|\ \ | |/
| * Port to GCC 4.9.0 with --enable-gcc-warnings.Paul Eggert2014-04-221-9/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-3/+1
* | src/image.c: Avoid partial load of SVG libraries.Juanma Barranquero2014-03-271-3/+7
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-0/+2
|/
* Avoid crashes on MS-Windows when JPEG images are too large.Eli Zaretskii2014-02-191-0/+1