log src/image.c @ 81493:e7dfb7cb2088

age author description
Thu, 14 Jun 2007 01:48:01 +0000 Chong Yidong (search_image_cache): Remove unused variable.
Wed, 13 Jun 2007 08:21:44 +0000 YAMAMOTO Mitsuharu (lookup_image): Save frame foreground and background colors.
Wed, 06 Jun 2007 18:57:12 +0000 Chong Yidong (xpm_load): Remove spurious call to xpm_init_color_cache.
Sun, 03 Jun 2007 00:23:33 +0000 Chong Yidong (search_image_cache): New function. Require background
Fri, 25 May 2007 02:02:25 +0000 Chong Yidong (uncache_image): Fix typo.
Mon, 21 May 2007 23:03:49 +0000 Chong Yidong (uncache_image): New function.
Mon, 14 May 2007 14:53:15 +0000 Chong Yidong (pbm_load): Check image size for monochrome pbm.
Sat, 23 Aug 2008 04:03:50 +0000 Jason Rumney (gif_format): Use :index, not :image.
Mon, 21 Jul 2008 04:20:37 +0000 YAMAMOTO Mitsuharu (mac_create_cg_image_from_image, image_load_image_io)
Mon, 07 Jul 2008 09:31:26 +0000 YAMAMOTO Mitsuharu (png_load): Use correct bit-depth for setting background color.
Sun, 04 May 2008 00:31:59 +0000 YAMAMOTO Mitsuharu [USE_MAC_IMAGE_IO] (image_load_image_io):
Fri, 02 May 2008 09:39:01 +0000 YAMAMOTO Mitsuharu (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
Fri, 28 Mar 2008 14:57:32 +0000 Jason Rumney (pbm_load): Allow color values up to 65535.
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Sun, 02 Dec 2007 16:18:09 +0000 Jason Rumney (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.
Fri, 05 Oct 2007 08:56:15 +0000 Juanma Barranquero (syms_of_image) <image-types>: Fix typo in docstring.
Fri, 21 Sep 2007 23:08:01 +0000 Richard M. Stallman (our_memory_buffer): Renamed from omfib_buffer.
Fri, 14 Sep 2007 07:44:30 +0000 Glenn Morris (our_memory_fill_input_buffer) <buffer>: Move to file scope and rename
Thu, 06 Sep 2007 20:27:32 +0000 Thien-Thi Nguyen (gif_load): Fix bug: Handle nonexistent colormap.
Tue, 28 Aug 2007 11:37:43 +0000 Juanma Barranquero (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
Tue, 07 Aug 2007 16:32:49 +0000 Chong Yidong Sync to trunk version.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Thu, 21 Jun 2007 22:01:27 +0000 Jason Rumney (convert_mono_to_color_image): Swap fore and background.
Wed, 06 Jun 2007 18:58:56 +0000 Chong Yidong (xpm_load): Remove spurious call to xpm_init_color_cache.
Sat, 12 May 2007 23:53:57 +0000 Chong Yidong (pbm_load): Correctly check image size for greyscale pbm.
Sun, 18 Mar 2007 23:09:57 +0000 Chong Yidong (pbm_load): Signal error for invalid image size.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Tue, 09 Jan 2007 08:53:34 +0000 YAMAMOTO Mitsuharu (XDrawLine) [MAC_OS]: Remove macro.
Tue, 31 Oct 2006 08:31:01 +0000 YAMAMOTO Mitsuharu [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
Thu, 12 Oct 2006 19:22:38 +0000 Romain Francoise (xbm_read_bitmap_data): Delete extra semicolon.