summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Mac Carbon.remove-carbonDan 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
* | Include termhooks.h to find the image_cache slot in terminal objects.Stefan Monnier2008-02-221-1/+1
* | Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-29/+41
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ \ | |/
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | Merge from emacs--rel--22Miles Bader2007-12-061-0/+15
|\ \ | |/
| * (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney2007-12-021-0/+15
| * (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-051-6/+6
| * (our_memory_buffer): Renamed from omfib_buffer.Richard M. Stallman2007-09-211-4/+4
| * (our_memory_fill_input_buffer) <buffer>: Move to file scope and renameGlenn Morris2007-09-141-6/+8
| * (gif_load): Fix bug: Handle nonexistent colormap.Thien-Thi Nguyen2007-09-061-7/+8
| * (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.Juanma Barranquero2007-08-281-4/+6
| * Sync to trunk version.Chong Yidong2007-08-071-11/+100
* | Rewrite abbrev.c in Elisp.Stefan Monnier2007-10-281-2/+5
* | Replace `abs' with `eabs'.Eli Zaretskii2007-10-131-3/+3
* | Add missing change from rel-22 branch to src/image.cMiles Bader2007-10-091-4/+4
* | (free_bitmap_record): Renamed from Free_Bitmap_Record.Richard M. Stallman2007-10-091-3/+3
* | (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-041-14/+14
* | (our_memory_fill_input_buffer) <buffer>: Move to file scope and renameGlenn Morris2007-09-141-6/+8
* | (gif_load): Fix bug: Handle nonexistent colormap.Thien-Thi Nguyen2007-09-061-7/+8
* | Comment.Glenn Morris2007-08-301-1/+1
* | (png_load): Comment-out var only used in commented-out code.Stefan Monnier2007-08-291-1/+1
* | Merge from emacs--devo--0Miles Bader2007-08-271-22/+458
|\ \
| * | (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.Juanma Barranquero2007-08-241-9/+11
| * | [HAVE_NTGUI]: Define dynamic loaded functions.Jason Rumney2007-08-241-32/+107
| * | (svg_load_image): Blend with specified background if exists.YAMAMOTO Mitsuharu2007-08-231-38/+57
| * | (x_find_image_file): Search in etc/images/ rather than etc/.Glenn Morris2007-08-221-3/+8
| * | Paul Pogonyshev <pogonyshev at gmx.net>Glenn Morris2007-08-221-0/+335
* | | Merge from emacs--devo--0Miles Bader2007-08-131-5/+7
|\ \ \ | |/ /
| * | Minor cleanup.Chong Yidong2007-08-071-6/+4