aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-09-091-10/+14
|\
| * Avoid crashes when trying to load bad GIF filesEli Zaretskii2020-09-081-10/+14
* | * src/image.c (svg_load_image): Use xmalloc and xfree. (bug#43135)Alan Third2020-09-031-3/+3
* | Fix image display on w32 as followup to recent changesEli Zaretskii2020-08-231-11/+6
* | Silence compiler warning (bug#40845)Alan Third2020-08-231-1/+1
* | Set basic SVG attributes (bug#40845)Alan Third2020-08-231-49/+154
* | Make image cache lookups work again after previous patchLars Ingebrigtsen2020-08-211-1/+1
* | Fix minor bugs in image.cPip Cet2020-08-181-24/+47
* | Don't smooth images when scaling up (bug#38394)Alan Third2020-08-041-3/+17
* | Don't message complete GIF data upon errorsLars Ingebrigtsen2020-07-171-1/+4
* | Fix GDI+ image loading by file nameEli Zaretskii2020-04-251-4/+6
* | Use native image API for NSAlan Third2020-04-161-63/+26
* | Avoid compiler warning in image.cEli Zaretskii2020-04-141-6/+3
* | ; * src/image.c: Cleanup of #ifdef's related to HAVE_NATIVE_IMAGE_API.Eli Zaretskii2020-04-141-4/+2
* | Make use of MS-Windows native image API be selectable at run timeEli Zaretskii2020-04-141-59/+75
* | Initial version of native image API support for MS-WindowsJuan José García-Ripoll2020-04-141-32/+131
* | Pacify gcc in xpm_scanPaul Eggert2020-04-061-2/+3
* | Merge from origin/emacs-27Glenn Morris2020-01-151-4/+4
|\ \ | |/
| * Fix build failure with --with-cairo --without-pngYAMAMOTO Mitsuharu2020-01-151-4/+4
* | Merge from origin/emacs-27Glenn Morris2020-01-081-0/+4
|\ \ | |/
| * Avoid crash by access to cleared img->pixmap->data/img->mask->data (Bug#38774)YAMAMOTO Mitsuharu2020-01-071-0/+4
* | Help the compiler inline sxhashPaul Eggert2020-01-071-2/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* imagemagick-types needs to initialize ImageMagickDhruva Krishnamurthy2019-12-231-8/+13
* Fix image scaling with masks (bug#38109)Alan Third2019-11-291-46/+101
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-2/+2
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Make ImageMagick multi-image size calculations work for .ico filesLars Ingebrigtsen2019-09-241-5/+21
* Allow a :stride argument so XBM boolvecs are in the right format.Pip Cet2019-09-241-6/+15
* Update some URLsPaul Eggert2019-09-231-2/+2
* Mention image caching in the `image-size' doc stringLars Ingebrigtsen2019-09-211-1/+6
* Fix bug with non-paletted transparent PNGsPaul Eggert2019-08-251-8/+9
* Fix misdisplay of PNG paletted imagesPaul Eggert2019-08-251-9/+25
* Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-141-5/+3
* ; Add commentary to recent changesEli Zaretskii2019-08-121-1/+3
* Prefer signed when testing for signed overflowPaul Eggert2019-08-111-2/+2
* Fix minor compilation problems on MS-WindowsEli Zaretskii2019-08-061-6/+6
* Don't crash when parsing bad SVG dataPaul Eggert2019-07-251-2/+6
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-2/+1
* Resurrect SVG support on MS-WindowsEli Zaretskii2019-07-111-3/+10
* Avoid functions deprecated in librsvg 2.45.1Paul Eggert2019-07-101-28/+54
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-6/+5
* Remove printmax_t etc.Paul Eggert2019-07-071-4/+6
* Fix rotation validity test in image.cEli Zaretskii2019-07-031-1/+4
* Adjust return value of image-transforms-pEli Zaretskii2019-07-011-10/+6
* Remove divide_doublePaul Eggert2019-06-301-15/+9
* Fix use of undefined macroAndreas Schwab2019-06-301-3/+3
* Pacify gcc and other image rotation tweaksPaul Eggert2019-06-291-74/+79
* Support native image transforms on MS-WindowsEli Zaretskii2019-06-291-209/+162
* Omit a few minor unnecessary range checksPaul Eggert2019-06-271-6/+6