summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2013-08-15(imagemagick_compute_animated_image): Fix animated segafaultLars Magne Ingebrigtsen
2013-08-15image.c animation touchupsLars Magne Ingebrigtsen
2013-08-15(imagemagick_compute_animated_image): Clean up code slightlyLars Magne Ingebrigtsen
2013-08-15(imagemagick_compute_animated_image): Respect the GIF disposal methods.Lars Magne Ingebrigtsen
2013-08-15Fix minor problems found by static checking.Paul Eggert
2013-08-15Further image.c compilation warning fixesLars Magne Ingebrigtsen
2013-08-15(imagemagick_compute_animated_image): Implement a simple cacheLars Magne Ingebrigtsen
2013-08-15* image.c (imagemagick_compute_animated_image): Implement animated images.Lars Magne Ingebrigtsen
2013-08-15* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov
2013-08-14Utility function and macro to copy Lisp string to C string.Dmitry Antipov
2013-08-14* image.c (imagemagick_load_image): Make animated pictures work.Lars Magne Ingebrigtsen
2013-08-14* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.Paul Eggert
2013-08-14Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit.Dmitry Antipov
2013-08-13Rename :content-type to :format in `create-image'Lars Magne Ingebrigtsen
2013-08-13White-space cleanup.Lars Magne Ingebrigtsen
2013-08-13* image.c (imagemagick_filename_hint): Check for errors in the alist structure.Lars Magne Ingebrigtsen
2013-08-13Enable giving hints to ImageMagick via :content-typeLars Magne Ingebrigtsen
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-07-20Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris
2013-07-19Fix some minor file descriptor leaks and related glitches.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-15* src/image.c (Fimage_flush): Fix doc typo.Glenn Morris
2013-07-12Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert
2013-07-12* image.c (x_find_image_file): Don't close a remote file handle.Andreas Schwab
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-08Space between "defined" and "(".Paul Eggert
2013-07-08configure.ac (HAVE_IMAGEMAGICK): Check on NS also.Jan Djärv
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert
2013-07-04Scale ImageMagick images more carefully.Paul Eggert
2013-07-04src/image: Remove unused variables.Juanma Barranquero
2013-06-29Fix minor problems found by static checking.Paul Eggert
2013-06-29* image.c (image_unget_x_image): Fix formatting.YAMAMOTO Mitsuharu
2013-06-27* image.c (x_from_xcolors): Remove unused local.Paul Eggert
2013-06-28Fix W32-specific part of last change.YAMAMOTO Mitsuharu
2013-06-28Defer image data transfer between X client and server until actual display ha...YAMAMOTO Mitsuharu
2013-06-23Implement :max-width/:max-height for (ImageMagic) imagesLars Magne Ingebrigtsen
2013-06-21Use C99-style flexible array members if available.Paul Eggert
2013-05-12* image.c (gif_load): Check that subimages fit.Paul Eggert
2013-04-07Get rid of some platform-specific functions examining windowDmitry Antipov
2013-03-28Add DEF_IMGLIB_FN for g_error_free to image.c.Eli Zaretskii
2013-03-27image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function.rzl24ozi
2013-03-23Static checking by GCC 4.8-20130319.Paul Eggert
2013-03-20* frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov
2013-03-18Spelling fixes.Paul Eggert
2013-03-17Fix return type of image_background (Bug#13981)Ken Brown
2013-03-04Fix misuse of ImageMagick that caused core dump.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-09* image.c (xpm_make_color_table_h): Change to hashtest_equal.Jan Djärv