summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | reworked :index functionality a bit so its fasterJoakim Verona2010-07-011-549/+559
* | | image-mode changes. removed the imagemagick specific :geometry and :crop inte...Joakim Verona2010-06-261-22/+16
* | | improved lisp interface to scaling, doc changed acordinglyJoakim Verona2010-06-171-0/+43
* | | cosmetics, and changing of defconst to defcustomJoakim Verona2010-06-141-39/+64
* | | mostly cosmetic, moving { instances, changing indentation accordingly.Joakim Verona2010-06-141-246/+248
* | | merged from trunkJoakim Verona2010-06-141-26/+57
|\ \ \ | |/ /
| * | Rename image-refresh to image-flush.Chong Yidong2010-05-221-5/+7
| * | Improve image cache clearing logic (Bug#6230).Chong Yidong2010-05-211-20/+50
* | | configure support for MagickExportImagePixels and READMEJoakim Verona2010-05-141-15/+19
* | | initial support for supplying image count property for image bundlesJoakim Verona2010-05-141-0/+8
* | | merge and fixesJoakim Verona2010-05-131-1/+1
|\ \ \ | |/ /
* | | imagemagick patch5 + minor modsJoakim Verona2010-04-021-1/+477
|/ /
* | Rename `image-extension-data' to `image-metadata'.Juri Linkov2010-03-311-8/+12
|/
* Use png_sig_cmp to allow linking with libpng 1.4.0.Chong Yidong2010-01-241-7/+7
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-11/+11
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-32/+32
* * fns.c: Remove code for unsupported system: MAC_OS.Dan Nicolaescu2009-10-191-243/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-6/+8