aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (imagemagick_compute_animated_image): Clean up code slightlyLars Magne Ingebrigtsen2013-08-151-10/+5
* (imagemagick_compute_animated_image): Respect the GIF disposal methods.Lars Magne Ingebrigtsen2013-08-151-3/+14
* Fix minor problems found by static checking.Paul Eggert2013-08-151-41/+45
* Further image.c compilation warning fixesLars Magne Ingebrigtsen2013-08-151-1/+1
* (imagemagick_compute_animated_image): Implement a simple cacheLars Magne Ingebrigtsen2013-08-151-4/+17
* * image.c (imagemagick_compute_animated_image): Implement animated images.Lars Magne Ingebrigtsen2013-08-151-4/+75
* * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov2013-08-151-8/+6
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-141-4/+2
* * image.c (imagemagick_load_image): Make animated pictures work.Lars Magne Ingebrigtsen2013-08-141-0/+10
* * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.Paul Eggert2013-08-141-40/+29
* Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit.Dmitry Antipov2013-08-141-5/+5
* Rename :content-type to :format in `create-image'Lars Magne Ingebrigtsen2013-08-131-7/+5
* White-space cleanup.Lars Magne Ingebrigtsen2013-08-131-1/+1
* * image.c (imagemagick_filename_hint): Check for errors in the alist structure.Lars Magne Ingebrigtsen2013-08-131-5/+13
* Enable giving hints to ImageMagick via :content-typeLars Magne Ingebrigtsen2013-08-131-0/+43
* Omit some unnecessary casts.Paul Eggert2013-08-101-28/+22
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-7/+7
* Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris2013-07-201-1/+1
|\
| * * src/image.c (Fimage_flush): Fix doc typo.Glenn Morris2013-07-151-1/+1
* | Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-191-15/+20
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+1
* | Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-4/+1
* | * image.c (x_find_image_file): Don't close a remote file handle.Andreas Schwab2013-07-121-1/+2
* | Fix races with threads and file descriptors.Paul Eggert2013-07-111-1/+1
* | Space between "defined" and "(".Paul Eggert2013-07-081-1/+1
* | configure.ac (HAVE_IMAGEMAGICK): Check on NS also.Jan Djärv2013-07-081-1/+1
* | Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-4/+4
* | Scale ImageMagick images more carefully.Paul Eggert2013-07-041-32/+52
* | src/image: Remove unused variables.Juanma Barranquero2013-07-041-2/+0
* | Fix minor problems found by static checking.Paul Eggert2013-06-291-1/+1
* | * image.c (image_unget_x_image): Fix formatting.YAMAMOTO Mitsuharu2013-06-291-1/+2