summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2015-07-27Fix Cairo build without PNGEli Zaretskii
2015-06-25Fix C99 incompatibilities in Cairo codePaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-17Merge branch 'master' into cairoJan D
2015-05-15Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv
2015-04-26Merge branch 'master' into cairoJan D
2015-04-26Add PBM support for cairo.Jan D
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert
2015-04-12Handle specified bg in images. Use generic libpng code for PNG:s.Jan D
2015-04-11Support GIF and Tiff with cairo.Jan D
2015-04-11Support JPEG with USE_CAIRO.Jan D
2015-04-05Support RSVG and cairo.Jan D
2015-04-03Introduce limited Xpm support (32 bit ZPixmap) for Cairo.Jan D
2015-02-11Add cairo drawing.Jan D
2015-01-26* image.c (lookup_pixel_color): Reorder conditions that areAndreas Schwab
2015-01-12Miscellaneous tiny fixes here and there.Dmitry Antipov
2015-01-10Port to 32-bit --with-wide-intPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-28Wrap dll functions more simplyPaul Eggert
2014-12-18* image.c (svg_load): Fix pointer signedness.Paul Eggert
2014-12-17Fixed problems with svg_load_image -- no more crashes (hopefully)Ulf Jasper
2014-12-17Partially disabled previous change.Ulf Jasper
2014-12-17Fix problem with images referenced within svg files. (bug#19373)Ulf Jasper
2014-11-12Avoid undefined behavior in color table hashing.Paul Eggert
2014-09-22Merge from emacs-24Stefan Monnier
2014-09-18* src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-07-07Minor ImageMagick safety fixes.Paul Eggert
2014-06-24Be more consistent about the 'Qfoo' naming convention.Paul Eggert
2014-06-21Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris
2014-06-18src/image.c: Yet another fix for last commit.Eli Zaretskii
2014-06-18src/image.c: Another fix for last commit.Eli Zaretskii
2014-06-18src/image.c: Fix last commit.Eli Zaretskii
2014-06-18Fix bug #17790 with compilation against giflib 5.1.0 and later.Eli Zaretskii
2014-06-02* image.c (x_query_frame_background_color)Dmitry Antipov
2014-05-27Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau
2014-05-26* image.c (imagemagick_load_image): Use MagickRealType for localPaul Eggert
2014-05-21Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert
2014-05-07* image.c: Include <png.h> before <setjmp.h>.Paul Eggert
2014-05-06* image.c: Do not use libpng if HAVE_NS, as NS does its own thing.Paul Eggert
2014-05-04Consult libpng-config more consistently.Paul Eggert
2014-05-04Revert recent libpng changes.Paul Eggert
2014-05-02Consult libpng-config more consistently.Paul Eggert
2014-04-22Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert
2014-04-22Port to GCC 4.9.0 with --enable-gcc-warnings.Paul Eggert
2014-04-03Rename EARRAYSIZE to ARRAYELTSDaniel Colascione
2014-04-03Clean up array size calculationsDaniel Colascione
2014-03-27src/image.c: Avoid partial load of SVG libraries.Juanma Barranquero
2014-03-26src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero