summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Work around ImageMagick bug 825Paul Eggert2017-10-161-5/+12
* Fix regression in display of PPM imagesPaul Eggert2017-10-161-15/+25
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* * src/image.c (Fimagemagick_types): Doc fix.Andreas Schwab2017-09-051-1/+1
* src/image.c (compute_image_size): Remove superfluous checks.Lars Ingebrigtsen2017-07-151-2/+2
* Make combinations of :width/:max-height image specs work reliablyLars Ingebrigtsen2017-07-151-52/+45
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Check for integer overflow in xbm imagesPaul Eggert2017-07-051-7/+16
* Convert hex digits more systematicallyPaul Eggert2017-07-051-7/+2
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-5/+6
* Avoid compiler warning in image.c on MS-WindowsEli Zaretskii2017-06-141-0/+10
* Fix another compiler warning on macOSPhilipp Stephani2017-06-091-3/+2
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-5/+5
* Remove XFLOATINTPaul Eggert2017-03-021-3/+3
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-3/+2
* Avoid aborts during loadupEli Zaretskii2017-02-191-2/+2
* Fix handling of XBM images on MS-WindowsEli Zaretskii2017-02-111-2/+2
* Fix handling of PBM dataEli Zaretskii2017-02-111-1/+11
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+1
* | Simplify FUNCTIONP implementationPaul Eggert2016-12-061-1/+1
* | Support for rawrgb images using imagemagickEvgeny Zajcev2016-12-021-0/+8
* | Make Cairo safer for --enable-gcc-warningsPaul Eggert2016-12-011-26/+21
* | Make CANNOT_DUMP work better on GNU/LinuxPaul Eggert2016-11-201-0/+3
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+2
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-2/+2
| * Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-061-0/+17
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-10/+10
* | Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-061-0/+20
* | ; src/image.c (imagemagick_load_image): Fix a typo.Eli Zaretskii2016-09-301-1/+1
* | Avoid compiler warnings in image.c on MS-WindowsEli Zaretskii2016-09-301-3/+9
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-291-95/+80
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-4/+4
* | Port flexible array members to GCC + valgrindPaul Eggert2016-09-071-3/+5
* | Merge from origin/emacs-25Paul Eggert2016-08-051-4/+4
|\ \ | |/
| * Fix memory leak in imagemagick-typesAndreas Schwab2016-07-101-4/+4
* | Work around GCC bug 54561 in a better wayPaul Eggert2016-07-201-5/+8
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-3/+0
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-201-2/+5
* | Remove system-specific -I switch from Cygwin-w32 buildKen Brown2016-06-141-4/+6
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-6/+5
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-14/+6
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-4/+4
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+2
|\ \ | |/
| * Port to Ubuntu 16.04 --enable-gcc-warningsPaul Eggert2016-04-241-1/+2