summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Minor tweaks to HAVE_NATIVE_SCALING codePaul Eggert2019-01-101-41/+37
* | Add native image scaling (bug#33587)Alan Third2019-01-101-104/+208
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Use "file name handler" consequentlyMichael Albinus2018-12-221-4/+4
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | struct image_type layout is private to image.cPaul Eggert2018-12-061-0/+27
* | Merge from origin/emacs-26Glenn Morris2018-10-271-1/+1
|\ \ | |/
| * Improve XPM load failure message (bug#33126)Alan Third2018-10-251-1/+1
| * Update GNOME bugtracker URLsGlenn Morris2018-08-241-1/+1
| * Fix some problems in the Cairo buildAri Roponen2018-06-021-4/+37
* | Pacify -Wdouble-promotion in ImageMagick codePaul Eggert2018-08-301-1/+2
* | Improve bignum support for system typesPaul Eggert2018-08-271-5/+5
* | * configure.ac, src/image.c: Tweak previous ImageMagick change.Glenn Morris2018-08-271-5/+5
* | Support ImageMagick version 7 (bug#25967)Karl Otness2018-08-271-3/+12
* | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-201-0/+1
* | Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton2018-08-171-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-32/+32
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-60/+60
|/ /
* | GNOME moved URLs for its active bug reportsPaul Eggert2018-05-261-1/+1
* | Fix some problems in the Cairo buildAri Roponen2018-05-051-4/+37
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1