summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-16/+17
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-81/+23
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simplyPaul Eggert2014-12-281-443/+489
* * image.c (svg_load): Fix pointer signedness.Paul Eggert2014-12-181-5/+5
* Fixed problems with svg_load_image -- no more crashes (hopefully)Ulf Jasper2014-12-171-3/+2
* Partially disabled previous change.Ulf Jasper2014-12-171-1/+3
* Fix problem with images referenced within svg files. (bug#19373)Ulf Jasper2014-12-171-5/+18
* Avoid undefined behavior in color table hashing.Paul Eggert2014-11-121-2/+6
* Merge from emacs-24Stefan Monnier2014-09-221-0/+6
|\
| * * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov2014-09-181-0/+6
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-15/+20
* | Minor ImageMagick safety fixes.Paul Eggert2014-07-071-11/+15
* | Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-241-3/+2
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-9/+38
|\ \ | |/
| * src/image.c: Yet another fix for last commit.Eli Zaretskii2014-06-181-0/+1