2007-10-05 |
Juanma Barranquero |
(syms_of_image) <image-types>: Fix typo in docstring.
|
2007-09-21 |
Richard M. Stallman |
(our_memory_buffer): Renamed from omfib_buffer.
|
2007-09-14 |
Glenn Morris |
(our_memory_fill_input_buffer) <buffer>: Move to file scope and rename
|
2007-09-06 |
Thien-Thi Nguyen |
(gif_load): Fix bug: Handle nonexistent colormap.
|
2007-08-28 |
Juanma Barranquero |
(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
|
2007-08-07 |
Chong Yidong |
Sync to trunk version.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-06-21 |
Jason Rumney |
(convert_mono_to_color_image): Swap fore and background.
|
2007-06-06 |
Chong Yidong |
(xpm_load): Remove spurious call to xpm_init_color_cache.
|
2007-05-12 |
Chong Yidong |
(pbm_load): Correctly check image size for greyscale pbm.
|
2007-03-18 |
Chong Yidong |
(pbm_load): Signal error for invalid image size.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2007-01-09 |
YAMAMOTO Mitsuharu |
(XDrawLine) [MAC_OS]: Remove macro.
|
2006-10-31 |
YAMAMOTO Mitsuharu |
[MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
|
2006-10-12 |
Romain Francoise |
(xbm_read_bitmap_data): Delete extra semicolon.
|
2006-08-27 |
YAMAMOTO Mitsuharu |
[TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
|
2006-05-26 |
Chong Yidong |
* image.c (png_load): Don't call fclose on NULL.
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(gif_load): Allocate Lisp string first.
|
2006-05-10 |
YAMAMOTO Mitsuharu |
(Qduration) [MAC_OS]: Undo previous change.
|
2006-05-06 |
YAMAMOTO Mitsuharu |
(Qduration) [MAC_OS]: New variable.
|
2006-04-21 |
Kim F. Storm |
(four_corners_best): New arg CORNERS specifies what pixels
|
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 Handa |
Include "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 depth is 32.
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-12-24 |
YAMAMOTO Mitsuharu |
[MAC_OS] (find_image_fsspec): Use coercion of Apple event data for
|
2005-12-10 |
YAMAMOTO Mitsuharu |
(init_image) [MAC_OS]: Don't call EnterMovies.
|
2005-11-18 |
Chong Yidong |
Fix typo.
|
2005-11-18 |
Chong Yidong |
* image.c (x_create_bitmap_from_xpm_data): Free attributes on
|
2005-11-16 |
Chong Yidong |
initialize 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 value
|
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 to the correct
|
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. All uses changed.
|
2005-08-15 |
Richard M. Stallman |
(syms_of_image): Init Qxbm, Qpbm before calling define_image_type.
|
2005-08-11 |
Richard M. Stallman |
(syms_of_image): Init image_types here, and call define_image_type.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-04 |
Lute Kamstra |
Update 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 Barranquero |
Update 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 (and misleading comments).
|
2005-05-10 |
Richard M. Stallman |
Don't include signal.h.
|
2005-04-16 |
YAMAMOTO Mitsuharu |
[MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.
|
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 of JPEG library.
|
2004-12-08 |
Richard M. Stallman |
(our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image):
|
2004-12-03 |
Steven Tamm |
* macterm.h (cfstring_create_with_utf8_cstring): Added prototype.
|
2004-06-30 |
Andreas Schwab |
(CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
|