aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-28/+6
* * image.c (Vimagemagick_render_type): Remove redundantTom Tromey2011-01-181-1/+0
* Merge from emacs-23 branch, up to 2010-05-20T22:16:[email protected].Glenn Morris2011-01-171-2/+4
|\
| * * image.c (syms_of_image): Don't access XSYMBOL's internals directly.Stefan Monnier2011-01-161-2/+4
| * Fix bug #7848 with using SET_SYMBOL_VALUE in image.cEli Zaretskii2011-01-161-2/+2
| * Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-031-8/+2
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge from mainline.Paul Eggert2011-01-171-2/+0
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from mainline.Paul Eggert2011-01-131-1/+2
|\| |
| * | Minor docfixes in imagemagick_load_image.Tassilo Horn2011-01-121-1/+2
* | | Merge from mainline.Paul Eggert2011-01-111-3/+8
|\| |
| * | * image.c (imagemagick_load_image, Finit_image_library): FreeTassilo Horn2011-01-111-3/+8
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Fix some resource leaks in ImageMagick image loaderAndreas Schwab2011-01-071-9/+21
* | Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-031-8/+2
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-2/+25
|\|
| * More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii2010-12-311-12/+6
| * Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-311-0/+29
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-091-5/+6
|\|
| * Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.Chong Yidong2010-11-051-5/+6
* | Support for gif transparency.Julien Danjou2010-11-031-4/+32
* | image.c (tiff_load): Cast 3rd argument to avoid compiler warning.Eli Zaretskii2010-10-151-2/+3
* | src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.Juanma Barranquero2010-10-141-46/+55
* | Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-131-23/+6
* | Use intern_c_string instead of intern.Dan Nicolaescu2010-10-011-4/+4
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
* | Check all lisp types in image loaderAndreas Schwab2010-09-041-193/+196
* | * image.c (Fimagemagick_types): Doc fix.Andreas Schwab2010-09-041-2/+2
* | Fix type mismatch in ImageMagick loaderAndreas Schwab2010-09-041-3/+3
* | * image.c (imagemagick_image_p): Replace bcopy by memcpy.Andreas Schwab2010-09-041-1/+1
* | * image.c (imagemagick_clear_image): Remove debugging output.Andreas Schwab2010-08-201-9/+0
* | some minor cosmetic fixes in commentsJoakim Verona2010-08-191-16/+9
* | fix some accidental whitespace changesJoakim Verona2010-08-191-455/+450
* | minor cleanupJoakim Verona2010-08-181-10/+3
* | merge from trunkJoakim Verona2010-08-171-628/+379
|\ \
| * | Use const char* instead of char*.Dan Nicolaescu2010-08-081-3/+3
| * | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-6/+3
| * | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-36/+39
| * | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
| * | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-3/+0
| * | Convert some more functions to standard C.Juanma Barranquero2010-07-201-15/+6
| * | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-0/+4
| |\|
| | * * image.c (free_image): Mark frame as garbaged (Bug#6426).Chong Yidong2010-06-191-0/+4
| * | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-16/+8
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-32/+32
| * | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-29/+29
| * | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-363/+132
| * | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-101/+101