summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2019-06-23; * src/image.c: Minor copyedits of native transform commentary.Eli Zaretskii
2019-06-17* src/image.c (image_set_rotation): Do negation at compile-time.Paul Eggert
2019-06-17Avoid rounding error in image rotationYAMAMOTO Mitsuharu
2019-06-16Revert "Simplify image transforms"Alan Third
2019-06-16Simplify image transformsAlan Third
2019-06-16Document image transformsAlan Third
2019-06-08Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu
2019-06-07Fix image_set_crop yet againYAMAMOTO Mitsuharu
2019-06-07Fix recently-introduced image_set_crop typoPaul Eggert
2019-06-06Fix overflow issues in image rotationPaul Eggert
2019-06-06Restore height and with from that were accidentally removedMark A. Hershberger
2019-06-05Add native image rotation and croppingAlan Third
2019-06-04* src/image.c (cr_create_cr_surface_from_image): Add const to variable `key'.YAMAMOTO Mitsuharu
2019-05-30Add stipple support on cairoYAMAMOTO Mitsuharu
2019-05-30Fix breakage of native image scaling on XRENDER by previous changeYAMAMOTO Mitsuharu
2019-05-29Rework cairo image support to improve consistency (Bug#35871)YAMAMOTO Mitsuharu
2019-05-24Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_processYAMAMOTO Mitsuharu
2019-05-21Pacify libpng on interlaced images (Bug#35843)Paul Eggert
2019-05-19Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefsAlexander Gramiak
2019-05-19Introduce Emacs_Pixmap typedefAlexander Gramiak
2019-05-19Introduce Emacs_Color struct and typedefAlexander Gramiak
2019-05-18Fix display of images on MS-Windows broken by a recent commitEli Zaretskii
2019-05-17Clean up and simplify image-type setupPaul Eggert
2019-05-10Convert Free_Pixmap macro into terminal hookAlexander Gramiak
2019-05-08Port LIBRSVG_CHECK_VERSION fix to picky cppPaul Eggert
2019-05-08Fix compilation with old versions of librsvgEli Zaretskii
2019-05-03Pacify librsvg 2.45.1 and laterPaul Eggert
2019-04-26Add terminal hook query_frame_background_colorAlexander Gramiak
2019-04-26Add terminal hook defined_color_hookAlexander Gramiak
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-04-15Avoid compiler warnings on cairo buildYAMAMOTO Mitsuharu
2019-03-27Support native image resizing on cairoYAMAMOTO Mitsuharu
2019-03-26Simplify cairo image surface creation and destructionYAMAMOTO Mitsuharu
2019-03-01Merge from origin/emacs-26Glenn Morris
2019-02-23; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.Eli Zaretskii
2019-02-04Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii
2019-02-01Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert
2019-01-20Support native image resizing on MS-WindowsEli Zaretskii
2019-01-18Port to platforms where NULL is a pointerPaul Eggert
2019-01-17Be more specific with XRender bit-depths (bug#34051)Alan Third
2019-01-15Add portable dumperDaniel Colascione
2019-01-10Minor tweaks to HAVE_NATIVE_SCALING codePaul Eggert
2019-01-10Add native image scaling (bug#33587)Alan Third
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-22Use "file name handler" consequentlyMichael Albinus
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-12-06struct image_type layout is private to image.cPaul Eggert
2018-10-27Merge from origin/emacs-26Glenn Morris