aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* joakim at verona.seGlenn Morris2009-08-251-1/+1
* * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.Chong Yidong2009-08-131-8/+12
* (xbm_read_bitmap_data, png_load, svg_load_image):Jason Rumney2009-03-041-11/+19
* (svg_load_image): Fix last change.Chong Yidong2009-02-061-11/+9
* * image.c (svg_load_image): Don't right-shift background RGB whenAdrian Robert2009-01-291-7/+7
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * w32term.c (x_query_colors, x_query_color): New functions.Jason Rumney2009-01-031-43/+11