summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Simplify use of O_BINARYPaul Eggert2016-04-141-1/+1
* | -Paul Eggert2016-03-221-0/+3
|\ \ | |/
| * Avoid segfaults due to frame image cache being absentEli Zaretskii2016-03-161-0/+3
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | --enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert2016-02-261-65/+60
* | Get explicit width/height + scale computations rightLars Ingebrigtsen2016-02-201-5/+8
* | Merge from origin/emacs-25John Wiegley2016-02-151-1/+1
|\ \ | |/
| * Revert "Support integer image rotation and respect EXIF rotations"Lars Ingebrigtsen2016-02-111-11/+1
| * Support integer image rotation and respect EXIF rotationsDima Kogan2016-02-101-1/+11
* | Check for MagickAutoOrientImageLars Ingebrigtsen2016-02-111-0/+2
* | Support integer image rotation and respect EXIF rotationsDima Kogan2016-02-111-1/+11
* | Allow the image scale to be a floating point numberLars Ingebrigtsen2016-02-091-1/+1
* | Automatically scale images up on high-density screensLars Ingebrigtsen2016-02-081-0/+15
|/
* Report error for PNG under CairoPaul Eggert2016-01-231-1/+2
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-231-39/+27
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use color cache for creating bitmapKen Raeburn2015-11-121-0/+11
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-7/+13
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+3
* Resurrect image loading under auto-image-file-modeEli Zaretskii2015-10-191-1/+13
* Use g_clear_error instead of g_error_freeDaiki Ueno2015-10-091-5/+5
* * src/image.c (image_size_error): Simplify.Paul Eggert2015-10-081-2/+1
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-081-2/+0
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-081-12/+2
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-9/+7