]> code.delx.au - gnu-emacs/history - src/image.c
(lgrep, rgrep): Use add-to-history.
[gnu-emacs] / src / image.c
2006-04-21 Kim F. Storm(four_corners_best): New arg CORNERS specifies what...
2006-04-21 YAMAMOTO Mitsuharu[MAC_OS] (xpm_load_image): Fill in background field
2006-04-18 YAMAMOTO Mitsuharu(x_create_bitmap_from_data) [MAC_OS]: Don't check return
2006-04-12 YAMAMOTO Mitsuharu[MAC_OS] (xpm_load_image): Add parentheses around
2006-04-03 Kenichi HandaInclude "charset.h" and "coding.h".
2006-03-16 YAMAMOTO Mitsuharu[MAC_OS] (XPutPixel, XGetPixel)
2006-03-08 YAMAMOTO Mitsuharu[MAC_OS] (XPutPixel): Set alpha channel bits if pixmap...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-24 YAMAMOTO Mitsuharu[MAC_OS] (find_image_fsspec): Use coercion of Apple...
2005-12-10 YAMAMOTO Mitsuharu(init_image) [MAC_OS]: Don't call EnterMovies.
2005-11-18 Chong YidongFix typo.
2005-11-18 Chong Yidong* image.c (x_create_bitmap_from_xpm_data): Free attribu...
2005-11-16 Chong Yidonginitialize XpmAttributes
2005-11-16 Chong Yidong* gnu.h (gnu_bits): Xpm version of the new Emacs icon.
2005-11-15 YAMAMOTO Mitsuharu(init_image) [MAC_OS]: Don't call EnterMovies if
2005-11-09 YAMAMOTO Mitsuharu[MAC_OSX] (image_load_quartz2d): Fix memory leak.
2005-10-25 YAMAMOTO Mitsuharu[MAC_OS] (image_load_qt_1): Check image size.
2005-10-19 Kim F. Storm(check_image_size): Handle integer Vmax_image_size...
2005-10-19 Chong Yidong* image.c (Vmax_image_size): New variable.
2005-10-11 Juanma Barranquero(fn_jpeg_stdio_src): Don't define it.
2005-09-30 Dan Nicolaescu* image.c (slurp_file, xbm_read_bitmap_data): Cast...
2005-09-28 Kim F. Storm(gif_load): Fix size of allocated image buffer
2005-08-31 YAMAMOTO Mitsuharu(PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument....
2005-08-15 Richard M. Stallman(syms_of_image): Init Qxbm, Qpbm before calling define_...
2005-08-11 Richard M. Stallman(syms_of_image): Init image_types here, and call define...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-23 Juanma Barranquero(fn_png_init_io): Don't define it.
2005-06-11 Eli Zaretskii(x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
2005-06-07 Juanma BarranqueroUpdate comment.
2005-05-27 Juanma Barranquero(Vimage_library_alist): Moved from image.el.
2005-05-20 Juanma Barranquero(lookup_image, png_read_from_memory): Remove hacks...
2005-05-10 Richard M. StallmanDon't include signal.h.
2005-04-16 YAMAMOTO Mitsuharu[MAC_OSX] (image_load_quartz2d): Use cfstring_create_wi...
2005-03-04 YAMAMOTO Mitsuharu[!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
2004-12-27 Steven Tamm* dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-12-23 Jason Rumney(__WIN32__) [HAVE_NTGUI]: Define for correct behaviour...
2004-12-08 Richard M. Stallman(our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE...
2004-12-03 Steven Tamm* macterm.h (cfstring_create_with_utf8_cstring): Added...
2004-06-30 Andreas Schwab(CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
2004-06-16 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-14 Juanma Barranquero(Vimage_types): Move from xdisp.c.
2004-06-13 Andreas SchwabInclude <ctype.h>.
2004-06-02 Juanma BarranqueroWork around bugs/problems with MinGW builds of graphics...
2004-05-12 Steven TammSupport XPM on Carbon Emacs. Does not
2004-05-07 Steven Tammmacterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
2004-05-05 Jason Rumney(Display) [HAVE_NTGUI]: Redefine while loading xpm...
2004-04-20 Kim F. Storm(image_ascent): Add slice arg; calculate ascent for
2004-04-16 Kim F. Storm(PNG_BG_COLOR_SHIFT): Remove.
2004-03-19 Kim F. Storm(Qcenter): Move to xdisp.c.
2004-03-14 Kim F. Storm(x_find_image_file): Make extern.
2004-03-11 Kim F. Storm(XImagePtr, XImagePtr_or_DC): Move typedefs to dispexte...
2004-03-11 Steven Tamm* image.c [MAC_OSX]: Include sys/stat.h
2004-03-11 Miles BaderAdd arch tagline
2004-03-11 Kim F. StormNew file (image.c) for Image consolidation: