summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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:11Z!rgm@gnu.org: support giflib 5.x.Eli Zaretskii2013-10-101-11/+49
* Handle giflib 5 changes (tiny change)Barry Fishman2013-10-091-0/+16
* Add set operations for bool-vector.Daniel Colascione2013-09-221-1/+1
* * configure.ac: Do not check for g_type_init because weDmitry Antipov2013-09-171-2/+11
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-15/+15
* * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.Dmitry Antipov2013-09-031-5/+0
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-11/+11
* * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)Dmitry Antipov2013-08-271-1/+0
* Fix minor problems found by static checking.Paul Eggert2013-08-261-14/+19
* * image.c (SIGNATURE_DIGESTSIZE): Remove.Paul Eggert2013-08-191-9/+6
* * image.c: Shrink memory needed for animation cache.Paul Eggert2013-08-191-18/+18
* (imagemagick_get_animation_cache): Fix memory leak.Lars Magne Ingebrigtsen2013-08-191-1/+1
* * image.c: Space before paren.Paul Eggert2013-08-191-2/+2
* Fix previous commit.Lars Magne Ingebrigtsen2013-08-191-18/+16
* * image.c (imagemagick_get_animation_cache): Don't segfault on each invocation.Lars Magne Ingebrigtsen2013-08-191-12/+16
* * image.c: Fix animation cache signature memory leak.Paul Eggert2013-08-191-34/+28
* * image.c (imagemagick_create_cache, imagemagick_get_animation_cache)Dmitry Antipov2013-08-191-5/+5
* * image.c (imagemagick_get_animation_cache): Don't segfault whenLars Magne Ingebrigtsen2013-08-181-1/+2
* (imagemagick_load_image): Remove the ping_wand codeLars Magne Ingebrigtsen2013-08-161-33/+10
* image.c: Fix debugging code accidentally checked inLars Magne Ingebrigtsen2013-08-161-1/+1
* (imagemagick_get_animation_cache): Fix a double-free error.Lars Magne Ingebrigtsen2013-08-161-7/+8
* * image.c: Implement an ImageMagick per-image cache.Lars Magne Ingebrigtsen2013-08-161-11/+97
* Spelling fixes.Paul Eggert2013-08-151-1/+1
* Add comment.Lars Magne Ingebrigtsen2013-08-151-0/+1
* Whitespace fixup.Lars Magne Ingebrigtsen2013-08-151-1/+1
* (imagemagick_compute_animated_image): Allow certain degenerate imagesLars Magne Ingebrigtsen2013-08-151-13/+12
* (imagemagick_compute_animated_image): Fix animated segafaultLars Magne Ingebrigtsen2013-08-151-1/+2
* image.c animation touchupsLars Magne Ingebrigtsen2013-08-151-2/+31