| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include "charset.h" and "coding.h". | Kenichi Handa | 2006-04-03 | 1 | -3/+8 |
| * | [MAC_OS] (XPutPixel, XGetPixel) | YAMAMOTO Mitsuharu | 2006-03-16 | 1 | -2/+71 |
| * | [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32. | YAMAMOTO Mitsuharu | 2006-03-08 | 1 | -2/+2 |
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| * | [MAC_OS] (find_image_fsspec): Use coercion of Apple event data for | YAMAMOTO Mitsuharu | 2005-12-24 | 1 | -7/+9 |
| * | (init_image) [MAC_OS]: Don't call EnterMovies. | YAMAMOTO Mitsuharu | 2005-12-10 | 1 | -6/+4 |
| * | Fix typo. | Chong Yidong | 2005-11-18 | 1 | -1/+1 |
| * | * image.c (x_create_bitmap_from_xpm_data): Free attributes on | Chong Yidong | 2005-11-18 | 1 | -2/+4 |
| * | initialize XpmAttributes | Chong Yidong | 2005-11-16 | 1 | -0/+8 |
| * | * gnu.h (gnu_bits): Xpm version of the new Emacs icon. | Chong Yidong | 2005-11-16 | 1 | -0/+34 |
| * | (init_image) [MAC_OS]: Don't call EnterMovies if | YAMAMOTO Mitsuharu | 2005-11-15 | 1 | -1/+2 |
| * | [MAC_OSX] (image_load_quartz2d): Fix memory leak. | YAMAMOTO Mitsuharu | 2005-11-09 | 1 | -0/+1 |
| * | [MAC_OS] (image_load_qt_1): Check image size. | YAMAMOTO Mitsuharu | 2005-10-25 | 1 | -6/+30 |
| * | (check_image_size): Handle integer Vmax_image_size value | Kim F. Storm | 2005-10-19 | 1 | -14/+29 |
| * | * image.c (Vmax_image_size): New variable. | Chong Yidong | 2005-10-19 | 1 | -7/+87 |
| * | (fn_jpeg_stdio_src): Don't define it. | Juanma Barranquero | 2005-10-11 | 1 | -21/+132 |
| * | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -2/+2 |
| * | (gif_load): Fix size of allocated image buffer | Kim F. Storm | 2005-09-28 | 1 | -7/+11 |
| * | (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -161/+211 |
| * | (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. | Richard M. Stallman | 2005-08-15 | 1 | -11/+11 |
| * | (syms_of_image): Init image_types here, and call define_image_type. | Richard M. Stallman | 2005-08-11 | 1 | -5/+8 |
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| * | (fn_png_init_io): Don't define it. | Juanma Barranquero | 2005-06-23 | 1 | -4/+18 |
| * | (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg | Eli Zaretskii | 2005-06-11 | 1 | -31/+51 |
| * | Update comment. | Juanma Barranquero | 2005-06-07 | 1 | -2/+2 |
| * | (Vimage_library_alist): Moved from image.el. | Juanma Barranquero | 2005-05-27 | 1 | -1/+21 |
| * | (lookup_image, png_read_from_memory): Remove hacks (and misleading comments). | Juanma Barranquero | 2005-05-20 | 1 | -16/+1 |
| * | Don't include signal.h. | Richard M. Stallman | 2005-05-10 | 1 | -1/+0 |
| * | [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string. | YAMAMOTO Mitsuharu | 2005-04-16 | 1 | -1/+1 |
| * | [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. | YAMAMOTO Mitsuharu | 2005-03-04 | 1 | -2/+6 |
| * | * dispextern.h: Change HAVE_CARBON to MAC_OS. | Steven Tamm | 2004-12-27 | 1 | -1/+4 |
| * | (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library. | Jason Rumney | 2004-12-23 | 1 | -0/+6 |
| * | (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image): | Richard M. Stallman | 2004-12-08 | 1 | -7/+7 |
| * | * macterm.h (cfstring_create_with_utf8_cstring): Added prototype. | Steven Tamm | 2004-12-03 | 1 | -2/+1 |
| * | (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES. | Andreas Schwab | 2004-06-30 | 1 | -12/+13 |
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410 | Miles Bader | 2004-06-16 | 1 | -0/+4 |
| * | (Vimage_types): Move from xdisp.c. | Juanma Barranquero | 2004-06-14 | 1 | -74/+155 |
| * | Include <ctype.h>. | Andreas Schwab | 2004-06-13 | 1 | -0/+1 |
| * | Work around bugs/problems with MinGW builds of graphics libraries | Juanma Barranquero | 2004-06-02 | 1 | -2/+18 |
| * | Support XPM on Carbon Emacs. Does not | Steven Tamm | 2004-05-12 | 1 | -3/+472 |
| * | macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT | Steven Tamm | 2004-05-07 | 1 | -0/+19 |
| * | (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash. | Jason Rumney | 2004-05-05 | 1 | -0/+3 |
| * | (image_ascent): Add slice arg; calculate ascent for | Kim F. Storm | 2004-04-20 | 1 | -2/+10 |
| * | (PNG_BG_COLOR_SHIFT): Remove. | Kim F. Storm | 2004-04-16 | 1 | -17/+14 |
| * | (Qcenter): Move to xdisp.c. | Kim F. Storm | 2004-03-19 | 1 | -3/+1 |
| * | (x_find_image_file): Make extern. | Kim F. Storm | 2004-03-14 | 1 | -2/+1 |
| * | (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h. | Kim F. Storm | 2004-03-11 | 1 | -7/+0 |
| * | * image.c [MAC_OSX]: Include sys/stat.h | Steven Tamm | 2004-03-11 | 1 | -0/+1 |
| * | Add arch tagline | Miles Bader | 2004-03-11 | 1 | -0/+2 |