summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefsAlexander Gramiak2019-05-191-124/+129
* Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-191-9/+11
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-33/+33
* Fix display of images on MS-Windows broken by a recent commitEli Zaretskii2019-05-181-6/+6
* Clean up and simplify image-type setupPaul Eggert2019-05-171-361/+87
* Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-101-22/+2
* Port LIBRSVG_CHECK_VERSION fix to picky cppPaul Eggert2019-05-081-2/+6
* Fix compilation with old versions of librsvgEli Zaretskii2019-05-081-1/+2
* Pacify librsvg 2.45.1 and laterPaul Eggert2019-05-031-3/+18
* Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-261-19/+4
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-14/+36
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-156/+165
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-2/+2
* Avoid compiler warnings on cairo buildYAMAMOTO Mitsuharu2019-04-151-1/+3
* Support native image resizing on cairoYAMAMOTO Mitsuharu2019-03-271-2/+5
* Simplify cairo image surface creation and destructionYAMAMOTO Mitsuharu2019-03-261-51/+48
* Merge from origin/emacs-26Glenn Morris2019-03-011-4/+4
|\
| * ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.Eli Zaretskii2019-02-231-4/+4
* | Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii2019-02-041-1/+1
* | Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-1/+1
* | Support native image resizing on MS-WindowsEli Zaretskii2019-01-201-1/+7
* | Port to platforms where NULL is a pointerPaul Eggert2019-01-181-1/+1
* | Be more specific with XRender bit-depths (bug#34051)Alan Third2019-01-171-9/+23
* | Add portable dumperDaniel Colascione2019-01-151-0/+3