| Commit message (Expand) | Author | Age | Files | Lines |
* | * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash | Paul Eggert | 2011-01-22 | 1 | -1/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -3/+2 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -28/+6 |
* | * image.c (Vimagemagick_render_type): Remove redundant | Tom Tromey | 2011-01-18 | 1 | -1/+0 |
* | Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org. | Glenn Morris | 2011-01-17 | 1 | -2/+4 |
|\ |
|
| * | * image.c (syms_of_image): Don't access XSYMBOL's internals directly. | Stefan Monnier | 2011-01-16 | 1 | -2/+4 |
| * | Fix bug #7848 with using SET_SYMBOL_VALUE in image.c | Eli Zaretskii | 2011-01-16 | 1 | -2/+2 |
| * | Don't use png_jmpbuf, it doesn't work with dynamic loading. | Eli Zaretskii | 2011-01-03 | 1 | -8/+2 |
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ \ |
|
| * | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | | Merge from mainline. | Paul Eggert | 2011-01-13 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Minor docfixes in imagemagick_load_image. | Tassilo Horn | 2011-01-12 | 1 | -1/+2 |
* | | | Merge from mainline. | Paul Eggert | 2011-01-11 | 1 | -3/+8 |
|\ \ \
| |/ / |
|
| * | | * image.c (imagemagick_load_image, Finit_image_library): Free | Tassilo Horn | 2011-01-11 | 1 | -3/+8 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / |
|
* | | Fix some resource leaks in ImageMagick image loader | Andreas Schwab | 2011-01-07 | 1 | -9/+21 |
* | | Don't use png_jmpbuf, it doesn't work with dynamic loading. | Eli Zaretskii | 2011-01-03 | 1 | -8/+2 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2011-01-02 | 1 | -2/+25 |
|\ \
| |/ |
|
| * | More elegant solution for accessing png_ptr without GCC warnings. | Eli Zaretskii | 2010-12-31 | 1 | -12/+6 |
| * | Fix bug #7716 with PNG image support libraries on Windows. | Eli Zaretskii | 2010-12-31 | 1 | -0/+29 |
* | | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -1/+1 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-09 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop. | Chong Yidong | 2010-11-05 | 1 | -5/+6 |
* | | Support for gif transparency. | Julien Danjou | 2010-11-03 | 1 | -4/+32 |
* | | image.c (tiff_load): Cast 3rd argument to avoid compiler warning. | Eli Zaretskii | 2010-10-15 | 1 | -2/+3 |
* | | src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes. | Juanma Barranquero | 2010-10-14 | 1 | -46/+55 |
* | | Rename `image-library-alist' to `dynamic-library-alist'. | Juanma Barranquero | 2010-10-13 | 1 | -23/+6 |
* | | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -4/+4 |
* | | Fix typos. | Juanma Barranquero | 2010-09-25 | 1 | -1/+1 |
* | | Check all lisp types in image loader | Andreas Schwab | 2010-09-04 | 1 | -193/+196 |
* | | * image.c (Fimagemagick_types): Doc fix. | Andreas Schwab | 2010-09-04 | 1 | -2/+2 |
* | | Fix type mismatch in ImageMagick loader | Andreas Schwab | 2010-09-04 | 1 | -3/+3 |
* | | * image.c (imagemagick_image_p): Replace bcopy by memcpy. | Andreas Schwab | 2010-09-04 | 1 | -1/+1 |
* | | * image.c (imagemagick_clear_image): Remove debugging output. | Andreas Schwab | 2010-08-20 | 1 | -9/+0 |
* | | some minor cosmetic fixes in comments | Joakim Verona | 2010-08-19 | 1 | -16/+9 |
* | | fix some accidental whitespace changes | Joakim Verona | 2010-08-19 | 1 | -455/+450 |
* | | minor cleanup | Joakim Verona | 2010-08-18 | 1 | -10/+3 |
* | | merge from trunk | Joakim Verona | 2010-08-17 | 1 | -628/+379 |
|\ \ |
|
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -3/+3 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -6/+3 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -36/+39 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -2/+0 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+0 |
| * | | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 1 | -15/+6 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | * image.c (free_image): Mark frame as garbaged (Bug#6426). | Chong Yidong | 2010-06-19 | 1 | -0/+4 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -16/+8 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -32/+32 |
| * | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -29/+29 |