aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* (Qgobject): New symbol.Jason Rumney2009-01-021-4/+9
* Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE...Adrian Robert2008-11-251-4/+1
* * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correc...Adrian Robert2008-10-031-1/+1
* (enum tiff_keyword_index, tiff_format): Add :index keyword.Jason Rumney2008-08-231-5/+35
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-1021/+32
* Merge from emacs--rel--22Miles Bader2008-07-261-10/+5
|\
| * (mac_create_cg_image_from_image, image_load_image_io)YAMAMOTO Mitsuharu2008-07-211-10/+5
| * (png_load): Use correct bit-depth for setting background color.YAMAMOTO Mitsuharu2008-07-071-39/+9
* | (x_from_xcolors): Don't initialize pixmap (silence compiler).Chong Yidong2008-07-251-1/+1
* | (svg_load_image): Use rsvg_handle_get_dimensions to check that imageChong Yidong2008-07-251-9/+12
* | (svg_load_image): Fix last change.Chong Yidong2008-07-251-1/+2
* | (svg_load_image): Check for failure in return value ofChong Yidong2008-07-251-1/+3
* | * term/ns-win.el: Rename ns- functions/variables to theDan Nicolaescu2008-07-211-1/+1
* | change most cases of PENDING to TODO, some to FIXME or XXXAdrian Robert2008-07-171-1/+1
* | merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-34/+222
* | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-2/+2
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* | (image_ascent): Don't include "charset.h". IncludeKenichi Handa2008-05-141-1/+2
* | (png_load): Use correct bit-depth for setting background color.Chong Yidong2008-05-091-39/+9
* | Merge from emacs--rel--22Miles Bader2008-05-041-40/+359
|\|
| * [USE_MAC_IMAGE_IO] (image_load_image_io):YAMAMOTO Mitsuharu2008-05-041-1/+5
| * (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:YAMAMOTO Mitsuharu2008-05-021-40/+355
* | Merge from emacs--rel--22Miles Bader2008-04-051-11/+31
|\|
| * (pbm_load): Allow color values up to 65535.Jason Rumney2008-03-281-11/+31
* | Allow fine-grained image-cache flushing.Stefan Monnier2008-02-241-22/+28