aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-2/+2
* Catch duplicate keywords in image specsPaul Eggert2019-06-271-23/+23
* ; * src/image.c: Minor copyedits of native transform commentary.Eli Zaretskii2019-06-231-5/+5
* * src/image.c (image_set_rotation): Do negation at compile-time.Paul Eggert2019-06-171-2/+2
* Avoid rounding error in image rotationYAMAMOTO Mitsuharu2019-06-171-3/+3
* Revert "Simplify image transforms"Alan Third2019-06-161-98/+212
* Simplify image transformsAlan Third2019-06-161-212/+98
* Document image transformsAlan Third2019-06-161-0/+81
* Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu2019-06-081-21/+53
* Fix image_set_crop yet againYAMAMOTO Mitsuharu2019-06-071-15/+3