summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure with --with-cairo --without-pngYAMAMOTO Mitsuharu2020-01-151-4/+4
* Avoid crash by access to cleared img->pixmap->data/img->mask->data (Bug#38774)YAMAMOTO Mitsuharu2020-01-071-0/+4
* 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
* Fix recently-introduced image_set_crop typoPaul Eggert2019-06-071-1/+1
* Fix overflow issues in image rotationPaul Eggert2019-06-061-74/+75
* Restore height and with from that were accidentally removedMark A. Hershberger2019-06-061-1/+3
* Add native image rotation and croppingAlan Third2019-06-051-26/+257
* * src/image.c (cr_create_cr_surface_from_image): Add const to variable `key'.YAMAMOTO Mitsuharu2019-06-041-1/+1
* Add stipple support on cairoYAMAMOTO Mitsuharu2019-05-301-0/+48
* Fix breakage of native image scaling on XRENDER by previous changeYAMAMOTO Mitsuharu2019-05-301-0/+2
* Rework cairo image support to improve consistency (Bug#35871)YAMAMOTO Mitsuharu2019-05-291-503/+454
* Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_processYAMAMOTO Mitsuharu2019-05-241-1/+1
* Pacify libpng on interlaced images (Bug#35843)Paul Eggert2019-05-211-1/+5