aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-2/+2
* use guile-snarf for subr definitionBT Templeton2015-04-181-15/+2
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-7/+8
* use BDW-GCRobin Templeton2015-04-181-31/+0
* Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-241-3/+2
* Merge from emacs-24; up to 2014-06-06T02:22:[email protected]Glenn Morris2014-06-211-9/+38
|\
| * src/image.c: Yet another fix for last commit.Eli Zaretskii2014-06-181-0/+1
| * src/image.c: Another fix for last commit.Eli Zaretskii2014-06-181-1/+1
| * src/image.c: Fix last commit.Eli Zaretskii2014-06-181-2/+2
| * Fix bug #17790 with compilation against giflib 5.1.0 and later.Eli Zaretskii2014-06-181-7/+35
| * Revert recent libpng changes.Paul Eggert2014-05-041-0/+4
| * Consult libpng-config more consistently.Paul Eggert2014-05-021-4/+0
* | * image.c (x_query_frame_background_color)Dmitry Antipov2014-06-021-1/+5
* | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-1/+5
* | * image.c (imagemagick_load_image): Use MagickRealType for localPaul Eggert2014-05-261-1/+1
* | Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert2014-05-211-3/+4
* | * image.c: Include <png.h> before <setjmp.h>.Paul Eggert2014-05-071-2/+6
* | * image.c: Do not use libpng if HAVE_NS, as NS does its own thing.Paul Eggert2014-05-061-59/+32
* | Consult libpng-config more consistently.Paul Eggert2014-05-041-4/+0
* | Merge from emacs-24; up to 2014-04-22T20:19:[email protected]Paul Eggert2014-04-221-9/+2
|\|
| * Port to GCC 4.9.0 with --enable-gcc-warnings.Paul Eggert2014-04-221-9/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-3/+1
* | src/image.c: Avoid partial load of SVG libraries.Juanma Barranquero2014-03-271-3/+7
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-0/+2
|/
* Avoid crashes on MS-Windows when JPEG images are too large.Eli Zaretskii2014-02-191-0/+1
* * image.c (pbm_load): Set to NO_PIXMAP on error.Jan Djärv2014-02-121-0/+1
* Minor cleanup of previous change.Paul Eggert2014-01-231-3/+3
* Fix two memory leaks discovered with Valgrind.Dmitry Antipov2014-01-231-0/+3
* Fix MinGW64 porting problem with _setjmp.Paul Eggert2014-01-131-13/+15
* Fix misdisplay of interlaced GIFs with libgif5.Paul Eggert2014-01-071-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix compilation warning on MS-Windows in my_png_error.Eli Zaretskii2013-12-211-1/+1
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-2/+4
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-2/+2
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-6/+6
* Merge from trunk.Eli Zaretskii2013-12-071-2/+2
|\
| * Fix duckduckgo imagemagick crashLars Magne Ingebrigtsen2013-12-011-1/+1
| * Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-221-1/+1
* | Converted image.c and gnutls.c functions that accept file names.Eli Zaretskii2013-12-031-0/+15
|/
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-1/+1
* Simplify and port recent bool vector changes.Paul Eggert2013-11-041-2/+2
* Fix handling of comments in NetPBM image files.Claudio Bley2013-11-011-21/+30
* Support newer versions of libjpeg on MS-Windows.Claudio Bley2013-11-011-5/+14
* * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static.Paul Eggert2013-10-281-2/+2
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-141-2/+2
* Avoid compilation warnings in image.c.Eli Zaretskii2013-10-121-13/+13
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-4/+1
* * image.c: Pacify --enable-gcc-warnings.Paul Eggert2013-10-101-12/+17
* MS-Windows follow-up to 2013-10-10T01:03:[email protected]: support giflib 5.x.Eli Zaretskii2013-10-101-11/+49