aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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
* Fix segfault in image_size_errorEli Zaretskii2015-10-071-1/+2
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-1/+1
* Port to GIFLIB 5.0.6 and laterPaul Eggert2015-09-101-16/+22
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* format-message now curves ` and 'Paul Eggert2015-08-251-54/+54
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-181-86/+72
* Fix file name encodings in diagnosticsPaul Eggert2015-08-181-62/+71
* Fix quoting in Fformat callsPaul Eggert2015-08-151-69/+85
* Make add_to_log varargsPaul Eggert2015-08-131-92/+89
* Fix Cairo build without PNGEli Zaretskii2015-07-271-1/+1
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-251-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Merge branch 'master' into cairoJan D2015-05-171-2/+2
|\
| * Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv2015-05-151-2/+2
* | Merge branch 'master' into cairoJan D2015-04-261-1/+8
|\ \ | |/
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+8
* | Add PBM support for cairo.Jan D2015-04-261-9/+85
* | Handle specified bg in images. Use generic libpng code for PNG:s.Jan D2015-04-121-122/+104
* | Support GIF and Tiff with cairo.Jan D2015-04-111-8/+105
* | Support JPEG with USE_CAIRO.Jan D2015-04-111-2/+42
* | Support RSVG and cairo.Jan D2015-04-051-6/+49
* | Introduce limited Xpm support (32 bit ZPixmap) for Cairo.Jan D2015-04-031-2/+56
* | Add cairo drawing.Jan D2015-02-111-5/+50
|/
* * image.c (lookup_pixel_color): Reorder conditions that areAndreas Schwab2015-01-261-8/+8
* Miscellaneous tiny fixes here and there.Dmitry Antipov2015-01-121-1/+2