aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | (png_load): Ignore png-supplied background color.Chong Yidong2007-08-061-2/+6
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\| |
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\|
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | * (convert_mono_to_color_image): Swap fore and background.Jason Rumney2007-06-211-2/+2
| | * (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-3/+0
| | * (pbm_load): Correctly check image size for greyscale pbm.Chong Yidong2007-05-121-1/+5
* | | Merge from emacs--devo--0Miles Bader2007-07-151-2/+2
|\| |
| * | (convert_mono_to_color_image): Swap fore and background.Jason Rumney2007-06-211-2/+2
* | | Merge from emacs--devo--0Miles Bader2007-06-161-7/+15
|\| |
| * | (search_image_cache): Remove unused variable.Chong Yidong2007-06-141-6/+11
| * | (lookup_image): Save frame foreground and background colors.YAMAMOTO Mitsuharu2007-06-131-2/+5
* | | Merge from emacs--devo--0Miles Bader2007-06-111-21/+36
|\| |
| * | (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-3/+0
| * | (search_image_cache): New function. Require backgroundChong Yidong2007-06-031-19/+36
* | | Merge from emacs--devo--0Miles Bader2007-05-301-1/+1
|\| |
| * | (uncache_image): Fix typo.Chong Yidong2007-05-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-05-241-0/+52
|\| |
| * | (uncache_image): New function.Chong Yidong2007-05-211-0/+52
* | | Merged from emacs--devo--0Miles Bader2007-05-201-2/+16
|\| |