summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2020-09-03* src/image.c (svg_load_image): Use xmalloc and xfree. (bug#43135)Alan Third
2020-08-23Fix image display on w32 as followup to recent changesEli Zaretskii
2020-08-23Silence compiler warning (bug#40845)Alan Third
2020-08-23Set basic SVG attributes (bug#40845)Alan Third
2020-08-21Make image cache lookups work again after previous patchLars Ingebrigtsen
2020-08-18Fix minor bugs in image.cPip Cet
2020-08-04Don't smooth images when scaling up (bug#38394)Alan Third
2020-07-17Don't message complete GIF data upon errorsLars Ingebrigtsen
2020-04-25Fix GDI+ image loading by file nameEli Zaretskii
2020-04-16Use native image API for NSAlan Third
2020-04-14Avoid compiler warning in image.cEli Zaretskii
2020-04-14; * src/image.c: Cleanup of #ifdef's related to HAVE_NATIVE_IMAGE_API.Eli Zaretskii
2020-04-14Make use of MS-Windows native image API be selectable at run timeEli Zaretskii
2020-04-14Initial version of native image API support for MS-WindowsJuan José García-Ripoll
2020-04-06Pacify gcc in xpm_scanPaul Eggert
2020-01-15Merge from origin/emacs-27Glenn Morris
2020-01-15Fix build failure with --with-cairo --without-pngYAMAMOTO Mitsuharu
2020-01-08Merge from origin/emacs-27Glenn Morris
2020-01-07Help the compiler inline sxhashPaul Eggert
2020-01-07Avoid crash by access to cleared img->pixmap->data/img->mask->data (Bug#38774)YAMAMOTO Mitsuharu
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-23imagemagick-types needs to initialize ImageMagickDhruva Krishnamurthy
2019-11-29Fix image scaling with masks (bug#38109)Alan Third
2019-11-03Fix English grammar in some doc strings and commentsStephen Gildea
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero
2019-09-24Make ImageMagick multi-image size calculations work for .ico filesLars Ingebrigtsen
2019-09-24Allow a :stride argument so XBM boolvecs are in the right format.Pip Cet
2019-09-23Update some URLsPaul Eggert
2019-09-21Mention image caching in the `image-size' doc stringLars Ingebrigtsen
2019-08-25Fix bug with non-paletted transparent PNGsPaul Eggert
2019-08-25Fix misdisplay of PNG paletted imagesPaul Eggert
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert
2019-08-12; Add commentary to recent changesEli Zaretskii
2019-08-11Prefer signed when testing for signed overflowPaul Eggert
2019-08-06Fix minor compilation problems on MS-WindowsEli Zaretskii
2019-07-25Don't crash when parsing bad SVG dataPaul Eggert
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert
2019-07-11Resurrect SVG support on MS-WindowsEli Zaretskii
2019-07-10Avoid functions deprecated in librsvg 2.45.1Paul Eggert
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-07-03Fix rotation validity test in image.cEli Zaretskii
2019-07-01Adjust return value of image-transforms-pEli Zaretskii
2019-06-30Remove divide_doublePaul Eggert
2019-06-30Fix use of undefined macroAndreas Schwab
2019-06-29Pacify gcc and other image rotation tweaksPaul Eggert
2019-06-29Support native image transforms on MS-WindowsEli Zaretskii
2019-06-27Omit a few minor unnecessary range checksPaul Eggert
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert
2019-06-27Catch duplicate keywords in image specsPaul Eggert