aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* (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:[email protected]Glenn 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